Uses of Interface
com.l2fprod.gui.plaf.skin.Skin
Packages that use Skin
Package
Description
-
Uses of Skin in com.l2fprod.gui.plaf.skin
Classes in com.l2fprod.gui.plaf.skin that implement SkinModifier and TypeClassDescriptionfinal classAssembles two skins to create a new one.Fields in com.l2fprod.gui.plaf.skin declared as SkinModifier and TypeFieldDescriptionprotected 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 SkinModifier and TypeMethodDescriptionstatic SkinSkinLookAndFeel.getSkin()Return the current skin.static SkinSkinLookAndFeel.loadDefaultThemePack()Load the default theme pack.static SkinLoad a skin from the given filename.static SkinLoad a skin from the given url.static SkinSkinLookAndFeel.loadThemePack(InputStream streamToPack) Load a Theme Pack from the given stream pointing to a themepack.static SkinSkinLookAndFeel.loadThemePack(String filename) Load a Theme Pack from the given zip file.static SkinSkinLookAndFeel.loadThemePack(URL url) Load a Theme Pack from the given zip url.static SkinSkinLookAndFeel.loadThemePackDefinition(URL url) Load a Theme Pack from the given theme pack definition.Methods in com.l2fprod.gui.plaf.skin with parameters of type SkinModifier and TypeMethodDescriptionstatic voidSet the skin used by the Skin Look And FeelConstructors in com.l2fprod.gui.plaf.skin with parameters of type SkinModifierConstructorDescriptionCompoundSkin(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 SkinMethods in com.l2fprod.gui.plaf.skin.impl that return SkinConstructors in com.l2fprod.gui.plaf.skin.impl with parameters of type SkinModifierConstructorDescriptionAbstractSkinButton(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 -
Uses of Skin in com.l2fprod.gui.plaf.skin.impl.kde
Classes in com.l2fprod.gui.plaf.skin.impl.kde that implement SkinModifier and TypeClassDescriptionfinal classKDE (The K Desktop Environment) Skin Support.