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.
 

Method Detail

getSkins

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



Copyright © 2002 Romain Guy.