|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
Object get(Object, |
Returns an object from the defaults table that is appropriate for the given locale. |
boolean getBoolean(Object ) |
Returns a boolean from the defaults table which is associated with the key value. |
boolean getBoolean(Object, |
Returns a boolean from the defaults table which is associated with the key value and the given Locale . |
Border getBorder(Object, |
Returns a border from the defaults table that is appropriate for the given locale. |
Color getColor(Object, |
Returns a drawing color from the defaults table that is appropriate for the given locale. |
Dimension getDimension(Object, |
Returns a dimension from the defaults table that is appropriate for the given locale. |
Font getFont(Object, |
Returns a drawing font from the defaults table that is appropriate for the given locale. |
Icon getIcon(Object, |
Returns an Icon from the defaults table that is appropriate for the given locale. |
Insets getInsets(Object, |
Returns an Insets object from the defaults table that is appropriate for the given locale. |
int getInt(Object, |
Returns an integer from the defaults table that is appropriate for the given locale. |
PropertyChangeListener[] getPropertyChangeListeners() |
Returns an array of all the PropertyChangeListener s added to this UIManager with addPropertyChangeListener(). |
String getString(Object, |
Returns a string from the defaults table that is appropriate for the given locale. |
Changed Methods | ||
void addAuxiliaryLookAndFeel(LookAndFeel ) |
Documentation changed from old to new. |
Adds a LookAndFeel to the list of auxiliary look and feels. |
void addPropertyChangeListener(PropertyChangeListener ) |
Documentation changed from old to new. |
Adds a PropertyChangeListener to the listener list. |
LookAndFeel[] getAuxiliaryLookAndFeels() |
Documentation changed from old to new. |
Returns the list of auxiliary look and feels (can be null ). |
String getCrossPlatformLookAndFeelClassName() |
Documentation changed from old to new. |
Returns the name of the LookAndFeel class that implements the default cross platform look and feel -- the Java Look and Feel (JLF). |
UIDefaults getDefaults() |
Documentation changed from old to new. |
Returns the default values for this look and feel. |
LookAndFeelInfo[] getInstalledLookAndFeels() |
Documentation changed from old to new. |
Returns an array of objects that provide some information about the LookAndFeel implementations that have been installed with this software development kit. |
LookAndFeel getLookAndFeel() |
Documentation changed from old to new. |
Returns the current default look and feel or null . |
UIDefaults getLookAndFeelDefaults() |
Documentation changed from old to new. |
Returns the default values for this look and feel. |
String getSystemLookAndFeelClassName() |
Documentation changed from old to new. |
Returns the name of the LookAndFeel class that implements the native systems look and feel if there is one otherwise the name of the default cross platform LookAndFeel class. |
ComponentUI getUI(JComponent ) |
Documentation changed from old to new. |
Returns the L&F object that renders the target component. |
Object put(Object, |
Documentation changed from old to new. |
Stores an object in the defaults table. |
boolean removeAuxiliaryLookAndFeel(LookAndFeel ) |
Documentation changed from old to new. |
Removes a LookAndFeel from the list of auxiliary look and feels. |
void removePropertyChangeListener(PropertyChangeListener ) |
Documentation changed from old to new. |
Removes a PropertyChangeListener from the listener list. |
void setInstalledLookAndFeels(LookAndFeelInfo[] ) |
Documentation changed from old to new. |
Replaces the current array of installed LookAndFeelInfos . |
Object get(Object ) |
Documentation changed from old to new. |
Returns an object from the defaults table. |
Border getBorder(Object ) |
Documentation changed from old to new. |
Returns a border from the defaults table. |
Color getColor(Object ) |
Documentation changed from old to new. |
Returns a drawing color from the defaults table. |
Dimension getDimension(Object ) |
Documentation changed from old to new. |
Returns a dimension from the defaults table. |
Font getFont(Object ) |
Documentation changed from old to new. |
Returns a drawing font from the defaults table. |
Icon getIcon(Object ) |
Documentation changed from old to new. |
Returns an Icon from the defaults table. |
Insets getInsets(Object ) |
Documentation changed from old to new. |
Returns an Insets object from the defaults table. |
int getInt(Object ) |
Documentation changed from old to new. |
Returns an integer from the defaults table. |
String getString(Object ) |
Documentation changed from old to new. |
Returns a string from the defaults table. |
void installLookAndFeel(String, |
Documentation changed from old to new. |
Creates a new look and feel and adds it to the current array. |
void installLookAndFeel(LookAndFeelInfo ) |
Documentation changed from old to new. |
Adds the specified look and feel to the current array and then calls #setInstalledLookAndFeels |
void setLookAndFeel(String ) |
Documentation changed from old to new. |
Sets the current default look and feel using a class name. |
void setLookAndFeel(LookAndFeel ) |
Documentation changed from old to new. |
Sets the current default look and feel using a LookAndFeel object. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |