Uses of Class
javax.swing.JRootPane
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
-
Uses of JRootPane in javax.swing
Modifier and TypeFieldDescriptionprotected JRootPane
JApplet.rootPane
Deprecated, for removal: This API element is subject to removal in a future version.TheJRootPane
instance that manages thecontentPane
.protected JRootPane
JDialog.rootPane
TheJRootPane
instance that manages thecontentPane
.protected JRootPane
JFrame.rootPane
TheJRootPane
instance that manages thecontentPane
and optionalmenuBar
for this frame, as well as theglassPane
.protected JRootPane
JInternalFrame.rootPane
TheJRootPane
instance that manages the content pane and optional menu bar for this internal frame, as well as the glass pane.protected JRootPane
JWindow.rootPane
TheJRootPane
instance that manages thecontentPane
and optionalmenuBar
for this frame, as well as theglassPane
.Modifier and TypeMethodDescriptionprotected JRootPane
JApplet.createRootPane()
Deprecated, for removal: This API element is subject to removal in a future version.Called by the constructor methods to create the default rootPane.protected JRootPane
JDialog.createRootPane()
Called by the constructor methods to create the defaultrootPane
.protected JRootPane
JFrame.createRootPane()
Called by the constructor methods to create the defaultrootPane
.protected JRootPane
JInternalFrame.createRootPane()
Called by the constructor to set up theJRootPane
.protected JRootPane
JWindow.createRootPane()
Called by the constructor methods to create the defaultrootPane
.JApplet.getRootPane()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the rootPane object for this applet.JComponent.getRootPane()
Returns theJRootPane
ancestor for this component.JDialog.getRootPane()
Returns therootPane
object for this dialog.JFrame.getRootPane()
Returns therootPane
object for this frame.JInternalFrame.getRootPane()
Returns therootPane
object for this internal frame.JWindow.getRootPane()
Returns therootPane
object for this window.RootPaneContainer.getRootPane()
Return this component's single JRootPane child.static JRootPane
SwingUtilities.getRootPane
(Component c) If c is a JRootPane descendant return its JRootPane ancestor.Modifier and TypeMethodDescriptionprotected void
JApplet.setRootPane
(JRootPane root) Deprecated, for removal: This API element is subject to removal in a future version.Sets the rootPane property.protected void
JDialog.setRootPane
(JRootPane root) Sets therootPane
property.protected void
JFrame.setRootPane
(JRootPane root) Sets therootPane
property.protected void
JInternalFrame.setRootPane
(JRootPane root) Sets therootPane
property for thisJInternalFrame
.protected void
JWindow.setRootPane
(JRootPane root) Sets the newrootPane
object for this window. -
Uses of JRootPane in javax.swing.plaf.basic
Modifier and TypeMethodDescriptionprotected void
BasicRootPaneUI.installComponents
(JRootPane root) Installs components.protected void
BasicRootPaneUI.installDefaults
(JRootPane c) Installs default properties.protected void
BasicRootPaneUI.installKeyboardActions
(JRootPane root) Registers keyboard actions.protected void
BasicRootPaneUI.installListeners
(JRootPane root) Registers listeners.protected void
BasicRootPaneUI.uninstallComponents
(JRootPane root) Unregisters components.protected void
BasicRootPaneUI.uninstallDefaults
(JRootPane root) Uninstalls default properties.protected void
BasicRootPaneUI.uninstallKeyboardActions
(JRootPane root) Unregisters keyboard actions.protected void
BasicRootPaneUI.uninstallListeners
(JRootPane root) Unregisters listeners.