JSR-209 (Final Release)

Uses of Class
javax.swing.JRootPane

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 content pane and optional menu bar for this internal frame, as well as the glass pane.
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
static JRootPane SwingUtilities.getRootPane(java.awt.Component c)
          If c is a JRootPane descendant return its JRootPane ancestor.
 JRootPane RootPaneContainer.getRootPane()
          Return this component's single JRootPane child.
protected  JRootPane JInternalFrame.createRootPane()
          Called by the constructor to set up the JRootPane.
 JRootPane JInternalFrame.getRootPane()
          Returns the rootPane object for this internal frame.
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)
          Sets the rootPane property for this JInternalFrame.
protected  void JFrame.setRootPane(JRootPane root)
          Sets the rootPane property.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.