Changed Methods |
void addPropertyChangeListener(PropertyChangeListener )
|
Documentation changed from old to new. |
Adds a PropertyChangeListener to the listener list. |
void firePropertyChange(String, Object, Object)
|
Documentation changed from old to new. |
Support for reporting bound property changes. |
Object get(Object )
|
Documentation changed from old to new. |
Returns the value for key. |
Border getBorder(Object )
|
Documentation changed from old to new. |
If the value of key is a Border return it otherwise return null . |
Color getColor(Object )
|
Documentation changed from old to new. |
If the value of key is a Color return it otherwise return null . |
Dimension getDimension(Object )
|
Documentation changed from old to new. |
If the value of key is a Dimension return it otherwise return null . |
Font getFont(Object )
|
Documentation changed from old to new. |
If the value of key is a Font return it otherwise return null . |
Icon getIcon(Object )
|
Documentation changed from old to new. |
If the value of key is an Icon return it otherwise return null . |
Insets getInsets(Object )
|
Documentation changed from old to new. |
If the value of key is an Insets return it otherwise return null . |
int getInt(Object )
|
Documentation changed from old to new. |
If the value of key is an Integer return its integer value otherwise return 0. |
String getString(Object )
|
Documentation changed from old to new. |
If the value of key is a String return it otherwise return null . |
ComponentUI getUI(JComponent )
|
Documentation changed from old to new. |
Creates an ComponentUI implementation for the specified component. |
void getUIError(String )
|
Documentation changed from old to new. |
If getUI() fails for any reason it calls this method before returning null . |
Object put(Object, Object)
|
Documentation changed from old to new. |
Sets the value of key to value . |
void putDefaults(Object[] )
|
Documentation changed from old to new. |
Puts all of the key/value pairs in the database and unconditionally generates one PropertyChangeEvent . |
void removePropertyChangeListener(PropertyChangeListener )
|
Documentation changed from old to new. |
Removes a PropertyChangeListener from the listener list. |
Class getUIClass(String )
|
Documentation changed from old to new. |
Returns the L&F class that renders this component. |
Class getUIClass(String, ClassLoader)
|
Documentation changed from old to new. |
The value of get(uidClassID) must be the String name of a class that implements the corresponding ComponentUI class. |