Uses of Interface
com.l2fprod.gui.plaf.skin.Skin
-
Packages that use Skin 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 -
-
Uses of Skin in com.l2fprod.gui.plaf.skin
Classes in com.l2fprod.gui.plaf.skin that implement Skin Modifier and Type Class Description class
CompoundSkin
Assembles two skins to create a new one.Fields in com.l2fprod.gui.plaf.skin declared as Skin Modifier and Type Field Description protected Skin
SkinButtonUI. skin
Description of the Fieldprotected Skin
SkinRadioButtonUI. skin
Description of the Fieldprotected Skin
SkinSplitArrowButton. skin
Description of the Fieldprotected Skin
SkinSplitPaneDivider. skin
Description of the FieldMethods in com.l2fprod.gui.plaf.skin that return Skin Modifier and Type Method 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.Methods in com.l2fprod.gui.plaf.skin with parameters of type Skin Modifier and Type Method Description static void
SkinLookAndFeel. setSkin(Skin skin)
Set the skin used by the Skin Look And FeelConstructors in com.l2fprod.gui.plaf.skin with parameters of type Skin Constructor 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. -
Uses of Skin in com.l2fprod.gui.plaf.skin.impl
Classes in com.l2fprod.gui.plaf.skin.impl that implement Skin Modifier and Type Class Description class
AbstractSkin
Default Skin Support.Methods in com.l2fprod.gui.plaf.skin.impl that return Skin Modifier and Type Method Description Skin
AbstractSkinComponent. getSkin()
Constructors in com.l2fprod.gui.plaf.skin.impl with parameters of type Skin Constructor Description AbstractSkinButton(Skin p_ParentSkin)
AbstractSkinComponent(Skin p_ParentSkin)
AbstractSkinScrollbar(Skin p_ParentSkin)
-
Uses of Skin in com.l2fprod.gui.plaf.skin.impl.gtk
Classes in com.l2fprod.gui.plaf.skin.impl.gtk that implement Skin Modifier and Type Class Description class
GtkSkin
GTK (The Gimp Toolkit) Skin Support. -
Uses of Skin in com.l2fprod.gui.plaf.skin.impl.kde
Classes in com.l2fprod.gui.plaf.skin.impl.kde that implement Skin Modifier and Type Class Description class
KdeSkin
KDE (The K Desktop Environment) Skin Support.
-