Uses of Interface
com.l2fprod.gui.plaf.skin.Skin

Packages that use Skin
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
 class CompoundSkin
          Assembles two skins to create a new one.
 

Fields in com.l2fprod.gui.plaf.skin declared as Skin
protected  Skin SkinSplitPaneDivider.skin
          Description of the Field
protected  Skin SkinRadioButtonUI.skin
          Description of the Field
protected  Skin SkinSplitArrowButton.skin
          Description of the Field
protected  Skin SkinButtonUI.skin
          Description of the Field
 

Methods in com.l2fprod.gui.plaf.skin that return Skin
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
static void SkinLookAndFeel.setSkin(Skin skin)
          Set the skin used by the Skin Look And Feel
 

Constructors in com.l2fprod.gui.plaf.skin with parameters of type Skin
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
 class AbstractSkin
          Default Skin Support.
 

Methods in com.l2fprod.gui.plaf.skin.impl that return Skin
 Skin AbstractSkinComponent.getSkin()
           
 

Constructors in com.l2fprod.gui.plaf.skin.impl with parameters of type Skin
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
 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
 class KdeSkin
          KDE (The K Desktop Environment) Skin Support.