Uses of Class
javax.swing.JLayeredPane
Package
Description
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
Modifier and TypeClassDescriptionclass
A container used to create a multiple-document interface or a virtual desktop.Modifier and TypeFieldDescriptionprotected JLayeredPane
JRootPane.layeredPane
The layered pane that manages the menu bar and content pane.Modifier and TypeMethodDescriptionprotected JLayeredPane
JRootPane.createLayeredPane()
Called by the constructor methods to create the defaultlayeredPane
.JApplet.getLayeredPane()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the layeredPane object for this applet.JDialog.getLayeredPane()
Returns thelayeredPane
object for this dialog.JFrame.getLayeredPane()
Returns thelayeredPane
object for this frame.JInternalFrame.getLayeredPane()
Returns the layered pane for this internal frame.JRootPane.getLayeredPane()
Gets the layered pane used by the root pane.JWindow.getLayeredPane()
Returns thelayeredPane
object for this window.RootPaneContainer.getLayeredPane()
Returns the layeredPane.static JLayeredPane
JLayeredPane.getLayeredPaneAbove
(Component c) Convenience method that returns the first JLayeredPane which contains the specified component.Modifier and TypeMethodDescriptionvoid
JApplet.setLayeredPane
(JLayeredPane layeredPane) Deprecated, for removal: This API element is subject to removal in a future version.Sets the layeredPane property.void
JDialog.setLayeredPane
(JLayeredPane layeredPane) Sets thelayeredPane
property.void
JFrame.setLayeredPane
(JLayeredPane layeredPane) Sets thelayeredPane
property.void
JInternalFrame.setLayeredPane
(JLayeredPane layered) Sets thisJInternalFrame
'slayeredPane
property.void
JRootPane.setLayeredPane
(JLayeredPane layered) Sets the layered pane for the root pane.void
JWindow.setLayeredPane
(JLayeredPane layeredPane) Sets thelayeredPane
property.void
RootPaneContainer.setLayeredPane
(JLayeredPane layeredPane) A Container that manages the contentPane and in some cases a menu bar.