![]() |
|
Contents |
Public Member Functions | |
| boolean | contains (JComponent a, int b, int c) |
| Accessible | getAccessibleChild (JComponent a, int b) |
| int | getAccessibleChildrenCount (JComponent a) |
| Dimension | getMaximumSize (JComponent a) |
| Dimension | getMinimumSize (JComponent a) |
| Dimension | getPreferredSize (JComponent a) |
| ComponentUI[] | getUIs () |
| void | installUI (JComponent a) |
| void | paint (Graphics a, JComponent b) |
| void | uninstallUI (JComponent a) |
| void | update (Graphics a, JComponent b) |
Static Public Member Functions | |
| static ComponentUI | createUI (JComponent a) |
Protected Attributes | |
| Vector | uis = new Vector() |
Private Attributes | |
| int | numberOfUIs |
| Used in cycles. | |
| static ComponentUI createUI | ( | JComponent | a | ) | [static] |
| boolean contains | ( | JComponent | a, | |
| int | b, | |||
| int | c | |||
| ) |
| Accessible getAccessibleChild | ( | JComponent | a, | |
| int | b | |||
| ) |
| int getAccessibleChildrenCount | ( | JComponent | a | ) |
| Dimension getMaximumSize | ( | JComponent | a | ) |
| Dimension getMinimumSize | ( | JComponent | a | ) |
| Dimension getPreferredSize | ( | JComponent | a | ) |
| ComponentUI [] getUIs | ( | ) |
| void installUI | ( | JComponent | a | ) |
| void paint | ( | Graphics | a, | |
| JComponent | b | |||
| ) |
| void uninstallUI | ( | JComponent | a | ) |
| void update | ( | Graphics | a, | |
| JComponent | b | |||
| ) |
Vector uis = new Vector() [protected] |
int numberOfUIs [private] |
Used in cycles.
numberOfUIs = Correct number of UIs + 1, but the variable used in that sence