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 class
Assembles two skins to create a new one.Fields in com.l2fprod.gui.plaf.skin declared as SkinModifier and TypeFieldDescriptionprotected 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 SkinModifier and TypeMethodDescriptionstatic Skin
SkinLookAndFeel.getSkin()
Return the current skin.static Skin
SkinLookAndFeel.loadDefaultThemePack()
Load the default theme pack.static Skin
Load a skin from the given filename.static Skin
Load a skin from the given url.static Skin
SkinLookAndFeel.loadThemePack
(InputStream streamToPack) Load a Theme Pack from the given stream pointing to a themepack.static Skin
SkinLookAndFeel.loadThemePack
(String filename) Load a Theme Pack from the given zip file.static Skin
SkinLookAndFeel.loadThemePack
(URL url) Load a Theme Pack from the given zip url.static Skin
SkinLookAndFeel.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 void
Set 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 class
KDE (The K Desktop Environment) Skin Support.