Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.