org.jext.gui
Interface SkinFactory
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.
- Author:
- Blaisorblade
Method Summary |
Skin[] |
getSkins()
Must return an array of already constructed Skin's. |
getSkins
Skin[] getSkins()
- Must return an array of already constructed Skin's.
Copyright ? 2002 Romain Guy.