|
|||||||||
| Home >> All >> javax >> [ swing overview ] | PREV NEXT | ||||||||
Uses of Class
javax.swing.JLayeredPane
| Uses of JLayeredPane in javax.swing |
| Subclasses of JLayeredPane in javax.swing | |
class |
JDesktopPane
JDesktopPane is a container (usually for JInternalFrames) that simulates a desktop. |
| Fields in javax.swing declared as JLayeredPane | |
protected JLayeredPane |
JRootPane.layeredPane
DOCUMENT ME! |
private JLayeredPane |
Popup.LightweightPopup.layeredPane
The layered pane of the owner. |
| Methods in javax.swing that return JLayeredPane | |
JLayeredPane |
RootPaneContainer.getLayeredPane()
getLayeredPane |
JLayeredPane |
JFrame.getLayeredPane()
|
JLayeredPane |
JDialog.getLayeredPane()
This method returns the JLayeredPane used with this JDialog. |
JLayeredPane |
JRootPane.getLayeredPane()
DOCUMENT ME! |
protected JLayeredPane |
JRootPane.createLayeredPane()
DOCUMENT ME! |
static JLayeredPane |
JLayeredPane.getLayeredPaneAbove(java.awt.Component comp)
Returns the first JLayeredPane that contains the Component comp or null if comp is
not contained in a JLayeredPane. |
JLayeredPane |
JInternalFrame.getLayeredPane()
This method returns the LayeredPane for this JInternalFrame. |
JLayeredPane |
JWindow.getLayeredPane()
|
JLayeredPane |
JApplet.getLayeredPane()
|
| Methods in javax.swing with parameters of type JLayeredPane | |
void |
RootPaneContainer.setLayeredPane(JLayeredPane layeredPane)
setLayeredPane |
void |
JFrame.setLayeredPane(JLayeredPane layeredPane)
|
void |
JDialog.setLayeredPane(JLayeredPane layeredPane)
This method sets the JLayeredPane used in the JDialog. |
void |
JRootPane.setLayeredPane(JLayeredPane f)
DOCUMENT ME! |
void |
JInternalFrame.setLayeredPane(JLayeredPane layered)
This method sets the JLayeredPane to use with this JInternalFrame. |
void |
JWindow.setLayeredPane(JLayeredPane layeredPane)
|
void |
JApplet.setLayeredPane(JLayeredPane layeredPane)
|
|
|||||||||
| Home >> All >> javax >> [ swing overview ] | PREV NEXT | ||||||||