| Package | Description |
|---|---|
| com.l2fprod.gui.plaf.skin | |
| com.l2fprod.gui.plaf.skin.impl | |
| com.l2fprod.gui.plaf.skin.impl.gtk | |
| com.l2fprod.gui.plaf.skin.impl.kde |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundSkin
Assembles two skins to create a new one.
|
| Modifier and Type | Field and Description |
|---|---|
protected Skin |
SkinButtonUI.skin
Description of the Field
|
protected Skin |
SkinRadioButtonUI.skin
Description of the Field
|
protected Skin |
SkinSplitPaneDivider.skin
Description of the Field
|
protected Skin |
SkinSplitArrowButton.skin
Description of the Field
|
| Modifier and Type | Method and Description |
|---|---|
static Skin |
SkinLookAndFeel.getSkin()
Return the current skin.
|
static Skin |
SkinLookAndFeel.loadDefaultThemePack()
Load the default theme pack.
|
static Skin |
SkinLookAndFeel.loadSkin(java.lang.String filename)
Load a skin from the given filename.
|
static Skin |
SkinLookAndFeel.loadSkin(java.net.URL url)
Load a skin from the given url.
|
static Skin |
SkinLookAndFeel.loadThemePack(java.io.InputStream streamToPack)
Load a Theme Pack from the given stream pointing to a themepack.
|
static Skin |
SkinLookAndFeel.loadThemePack(java.lang.String filename)
Load a Theme Pack from the given zip file.
|
static Skin |
SkinLookAndFeel.loadThemePack(java.net.URL url)
Load a Theme Pack from the given zip url.
|
static Skin |
SkinLookAndFeel.loadThemePackDefinition(java.net.URL url)
Load a Theme Pack from the given theme pack definition.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SkinLookAndFeel.setSkin(Skin skin)
Set the skin used by the Skin Look And Feel
|
| Constructor and Description |
|---|
CompoundSkin(Skin a,
Skin b)
Construct a new Skin by merging two skins.
If a feature is missing in the first skin, the second skin is used. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSkin
Default Skin Support.
|
| Modifier and Type | Method and Description |
|---|---|
Skin |
AbstractSkinComponent.getSkin() |
| Constructor and Description |
|---|
AbstractSkinButton(Skin p_ParentSkin) |
AbstractSkinComponent(Skin p_ParentSkin) |
AbstractSkinScrollbar(Skin p_ParentSkin) |
| Modifier and Type | Class and Description |
|---|---|
class |
GtkSkin
GTK (The Gimp Toolkit) Skin Support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KdeSkin
KDE (The K Desktop Environment) Skin Support.
|