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 classCompoundSkinAssembles two skins to create a new one.Fields in com.l2fprod.gui.plaf.skin declared as Skin Modifier and Type Field Description protected SkinSkinButtonUI. skinDescription of the Fieldprotected SkinSkinRadioButtonUI. skinDescription of the Fieldprotected SkinSkinSplitArrowButton. skinDescription of the Fieldprotected SkinSkinSplitPaneDivider. skinDescription of the FieldMethods in com.l2fprod.gui.plaf.skin that return Skin Modifier and Type Method Description static SkinSkinLookAndFeel. getSkin()Return the current skin.static SkinSkinLookAndFeel. loadDefaultThemePack()Load the default theme pack.static SkinSkinLookAndFeel. loadSkin(java.lang.String filename)Load a skin from the given filename.static SkinSkinLookAndFeel. loadSkin(java.net.URL url)Load a skin from the given url.static SkinSkinLookAndFeel. loadThemePack(java.io.InputStream streamToPack)Load a Theme Pack from the given stream pointing to a themepack.static SkinSkinLookAndFeel. loadThemePack(java.lang.String filename)Load a Theme Pack from the given zip file.static SkinSkinLookAndFeel. loadThemePack(java.net.URL url)Load a Theme Pack from the given zip url.static SkinSkinLookAndFeel. 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 voidSkinLookAndFeel. 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 classAbstractSkinDefault Skin Support.Methods in com.l2fprod.gui.plaf.skin.impl that return Skin Modifier and Type Method Description SkinAbstractSkinComponent. 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 classGtkSkinGTK (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 classKdeSkinKDE (The K Desktop Environment) Skin Support.
-