JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.JRootPane
的使用

使用 JRootPane 的軟體套件
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
javax.swing.plaf.basic 提供了根據基本外觀建構的使用者介面物件。 
 

javax.swingJRootPane 的使用
 

宣告為 JRootPanejavax.swing 中的欄位
protected  JRootPane JApplet.rootPane
           
protected  JRootPane JWindow.rootPane
          管理此框架的 contentPane 和可選 menuBar 以及 glassPaneJRootPane 實例。
protected  JRootPane JDialog.rootPane
           
protected  JRootPane JInternalFrame.rootPane
          JRootPane 實例,它管理此內部窗體的內容窗格和可選選單欄以及玻璃窗格(glass pane)。
protected  JRootPane JFrame.rootPane
          JRootPane 實例管理此窗體的 contentPane 和可選的 menuBar,以及 glassPane
 

返回 JRootPanejavax.swing 中的方法
protected  JRootPane JApplet.createRootPane()
          建構子調用此方法創建預設 rootPane。
protected  JRootPane JWindow.createRootPane()
          由該建構子調用以創建預設的 rootPane
protected  JRootPane JDialog.createRootPane()
          建構子調用此方法來創建預設的 rootPane
protected  JRootPane JInternalFrame.createRootPane()
          建構子調用此方法來設置 JRootPane
protected  JRootPane JFrame.createRootPane()
          由建構子調用,以創建預設的 rootPane
 JRootPane JApplet.getRootPane()
          返回此 applet 的 rootPane 物件。
 JRootPane JWindow.getRootPane()
          返回此視窗的 rootPane 物件。
 JRootPane JDialog.getRootPane()
          返回此對話框的 rootPane 物件。
 JRootPane JInternalFrame.getRootPane()
          返回此內部窗體的 rootPane 物件。
 JRootPane JComponent.getRootPane()
          返回此元件的 JRootPane 祖先。
 JRootPane JFrame.getRootPane()
          返回此窗體的 rootPane 物件。
 JRootPane RootPaneContainer.getRootPane()
          返回此元件的單個 JRootPane 子元件。
static JRootPane SwingUtilities.getRootPane(Component c)
          如果 c 是一個 JRootPane 後代,則返回其 JRootPane 祖先。
 

參數型別為 JRootPanejavax.swing 中的方法
protected  void JApplet.setRootPane(JRootPane root)
          設置 rootPane 屬性。
protected  void JWindow.setRootPane(JRootPane root)
          設置此視窗的新 rootPane 物件。
protected  void JDialog.setRootPane(JRootPane root)
          設置 rootPane 屬性。
protected  void JInternalFrame.setRootPane(JRootPane root)
          設置此 JInternalFramerootPane 屬性。
protected  void JFrame.setRootPane(JRootPane root)
          設置 rootPane 屬性。
 

javax.swing.plaf.basicJRootPane 的使用
 

參數型別為 JRootPanejavax.swing.plaf.basic 中的方法
protected  void BasicRootPaneUI.installComponents(JRootPane root)
           
protected  void BasicRootPaneUI.installDefaults(JRootPane c)
           
protected  void BasicRootPaneUI.installKeyboardActions(JRootPane root)
           
protected  void BasicRootPaneUI.installListeners(JRootPane root)
           
protected  void BasicRootPaneUI.uninstallComponents(JRootPane root)
           
protected  void BasicRootPaneUI.uninstallDefaults(JRootPane root)
           
protected  void BasicRootPaneUI.uninstallKeyboardActions(JRootPane root)
           
protected  void BasicRootPaneUI.uninstallListeners(JRootPane root)
           
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only