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. |
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. |
void installUI(JComponent )
|
Documentation changed from old to new. |
Invokes the installUI method on each UI handled by this object. |
boolean isFocusTraversable(JComboBox )
|
Documentation changed from old to new. |
Invokes the isFocusTraversable method on each UI handled by this object. |
boolean isPopupVisible(JComboBox )
|
Documentation changed from old to new. |
Invokes the isPopupVisible 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 setPopupVisible(JComboBox, boolean)
|
Documentation changed from old to new. |
Invokes the setPopupVisible 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. |