Package org.pushingpixels.substance.api
Interface SubstanceSkinPlugin
-
public interface SubstanceSkinPluginPlugin for skin extension.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<SkinInfo>getSkins()Returns information on all available skins inthisplugin.
-
-
-
Method Detail
-
getSkins
java.util.Set<SkinInfo> getSkins()
Returns information on all available skins inthisplugin.- Returns:
- Information on all available skins in
thisplugin.
-
-