Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext.gui
Interface SkinFactory  view SkinFactory download SkinFactory.java

All Known Implementing Classes:
BundledSkinFactory

public interface SkinFactory

This is the generic SkinFactory base class. Override it to let Jext access a new skin group, plugin and so on; if the inheriting class is also a Plugin descendant the method is called authomatically for you when loading the plugin.


Method Summary
 Skin[] getSkins()
          Must return an array of already constructed Skin's.
 

Method Detail

getSkins

public Skin[] getSkins()
Must return an array of already constructed Skin's.