|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.beans.Model
com.jgoodies.uif.laf.LookConfigurations
public final class LookConfigurations
Describes the set of available instances of LookConfiguration with one of them selected as default.
LookConfiguration
,
ExtUIManager
,
Preferences
,
LookAndFeel
,
Serialized FormField Summary | |
---|---|
static String |
PROPERTYNAME_CONFIGURATIONS
The name of the bound read-only property configurations. |
static String |
PROPERTYNAME_DEFAULT_CONFIGURATION
The name of the bound read-write property defaultConfiguration. |
Constructor Summary | |
---|---|
LookConfigurations(LookConfiguration selection)
Constructs LookConfigurations object with the specified selection. |
Method Summary | |
---|---|
Object |
clone()
Returns a clone of this LookConfigurations instance. |
boolean |
equals(Object o)
Checks and answers if this LookConfigurations equals the given object. |
Collection |
getConfigurations()
Returns the Collection of LookConfiguration instances held by this LookConfigurations. |
LookConfiguration |
getDefaultConfiguration()
Returns the default LookConfiguration. |
int |
hashCode()
Returns this object's hash code. |
void |
setDefaultConfiguration(LookConfiguration newDefaultConfiguration)
Sets a new default LookConfiguration. |
String |
toString()
Returns a string representation that lists the default configuration and all configurations with look&feel name and optional theme. |
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTYNAME_CONFIGURATIONS
public static final String PROPERTYNAME_DEFAULT_CONFIGURATION
Constructor Detail |
---|
public LookConfigurations(LookConfiguration selection)
selection
- the selected LookConfigurationMethod Detail |
---|
public LookConfiguration getDefaultConfiguration()
public void setDefaultConfiguration(LookConfiguration newDefaultConfiguration)
newDefaultConfiguration
- the new default configurationpublic Collection getConfigurations()
public Object clone()
clone
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |