JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
Skin
[]
getSkins
()
Must return an array of already constructed Skin's.
Method Detail
getSkins
Skin
[] getSkins()
Must return an array of already constructed Skin's.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright ? 2002 Romain Guy.