|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JLayeredPane | |
com.sun.java.swing | Provides a set of "lightweight" (all-Java |
Uses of JLayeredPane in com.sun.java.swing |
Subclasses of JLayeredPane in com.sun.java.swing | |
JDesktopPane
A container used to create a multiple-document interface or a virtual desktop. |
Fields in com.sun.java.swing declared as JLayeredPane | |
protected JLayeredPane | JRootPane.layeredPane
The layered pane that manages the menu bar and content pane. |
Methods in com.sun.java.swing that return JLayeredPane | |
static JLayeredPane | JLayeredPane.getLayeredPaneAbove(Component c)
Convenience method that returns the first JLayeredPane which contains the specified component. |
JLayeredPane | JFrame.getLayeredPane()
Returns the layeredPane object for this frame. |
JLayeredPane | JWindow.getLayeredPane()
Returns the layeredPane object for this window. |
JLayeredPane | JDialog.getLayeredPane()
Returns the layeredPane object for this dialog. |
JLayeredPane | JInternalFrame.getLayeredPane()
Returns the layeredPane object for this frame. |
JLayeredPane | JApplet.getLayeredPane()
Returns the layeredPane object for this applet. |
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. |
Methods in com.sun.java.swing with parameters of type JLayeredPane | |
void | JFrame.setLayeredPane(JLayeredPane layeredPane)
Sets the layeredPane property. |
void | JWindow.setLayeredPane(JLayeredPane layeredPane)
Sets the layeredPane property. |
void | JDialog.setLayeredPane(JLayeredPane layeredPane)
Sets the layeredPane property. |
void | JInternalFrame.setLayeredPane(JLayeredPane layered)
Sets this JInternalFrame's layeredPane property. |
void | JApplet.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. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |