API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. RootPaneContainer View Source
Author(s)
Hans Muller
Since
Version
1.17 03/22/06
Serial
Hierarchy
 RootPaneContainer
Subinterfaces
Description
public interface RootPaneContainer
  This interface is implemented by components that have a single JRootPane child: JDialog, JFrame, JWindow, JApplet, JInternalFrame.
Methods
Hide/Show inherited methods
public Container getContentPane ()
  Returns the contentPane.
public Component getGlassPane ()
  Returns the glassPane.
public JLayeredPane getLayeredPane ()
  Returns the layeredPane.
public JRootPane getRootPane ()
  Return this component's single JRootPane child.
public void setContentPane (Container contentPane)
  The "contentPane" is the primary container for application specific components.
public void setGlassPane (Component glassPane)
  The glassPane is always the first child of the rootPane and the rootPanes layout manager ensures that it's always as big as the rootPane.
public void setLayeredPane (JLayeredPane layeredPane)
  A Container that manages the contentPane and in some cases a menu bar.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar