API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.metal. MetalPopupMenuSeparatorUI View Source
Author(s)
Jeff Shapiro
Since
Version
1.9 11/17/05
Serial
Hierarchy
 Object
      ComponentUI
          SeparatorUI
              BasicSeparatorUI
                  MetalSeparatorUI
                      MetalPopupMenuSeparatorUI
Implements
Subclasses
Description
public class MetalPopupMenuSeparatorUI
  A Metal L&F implementation of PopupMenuSeparatorUI.
See also:   
Constructors
public MetalPopupMenuSeparatorUI ()
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.
publicstatic ComponentUI createUI (JComponent c) [Overrides MetalSeparatorUI]
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.
public Dimension getMaximumSize (JComponent c) [Inherited From BasicSeparatorUI]
public Dimension getMinimumSize (JComponent c) [Inherited From BasicSeparatorUI]
public Dimension getPreferredSize (JComponent c) [Overrides MetalSeparatorUI]
protected void installDefaults (JSeparator s) [Inherited From MetalSeparatorUI]
protected void installListeners (JSeparator s) [Inherited From BasicSeparatorUI]
public void installUI (JComponent c) [Inherited From BasicSeparatorUI]
public void paint (Graphics g, JComponent c) [Overrides MetalSeparatorUI]
protected void uninstallDefaults (JSeparator s) [Inherited From BasicSeparatorUI]
protected void uninstallListeners (JSeparator s) [Inherited From BasicSeparatorUI]
public void uninstallUI (JComponent c) [Inherited From BasicSeparatorUI]
public void update (Graphics g, JComponent c) [Inherited From ComponentUI]
  Notifies this UI delegate that it's time to paint the specified component.
Fields
Hide/Show inherited fields
protected Color highlight [Inherited From BasicSeparatorUI]
protected Color shadow [Inherited From BasicSeparatorUI]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar