|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.ListUI | +--javax.swing.plaf.multi.MultiListUI
MultiListUI implementation
This file was automatically generated by AutoMulti.
Field Summary | |
protected Vector |
uis
The Vector containing the real UI's. |
Constructor Summary | |
MultiListUI()
|
Method Summary | |
boolean |
contains(JComponent a,
int b,
int c)
Call contains on each UI handled by this MultiUI. |
static ComponentUI |
createUI(JComponent a)
Return a multiplexing UI instance if any of the auxiliary LookAndFeels support this UI. |
Accessible |
getAccessibleChild(JComponent a,
int b)
Call getAccessibleChild on each UI handled by this MultiUI. |
int |
getAccessibleChildrenCount(JComponent a)
Call getAccessibleChildrenCount on each UI handled by this MultiUI. |
Rectangle |
getCellBounds(JList a,
int b,
int c)
Call getCellBounds on each UI handled by this MultiUI. |
Dimension |
getMaximumSize(JComponent a)
Call getMaximumSize on each UI handled by this MultiUI. |
Dimension |
getMinimumSize(JComponent a)
Call getMinimumSize on each UI handled by this MultiUI. |
Dimension |
getPreferredSize(JComponent a)
Call getPreferredSize on each UI handled by this MultiUI. |
ComponentUI[] |
getUIs()
Return the list of UI's associated with this multiplexing UI. |
Point |
indexToLocation(JList a,
int b)
Call indexToLocation on each UI handled by this MultiUI. |
void |
installUI(JComponent a)
Call installUI on each UI handled by this MultiUI. |
int |
locationToIndex(JList a,
Point b)
Call locationToIndex on each UI handled by this MultiUI. |
void |
paint(Graphics a,
JComponent b)
Call paint on each UI handled by this MultiUI. |
void |
uninstallUI(JComponent a)
Call uninstallUI on each UI handled by this MultiUI. |
void |
update(Graphics a,
JComponent b)
Call update on each UI handled by this MultiUI. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected Vector uis
Constructor Detail |
public MultiListUI()
Method Detail |
public ComponentUI[] getUIs()
public int locationToIndex(JList a, Point b)
public Point indexToLocation(JList a, int b)
public Rectangle getCellBounds(JList a, int b, int c)
public void installUI(JComponent a)
public void uninstallUI(JComponent a)
public void paint(Graphics a, JComponent b)
public void update(Graphics a, JComponent b)
public Dimension getPreferredSize(JComponent a)
public Dimension getMinimumSize(JComponent a)
public Dimension getMaximumSize(JComponent a)
public boolean contains(JComponent a, int b, int c)
public static ComponentUI createUI(JComponent a)
public int getAccessibleChildrenCount(JComponent a)
public Accessible getAccessibleChild(JComponent a, int b)
|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |