|
|||||||||
| Home >> All >> org >> jext >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.gui
Interface SkinFactory

- 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.
|
|||||||||
| Home >> All >> org >> jext >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC