Changed Methods |
boolean contains(JComponent, int, int)
|
Documentation changed from old to new. |
Invokes the contains method on each UI handled by this object. |
ComponentUI createUI(JComponent )
|
Documentation changed from old to new. |
Returns a multiplexing UI instance if any of the auxiliary LookAndFeel s supports this UI. |
Accessible getAccessibleChild(JComponent, int)
|
Documentation changed from old to new. |
Invokes the getAccessibleChild method on each UI handled by this object. |
int getAccessibleChildrenCount(JComponent )
|
Documentation changed from old to new. |
Invokes the getAccessibleChildrenCount method on each UI handled by this object. |
Rectangle getCellBounds(JList, int, int)
|
Documentation changed from old to new. |
Invokes the getCellBounds method on each UI handled by this object. |
Dimension getMaximumSize(JComponent )
|
Documentation changed from old to new. |
Invokes the getMaximumSize method on each UI handled by this object. |
Dimension getMinimumSize(JComponent )
|
Documentation changed from old to new. |
Invokes the getMinimumSize method on each UI handled by this object. |
Dimension getPreferredSize(JComponent )
|
Documentation changed from old to new. |
Invokes the getPreferredSize method on each UI handled by this object. |
ComponentUI[] getUIs()
|
Documentation changed from old to new. |
Returns the list of UIs associated with this multiplexing UI. |
Point indexToLocation(JList, int)
|
Documentation changed from old to new. |
Invokes the indexToLocation method on each UI handled by this object. |
void installUI(JComponent )
|
Documentation changed from old to new. |
Invokes the installUI method on each UI handled by this object. |
int locationToIndex(JList, Point)
|
Documentation changed from old to new. |
Invokes the locationToIndex method on each UI handled by this object. |
void paint(Graphics, JComponent)
|
Documentation changed from old to new. |
Invokes the paint method on each UI handled by this object. |
void uninstallUI(JComponent )
|
Documentation changed from old to new. |
Invokes the uninstallUI method on each UI handled by this object. |
void update(Graphics, JComponent)
|
Documentation changed from old to new. |
Invokes the update method on each UI handled by this object. |