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.JLayeredPane

Packages that use JLayeredPane
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 JLayeredPane in javax.swing
 

Subclasses of JLayeredPane in javax.swing
 class JDesktopPane
          A container used to create a multiple-document interface or a virtual desktop.
 

Fields in javax.swing declared as JLayeredPane
protected  JLayeredPane JRootPane.layeredPane
          The layered pane that manages the menu bar and content pane.
 

Methods in javax.swing that return JLayeredPane
 JLayeredPane RootPaneContainer.getLayeredPane()
          Returns the layeredPane.
protected  JLayeredPane JRootPane.createLayeredPane()
          Called by the constructor methods to create the default layeredPane.
 JLayeredPane JRootPane.getLayeredPane()
          Gets the layered pane used by the root pane.
 JLayeredPane JInternalFrame.getLayeredPane()
          Returns the layered pane for this internal frame.
 JLayeredPane JFrame.getLayeredPane()
          Returns the layeredPane object for this frame.
 

Methods in javax.swing with parameters of type JLayeredPane
 void RootPaneContainer.setLayeredPane(JLayeredPane layeredPane)
          A Container that manages the contentPane and in some cases a menu bar.
 void JRootPane.setLayeredPane(JLayeredPane layered)
          Sets the layered pane for the root pane.
 void JInternalFrame.setLayeredPane(JLayeredPane layered)
          Sets this JInternalFrame's layeredPane property.
 void JFrame.setLayeredPane(JLayeredPane layeredPane)
          Sets the layeredPane 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.