| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRootPane | |
|---|---|
| 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. | 
| Uses of JRootPane in javax.swing | 
|---|
| Fields in javax.swing declared as JRootPane | |
|---|---|
| protected  JRootPane | JInternalFrame.rootPaneThe JRootPaneinstance 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 | JApplet.rootPane | 
| protected  JRootPane | JWindow.rootPaneThe JRootPaneinstance that manages thecontentPaneand optionalmenuBarfor this frame, as well as theglassPane. | 
| protected  JRootPane | JFrame.rootPaneThe JRootPaneinstance that manages thecontentPaneand optionalmenuBarfor this frame, as well as theglassPane. | 
| Methods in javax.swing that return JRootPane | |
|---|---|
| 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 | JApplet.createRootPane()Called by the constructor methods to create the default rootPane. | 
| protected  JRootPane | JWindow.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. | 
|  JRootPane | JInternalFrame.getRootPane()Returns the rootPaneobject for this internal frame. | 
|  JRootPane | JDialog.getRootPane()Returns the rootPaneobject for this dialog. | 
|  JRootPane | JApplet.getRootPane()Returns the rootPane object for this applet. | 
|  JRootPane | JWindow.getRootPane()Returns the rootPaneobject for this window. | 
|  JRootPane | JComponent.getRootPane()Returns the JRootPaneancestor for this component. | 
|  JRootPane | JFrame.getRootPane()Returns the rootPaneobject for this frame. | 
|  JRootPane | 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. | 
| Methods in javax.swing with parameters of type JRootPane | |
|---|---|
| protected  void | JInternalFrame.setRootPane(JRootPane root)Sets the rootPaneproperty
 for thisJInternalFrame. | 
| protected  void | JDialog.setRootPane(JRootPane root)Sets the rootPaneproperty. | 
| protected  void | JApplet.setRootPane(JRootPane root)Sets the rootPane property. | 
| protected  void | JWindow.setRootPane(JRootPane root)Sets the new rootPaneobject for this window. | 
| protected  void | JFrame.setRootPane(JRootPane root)Sets the rootPaneproperty. | 
| Uses of JRootPane in javax.swing.plaf.basic | 
|---|
| Methods in javax.swing.plaf.basic with parameters of type JRootPane | |
|---|---|
| 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) | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.