|
|||||||||
| 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
Class BundledSkinFactory

java.lang.Objectorg.jext.gui.BundledSkinFactory
- All Implemented Interfaces:
- SkinFactory
- class BundledSkinFactory
- extends java.lang.Object
- implements SkinFactory
- extends java.lang.Object
| Nested Class Summary | |
private class |
BundledSkinFactory.JextSkin
|
private class |
BundledSkinFactory.MetalSkin
|
| Constructor Summary | |
(package private) |
BundledSkinFactory()
|
| Method Summary | |
private boolean |
addSkinIfPresent(java.util.ArrayList skins,
java.lang.String description,
java.lang.String name,
java.lang.String lnfClass)
Adds the descripted skin to the array list if the skins exists. |
Skin[] |
getSkins()
Must return an array of already constructed Skin's. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BundledSkinFactory
BundledSkinFactory()
| Method Detail |
getSkins
public Skin[] getSkins()
- Description copied from interface:
SkinFactory - Must return an array of already constructed Skin's.
- Specified by:
getSkinsin interfaceSkinFactory
addSkinIfPresent
private boolean addSkinIfPresent(java.util.ArrayList skins, java.lang.String description, java.lang.String name, java.lang.String lnfClass)
- Adds the descripted skin to the array list if the skins exists. The test is made against the
presence of the Look And Feel class on the system.
|
|||||||||
| Home >> All >> org >> jext >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jext.gui.BundledSkinFactory