软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.synth |
它是一个可更换皮肤的外观和感觉的绘画是授。
|
Modifier and Type | Field and Description |
---|---|
protected JRootPane |
JDialog.rootPane |
protected JRootPane |
JApplet.rootPane |
protected JRootPane |
JFrame.rootPane
JRootPane 实例的管理
contentPane 和可选的
menuBar 这个框架,以及
glassPane 。
|
protected JRootPane |
JWindow.rootPane
JRootPane 实例的管理
contentPane 和可选的
menuBar 这个框架,以及
glassPane 。
|
protected JRootPane |
JInternalFrame.rootPane
JRootPane 实例的管理内容窗格和可选的菜单栏,这个内部框架,以及玻璃窗格。
|
Modifier and Type | Method and Description |
---|---|
protected JRootPane |
JDialog.createRootPane()
通过构造函数的方法来创建默认
rootPane 。
|
protected JRootPane |
JApplet.createRootPane()
通过构造函数的方法来创建默认rootpane。
|
protected JRootPane |
JFrame.createRootPane()
通过构造函数的方法来创建默认
rootPane 。
|
protected JRootPane |
JWindow.createRootPane()
通过构造函数的方法来创建默认
rootPane 。
|
protected JRootPane |
JInternalFrame.createRootPane()
通过构造函数来建立
JRootPane 。
|
JRootPane |
JDialog.getRootPane()
返回该对话框的
rootPane 对象。
|
JRootPane |
JComponent.getRootPane()
返回此组件的
JRootPane 祖先。
|
JRootPane |
JApplet.getRootPane()
返回此Applet rootpane对象。
|
JRootPane |
JFrame.getRootPane()
返回此框架的
rootPane 对象。
|
JRootPane |
JWindow.getRootPane()
返回该窗口的
rootPane 对象。
|
JRootPane |
RootPaneContainer.getRootPane()
返回该组件的单jrootpane孩子。
|
JRootPane |
JInternalFrame.getRootPane()
返回该对象的内部结构
rootPane 。
|
static JRootPane |
SwingUtilities.getRootPane(Component c)
如果C是一个jrootpane后裔返回其jrootpane祖先。
|
Modifier and Type | Method and Description |
---|---|
protected void |
JDialog.setRootPane(JRootPane root)
集
rootPane 财产。
|
protected void |
JApplet.setRootPane(JRootPane root)
集rootpane财产。
|
protected void |
JFrame.setRootPane(JRootPane root)
集
rootPane 财产。
|
protected void |
JWindow.setRootPane(JRootPane root)
设置此窗口的新
rootPane 对象。
|
protected void |
JInternalFrame.setRootPane(JRootPane root)
设置此
JInternalFrame 的
rootPane 财产。
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
SynthRootPaneUI.installDefaults(JRootPane c) |
protected void |
SynthRootPaneUI.uninstallDefaults(JRootPane root) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.