| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JLayeredPane | |
| javax.swing | |
| 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 | |
static JLayeredPane | 
JLayeredPane.getLayeredPaneAbove(Component c)
Convenience method that returns the first JLayeredPane which contains the specified component.  | 
 JLayeredPane | 
JWindow.getLayeredPane()
Returns the layeredPane object for this window. | 
 JLayeredPane | 
JApplet.getLayeredPane()
Returns the layeredPane object for this applet.  | 
 JLayeredPane | 
JInternalFrame.getLayeredPane()
Returns the layeredPane object for this frame. | 
 JLayeredPane | 
JFrame.getLayeredPane()
Returns the layeredPane object for this frame. | 
 JLayeredPane | 
RootPaneContainer.getLayeredPane()
Returns the layeredPane.  | 
protected  JLayeredPane | 
JRootPane.createLayeredPane()
Called by the constructor methods to create the default layeredPane.  | 
 JLayeredPane | 
JRootPane.getLayeredPane()
Get the layered pane used by the root pane.  | 
 JLayeredPane | 
JDialog.getLayeredPane()
Returns the layeredPane object for this dialog. | 
| Methods in javax.swing with parameters of type JLayeredPane | |
 void | 
JWindow.setLayeredPane(JLayeredPane layeredPane)
Sets the layeredPane property. | 
 void | 
JApplet.setLayeredPane(JLayeredPane layeredPane)
Sets the layeredPane property.  | 
 void | 
JInternalFrame.setLayeredPane(JLayeredPane layered)
Sets this JInternalFrame's layeredPane
 property. | 
 void | 
JFrame.setLayeredPane(JLayeredPane layeredPane)
Sets the layeredPane property. | 
 void | 
RootPaneContainer.setLayeredPane(JLayeredPane layeredPane)
A Container that manages the contentPane and in some cases a menu bar.  | 
 void | 
JRootPane.setLayeredPane(JLayeredPane layered)
Set the layered pane for the root pane.  | 
 void | 
JDialog.setLayeredPane(JLayeredPane layeredPane)
Sets the layeredPane property. | 
| Constructors in javax.swing with parameters of type JLayeredPane | |
JLayeredPane.AccessibleJLayeredPane()
 | 
|
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.