| 
Swing 1.1 | |||||||||
| 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. | 
| Uses of JRootPane in javax.swing | 
| Fields in javax.swing declared as JRootPane | |
protected  JRootPane | 
JInternalFrame.rootPane
The JRootPane instance that manages the contentPane 
 and optional menuBar for this frame, as well as the 
 glassPane. | 
protected  JRootPane | 
JApplet.rootPane
 | 
protected  JRootPane | 
JWindow.rootPane
The JRootPane instance that manages the contentPane 
 and optional menuBar for this frame, as well as the 
 glassPane. | 
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. | 
| Methods in javax.swing that return JRootPane | |
 JRootPane | 
JComponent.getRootPane()
Returns the JRootPane ancestor for a component  | 
protected  JRootPane | 
JInternalFrame.createRootPane()
Called by the constructor to set up the JRootPane.  | 
 JRootPane | 
JInternalFrame.getRootPane()
Returns the rootPane object for this frame.  | 
 JRootPane | 
RootPaneContainer.getRootPane()
Return this component's single JRootPane child.  | 
protected  JRootPane | 
JApplet.createRootPane()
Called by the constructor methods to create the default rootPane.  | 
 JRootPane | 
JApplet.getRootPane()
Returns the rootPane object for this applet.  | 
static JRootPane | 
SwingUtilities.getRootPane(Component c)
If c is a JRootPane descendant return its JRootPane ancestor.  | 
protected  JRootPane | 
JWindow.createRootPane()
Called by the constructor methods to create the default rootPane.  | 
 JRootPane | 
JWindow.getRootPane()
Returns the rootPane object for this window.  | 
protected  JRootPane | 
JDialog.createRootPane()
Called by the constructor methods to create the default rootPane.  | 
 JRootPane | 
JDialog.getRootPane()
Returns the rootPane object for this dialog.  | 
protected  JRootPane | 
JFrame.createRootPane()
Called by the constructor methods to create the default rootPane.  | 
 JRootPane | 
JFrame.getRootPane()
Returns the rootPane object for this frame.  | 
| Methods in javax.swing with parameters of type JRootPane | |
protected  void | 
JInternalFrame.setRootPane(JRootPane root)
Set the rootPane property.  | 
protected  void | 
JApplet.setRootPane(JRootPane root)
Sets the rootPane property.  | 
protected  void | 
JWindow.setRootPane(JRootPane root)
Sets the rootPane property.  | 
protected  void | 
JDialog.setRootPane(JRootPane root)
Sets the rootPane property.  | 
protected  void | 
JFrame.setRootPane(JRootPane root)
Sets the rootPane property.  | 
| Constructors in javax.swing with parameters of type JRootPane | |
JRootPane.RootLayout.JRootPane.RootLayout()
 | 
|
JRootPane.AccessibleJRootPane.JRootPane.AccessibleJRootPane()
 | 
|
  | 
Swing 1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||