Uses of Class
javax.swing.JLayeredPane
Packages that use JLayeredPane
包
描述
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描述classA container used to create a multiple-document interface or a virtual desktop.Fields in javax.swing declared as JLayeredPane修饰符和类Field描述protected JLayeredPaneJRootPane.layeredPaneThe layered pane that manages the menu bar and content pane.Methods in javax.swing that return JLayeredPane修饰符和类方法描述protected JLayeredPaneJRootPane.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 thelayeredPaneobject for this dialog.JFrame.getLayeredPane()Returns thelayeredPaneobject 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 thelayeredPaneobject for this window.RootPaneContainer.getLayeredPane()Returns the layeredPane.static JLayeredPaneJLayeredPane.getLayeredPaneAbove(Component c) Convenience method that returns the first JLayeredPane which contains the specified component.Methods in javax.swing with parameters of type JLayeredPane修饰符和类方法描述voidJApplet.setLayeredPane(JLayeredPane layeredPane) Deprecated, for removal: This API element is subject to removal in a future version.Sets the layeredPane property.voidJDialog.setLayeredPane(JLayeredPane layeredPane) Sets thelayeredPaneproperty.voidJFrame.setLayeredPane(JLayeredPane layeredPane) Sets thelayeredPaneproperty.voidJInternalFrame.setLayeredPane(JLayeredPane layered) Sets thisJInternalFrame'slayeredPaneproperty.voidJRootPane.setLayeredPane(JLayeredPane layered) Sets the layered pane for the root pane.voidJWindow.setLayeredPane(JLayeredPane layeredPane) Sets thelayeredPaneproperty.voidRootPaneContainer.setLayeredPane(JLayeredPane layeredPane) A Container that manages the contentPane and in some cases a menu bar.