ListUI
s.
This file was automatically generated by AutoMulti.
Modifier and Type | Field and Description |
---|---|
protected Vector | uis
The vector containing the real UIs. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: the value obtained from the first UI, which is the UI obtained from the defaultLookAndFeel the component where the x,y location is being queried;
this argument is often ignored,
but might be used if the UI object is stateless
and shared by multiple components a, int the x coordinate of the point b, int the y coordinate of the point c)Overrides javax. Invokes the |
public static ComponentUI | Returns: the UI delegate createdthe component to create the UI for a)Hides javax. Returns a multiplexing UI instance if any of the auxiliary
|
public Accessible | Returns: the value obtained from the first UI, which is the UI obtained from the defaultLookAndFeel a a, int JComponent for which to get a child objectzero-based index of child b)Overrides javax. Invokes the |
public int | Returns: the value obtained from the first UI, which is the UI obtained from the defaultLookAndFeel JComponent for which to get count of accessible childrenOverrides javax. Invokes the |
public Rectangle | Returns: the value obtained from the first UI, which is the UI obtained from the defaultLookAndFeel the list a, int the first index in the range b, int the second index in the range c)Implements abstract javax. Invokes the |
public Dimension | Returns: the value obtained from the first UI, which is the UI obtained from the defaultLookAndFeel the component whose maximum size is being queried;
this argument is often ignored,
but might be used if the UI object is stateless
and shared by multiple components a)Overrides javax. Invokes the |
public Dimension | Returns: the value obtained from the first UI, which is the UI obtained from the defaultLookAndFeel the component whose minimum size is being queried;
this argument is often ignored,
but might be used if the UI object is stateless
and shared by multiple components a)Overrides javax. Invokes the |
public Dimension | Returns: the value obtained from the first UI, which is the UI obtained from the defaultLookAndFeel the component whose preferred size is being queried;
this argument is often ignored,
but might be used if the UI object is stateless
and shared by multiple components a)Overrides javax. Invokes the |
public ComponentUI[] | Returns: an array of the UI delegatesReturns the list of UIs associated with this multiplexing UI. |
public Point | Returns: the value obtained from the first UI, which is the UI obtained from the defaultLookAndFeel the list a, int the cell index b)Implements abstract javax. Invokes the |
public void | installUI(JComponent
the component where this UI delegate is being installed a)Overrides javax. Invokes the |
public int | Returns: the value obtained from the first UI, which is the UI obtained from the defaultLookAndFeel the list a, Point the coordinates of the point b)Implements abstract javax. Invokes the |
public void | paint(Graphics
the a, JComponent Graphics context in which to paintthe component being painted;
this argument is often ignored,
but might be used if the UI object is stateless
and shared by multiple components b)Overrides javax. Invokes the |
public void | uninstallUI(JComponent
the component from which this UI delegate is being removed;
this argument is often ignored,
but might be used if the UI object is stateless
and shared by multiple components a)Overrides javax. Invokes the |
public void | update(Graphics
the a, JComponent Graphics context in which to paintthe component being painted;
this argument is often ignored,
but might be used if the UI object is stateless
and shared by multiple components b)Overrides javax. Invokes the |
uis | back to summary |
---|---|
protected Vector<ComponentUI> uis The vector containing the real UIs. This is populated
in the call to |
MultiListUI | back to summary |
---|---|
public MultiListUI() Constructs a |
contains | back to summary |
---|---|
public boolean contains(JComponent a, int b, int c) Overrides javax. Invokes the
|
createUI | back to summary |
---|---|
public static ComponentUI createUI(JComponent a) Hides javax. Returns a multiplexing UI instance if any of the auxiliary
|
getAccessibleChild | back to summary |
---|---|
public Accessible getAccessibleChild(JComponent a, int b) Overrides javax. Invokes the
|
getAccessibleChildrenCount | back to summary |
---|---|
public int getAccessibleChildrenCount(JComponent a) Overrides javax. Invokes the
|
getCellBounds | back to summary |
---|---|
public Rectangle getCellBounds(JList<?> a, int b, int c) Implements abstract javax. Invokes the
|
getMaximumSize | back to summary |
---|---|
public Dimension getMaximumSize(JComponent a) Overrides javax. Invokes the
|
getMinimumSize | back to summary |
---|---|
public Dimension getMinimumSize(JComponent a) Overrides javax. Invokes the
|
getPreferredSize | back to summary |
---|---|
public Dimension getPreferredSize(JComponent a) Overrides javax. Invokes the
|
getUIs | back to summary |
---|---|
public ComponentUI[] getUIs() Returns the list of UIs associated with this multiplexing UI. This allows processing of the UIs by an application aware of multiplexing UIs on components.
|
indexToLocation | back to summary |
---|---|
public Point indexToLocation(JList<?> a, int b) Implements abstract javax. Invokes the
|
installUI | back to summary |
---|---|
public void installUI(JComponent a) Overrides javax. Invokes the
|
locationToIndex | back to summary |
---|---|
public int locationToIndex(JList<?> a, Point b) Implements abstract javax. Invokes the
|
paint | back to summary |
---|---|
public void paint(Graphics a, JComponent b) Overrides javax. Invokes the
|
uninstallUI | back to summary |
---|---|
public void uninstallUI(JComponent a) Overrides javax. Invokes the
|
update | back to summary |
---|---|
public void update(Graphics a, JComponent b) Overrides javax. Invokes the
|