Changed Methods |
boolean contains(JComponent, int, int)
|
Documentation changed from old to new. |
Returns true if the specified x y location is contained within the look and feel's defined shape of the specified component. |
ComponentUI createUI(JComponent )
|
Documentation changed from old to new. |
Returns an instance of the UI delegate for the specified component. |
Accessible getAccessibleChild(JComponent, int)
|
Documentation changed from old to new. |
Returns the i th Accessible child of the object. |
int getAccessibleChildrenCount(JComponent )
|
Documentation changed from old to new. |
Returns the number of accessible children in the object. |
Dimension getMaximumSize(JComponent )
|
Documentation changed from old to new. |
Returns the specified component's maximum size appropriate for the look and feel. |
Dimension getMinimumSize(JComponent )
|
Documentation changed from old to new. |
Returns the specified component's minimum size appropriate for the look and feel. |
Dimension getPreferredSize(JComponent )
|
Documentation changed from old to new. |
Returns the specified component's preferred size appropriate for the look and feel. |
void installUI(JComponent )
|
Documentation changed from old to new. |
Configures the specified component appropriate for the look and feel. |
void paint(Graphics, JComponent)
|
Documentation changed from old to new. |
Paints the specified component appropriate for the look and feel. |
void uninstallUI(JComponent )
|
Documentation changed from old to new. |
Reverses configuration which was done on the specified component during installUI . |
void update(Graphics, JComponent)
|
Documentation changed from old to new. |
Notifies this UI delegate that it's time to paint the specified component. |