| Package | Description |
|---|---|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.plaf.basic |
Provides user interface objects built according to the Basic look and feel.
|
| javax.swing.plaf.synth |
Synth is a skinnable look and feel in which all painting is delegated.
|
| Modifier and Type | Field and Description |
|---|---|
protected JRootPane |
JWindow.rootPane
The
JRootPane instance that manages the
contentPane and optional
menuBar for this frame, as well as the
glassPane.
|
protected JRootPane |
JInternalFrame.rootPane
The
JRootPane instance that manages the content pane and optional menu bar for this internal frame, as well as the glass pane.
|
protected JRootPane |
JDialog.rootPane
|
protected JRootPane |
JFrame.rootPane
The
JRootPane instance that manages the
contentPane and optional
menuBar for this frame, as well as the
glassPane.
|
protected JRootPane |
JApplet.rootPane
|
| Modifier and Type | Method and Description |
|---|---|
protected JRootPane |
JWindow.createRootPane()
Called by the constructor methods to create the default
rootPane.
|
protected JRootPane |
JInternalFrame.createRootPane()
Called by the constructor to set up the
JRootPane.
|
protected JRootPane |
JDialog.createRootPane()
Called by the constructor methods to create the default
rootPane.
|
protected JRootPane |
JFrame.createRootPane()
Called by the constructor methods to create the default
rootPane.
|
protected JRootPane |
JApplet.createRootPane()
Called by the constructor methods to create the default rootPane.
|
JRootPane |
JWindow.getRootPane()
Returns the
rootPane object for this window.
|
JRootPane |
JInternalFrame.getRootPane()
Returns the
rootPane object for this internal frame.
|
JRootPane |
JDialog.getRootPane()
Returns the
rootPane object for this dialog.
|
JRootPane |
JFrame.getRootPane()
Returns the
rootPane object for this frame.
|
JRootPane |
JApplet.getRootPane()
Returns the rootPane object for this applet.
|
JRootPane |
RootPaneContainer.getRootPane()
Return this component's single JRootPane child.
|
JRootPane |
JComponent.getRootPane()
Returns the
JRootPane ancestor for this component.
|
static JRootPane |
SwingUtilities.getRootPane(Component
If c is a JRootPane descendant return its JRootPane ancestor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JWindow.setRootPane(JRootPane
Sets the new
rootPane object for this window.
|
protected void |
JInternalFrame.setRootPane(JRootPane
Sets the
rootPane property for this
JInternalFrame.
|
protected void |
JDialog.setRootPane(JRootPane
Sets the
rootPane property.
|
protected void |
JFrame.setRootPane(JRootPane
Sets the
rootPane property.
|
protected void |
JApplet.setRootPane(JRootPane
Sets the rootPane property.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicRootPaneUI.installComponents(JRootPane
|
protected void |
BasicRootPaneUI.installDefaults(JRootPane
|
protected void |
BasicRootPaneUI.installKeyboardActions(JRootPane
|
protected void |
BasicRootPaneUI.installListeners(JRootPane
|
protected void |
BasicRootPaneUI.uninstallComponents(JRootPane
|
protected void |
BasicRootPaneUI.uninstallDefaults(JRootPane
|
protected void |
BasicRootPaneUI.uninstallKeyboardActions(JRootPane
|
protected void |
BasicRootPaneUI.uninstallListeners(JRootPane
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SynthRootPaneUI.installDefaults(JRootPane
|
protected void |
SynthRootPaneUI.uninstallDefaults(JRootPane
|