| Package | Description |
|---|---|
| com.jidesoft.plaf |
The package contains additional ComponentUI for JIDE components.
|
| Modifier and Type | Method and Description |
|---|---|
static LookAndFeelFactory.UIDefaultsCustomizer[] |
LookAndFeelFactory.getUIDefaultsCustomizers()
Gets all UIDefaults customizers.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LookAndFeelFactory.addUIDefaultsCustomizer(LookAndFeelFactory.UIDefaultsCustomizer uiDefaultsCustomizer)
Adds your own UIDefaults customizer.
|
static void |
LookAndFeelFactory.removeUIDefaultsCustomizer(LookAndFeelFactory.UIDefaultsCustomizer uiDefaultsCustomizer)
Removes an existing UIDefaults customizer you added before.
|