|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LookConfiguration | |
---|---|
com.jgoodies.uif.laf | Provides helper classes that assist in changing the Swing look & feel at runtime and in storing and restoring an l&f |
Uses of LookConfiguration in com.jgoodies.uif.laf |
---|
Methods in com.jgoodies.uif.laf that return LookConfiguration | |
---|---|
LookConfiguration |
LookConfigurations.getDefaultConfiguration()
Returns the default LookConfiguration. |
static LookConfiguration |
ExtUIManager.getStoredLookConfiguration()
Looks up and returns the default LookConfiguration, that is the default Look&Feel plus theme - if any. |
Methods in com.jgoodies.uif.laf with parameters of type LookConfiguration | |
---|---|
void |
LookConfigurations.setDefaultConfiguration(LookConfiguration newDefaultConfiguration)
Sets a new default LookConfiguration. |
static void |
ExtUIManager.setStoredLookConfiguration(LookConfiguration lookConfiguration)
Sets the LookConfiguration used as default. |
Constructors in com.jgoodies.uif.laf with parameters of type LookConfiguration | |
---|---|
LookConfigurations(LookConfiguration selection)
Constructs LookConfigurations object with the specified selection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |