API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.multi. MultiListUI View Source
Author(s)
Otto Multey
Since
Version
1.28 11/17/05 14:25:37
Serial
Hierarchy
 Object
      ComponentUI
          ListUI
              MultiListUI
Implements
Subclasses
Description
public class MultiListUI
  A multiplexing UI used to combine ListUIs.
See also:   
Constructors
public MultiListUI ()
Methods
Hide/Show inherited methods
public boolean contains (JComponent a, int b, int c) [Overrides ComponentUI]
  Invokes the contains method on each UI handled by this object.
publicstatic ComponentUI createUI (JComponent a) [Overrides ComponentUI]
  Returns a multiplexing UI instance if any of the auxiliary LookAndFeels supports this UI.
public Accessible getAccessibleChild (JComponent a, int b) [Overrides ComponentUI]
  Invokes the getAccessibleChild method on each UI handled by this object.
public int getAccessibleChildrenCount (JComponent a) [Overrides ComponentUI]
  Invokes the getAccessibleChildrenCount method on each UI handled by this 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 Rectangle getCellBounds (JList a, int b, int c) [Specified in ListUI]
  Invokes the getCellBounds method on each UI handled by this object.
public Dimension getMaximumSize (JComponent a) [Overrides ComponentUI]
  Invokes the getMaximumSize method on each UI handled by this object.
public Dimension getMinimumSize (JComponent a) [Overrides ComponentUI]
  Invokes the getMinimumSize method on each UI handled by this object.
public Dimension getPreferredSize (JComponent a) [Overrides ComponentUI]
  Invokes the getPreferredSize method on each UI handled by this object.
public ComponentUI getUIs ()
  Returns the list of UIs associated with this multiplexing UI.
public Point indexToLocation (JList a, int b) [Specified in ListUI]
  Invokes the indexToLocation method on each UI handled by this object.
public void installUI (JComponent a) [Overrides ComponentUI]
Invokes the installUI method on each UI handled by this object.
public int locationToIndex (JList a, Point b) [Specified in ListUI]
  Invokes the locationToIndex method on each UI handled by this object.
public void paint (Graphics a, JComponent b) [Overrides ComponentUI]
Invokes the paint method on each UI handled by this object.
public void uninstallUI (JComponent a) [Overrides ComponentUI]
Invokes the uninstallUI method on each UI handled by this object.
public void update (Graphics a, JComponent b) [Overrides ComponentUI]
Invokes the update method on each UI handled by this object.
Fields
Hide/Show inherited fields
protected Vector uis
  The vector containing the real UIs.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar