API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicRootPaneUI View Source
Author(s)
Scott Violet
Since
1.3
Version
1.17 04/07/06
Serial
Hierarchy
 Object
      ComponentUI
          RootPaneUI
              BasicRootPaneUI
Implements
 PropertyChangeListener
Subclasses
Description
public class BasicRootPaneUI
  Basic implementation of RootPaneUI, there is one shared between all JRootPane instances.
See also:   
Constructors
public BasicRootPaneUI ()
Methods
Hide/Show inherited methods
public boolean contains (JComponent c, int x, int y) [Inherited From ComponentUI]
  Returns true if the specified x,y location is contained within the look and feel's defined shape of the specified component.
pack-private ComponentInputMap createInputMap (int condition, JComponent c)
publicstatic ComponentUI createUI (JComponent c) [Overrides ComponentUI]
public Accessible getAccessibleChild (JComponent c, int i) [Inherited From ComponentUI]
  Returns the ith Accessible child of the object.
public int getAccessibleChildrenCount (JComponent c) [Inherited From ComponentUI]
  Returns the number of accessible children in the object.
public int getBaseline (JComponent c, int width, int height) [Inherited From ComponentUI]
  Returns the baseline.
public BaselineResizeBehavior getBaselineResizeBehavior (JComponent c) [Inherited From ComponentUI]
  Returns an enum indicating how the baseline of he component changes as the size changes.
pack-private InputMap getInputMap (int condition, JComponent c)
public Dimension getMaximumSize (JComponent c) [Inherited From ComponentUI]
  Returns the specified component's maximum size appropriate for the look and feel.
public Dimension getMinimumSize (JComponent c) [Inherited From ComponentUI]
  Returns the specified component's minimum size appropriate for the look and feel.
public Dimension getPreferredSize (JComponent c) [Inherited From ComponentUI]
  Returns the specified component's preferred size appropriate for the look and feel.
protected void installComponents (JRootPane root)
protected void installDefaults (JRootPane c)
protected void installKeyboardActions (JRootPane root)
protected void installListeners (JRootPane root)
public void installUI (JComponent c) [Overrides ComponentUI]
pack-privatestatic void loadActionMap (LazyActionMap map)
public void paint (Graphics g, JComponent c) [Inherited From ComponentUI]
  Paints the specified component appropriate for the look and feel.
public void propertyChange (PropertyChangeEvent e) [Specified in PropertyChangeListener]
  Invoked when a property changes on the root pane.
protected void uninstallComponents (JRootPane root)
protected void uninstallDefaults (JRootPane root)
protected void uninstallKeyboardActions (JRootPane root)
protected void uninstallListeners (JRootPane root)
public void uninstallUI (JComponent c) [Overrides ComponentUI]
public void update (Graphics g, JComponent c) [Inherited From ComponentUI]
  Notifies this UI delegate that it's time to paint the specified component.
pack-private void updateDefaultButtonBindings (JRootPane root)
  Invoked when the default button property has changed.
Fields
Hide/Show inherited fields
Nested Classes
  BasicRootPaneUI.Actions
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar