Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.swing.JRootPane

Uses of JRootPane in javax.swing
 

Fields in javax.swing declared as JRootPane
protected  JRootPane JFrame.rootPane
           
protected  JRootPane JDialog.rootPane
          The single RootPane in the Dialog.
protected  JRootPane JInternalFrame.rootPane
          The rootPane of the JInternalFrame.
protected  JRootPane JWindow.rootPane
           
protected  JRootPane JApplet.rootPane
           
 

Methods in javax.swing that return JRootPane
 JRootPane RootPaneContainer.getRootPane()
          getRootPane
 JRootPane JFrame.getRootPane()
           
protected  JRootPane JFrame.createRootPane()
           
 JRootPane JComponent.getRootPane()
          Returns the first ancestor of this component which is a JRootPane.
static JRootPane SwingUtilities.getRootPane(java.awt.Component comp)
          If comp is a RootPaneContainer, return its JRootPane.
 JRootPane JDialog.getRootPane()
          This method returns the JRootPane used with this JDialog.
protected  JRootPane JDialog.createRootPane()
          This method creates a new JRootPane.
protected  JRootPane JInternalFrame.createRootPane()
          This method is used to create a root pane for the JInternalFrame.
 JRootPane JInternalFrame.getRootPane()
          This method returns the Root Pane for this JInternalFrame.
 JRootPane JWindow.getRootPane()
           
protected  JRootPane JWindow.createRootPane()
           
 JRootPane JApplet.getRootPane()
           
protected  JRootPane JApplet.createRootPane()
           
 

Methods in javax.swing with parameters of type JRootPane
protected  void JFrame.setRootPane(JRootPane root)
           
protected  void JDialog.setRootPane(JRootPane root)
          This method sets the JRootPane used with this JDialog.
protected  void JInternalFrame.setRootPane(JRootPane root)
          This method sets the Root Pane for this JInternalFrame.
protected  void JWindow.setRootPane(JRootPane root)
           
protected  void JApplet.setRootPane(JRootPane root)