| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | JDesktopPaneA container used to create a multiple-document interface or a virtual desktop. | 
| Fields in javax.swing declared as JLayeredPane | |
|---|---|
| protected  JLayeredPane | JRootPane.layeredPaneThe layered pane that manages the menu bar and content pane. | 
| Methods in javax.swing that return JLayeredPane | |
|---|---|
| protected  JLayeredPane | JRootPane.createLayeredPane()Called by the constructor methods to create the default layeredPane. | 
|  JLayeredPane | JInternalFrame.getLayeredPane()Returns the layered pane for this internal frame. | 
|  JLayeredPane | JDialog.getLayeredPane()Returns the layeredPaneobject for this dialog. | 
|  JLayeredPane | JApplet.getLayeredPane()Returns the layeredPane object for this applet. | 
|  JLayeredPane | JWindow.getLayeredPane()Returns the layeredPaneobject for this window. | 
|  JLayeredPane | JRootPane.getLayeredPane()Gets the layered pane used by the root pane. | 
|  JLayeredPane | JFrame.getLayeredPane()Returns the layeredPaneobject for this frame. | 
|  JLayeredPane | RootPaneContainer.getLayeredPane()Returns the layeredPane. | 
| static JLayeredPane | JLayeredPane.getLayeredPaneAbove(Component c)Convenience method that returns the first JLayeredPane which contains the specified component. | 
| Methods in javax.swing with parameters of type JLayeredPane | |
|---|---|
|  void | JInternalFrame.setLayeredPane(JLayeredPane layered)Sets this JInternalFrame'slayeredPaneproperty. | 
|  void | JDialog.setLayeredPane(JLayeredPane layeredPane)Sets the layeredPaneproperty. | 
|  void | JApplet.setLayeredPane(JLayeredPane layeredPane)Sets the layeredPane property. | 
|  void | JWindow.setLayeredPane(JLayeredPane layeredPane)Sets the layeredPaneproperty. | 
|  void | JRootPane.setLayeredPane(JLayeredPane layered)Sets the layered pane for the root pane. | 
|  void | JFrame.setLayeredPane(JLayeredPane layeredPane)Sets the layeredPaneproperty. | 
|  void | RootPaneContainer.setLayeredPane(JLayeredPane layeredPane)A Container that manages the contentPane and in some cases a menu bar. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.