|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.modeler.skins.SkinMgr
public final class SkinMgr
The skin manager keeps a list of skin definitions, which determine how the elements of the process model are being presented. This class is a singleton.
| Method Summary | |
|---|---|
void |
addSkin(Skin skin)
Adds a skin descriptor. |
Skin |
getDefaultSkin()
Gets the default skin. |
static SkinMgr |
getInstance()
Gets the singleton instance of this class. |
Skin |
getSkin(java.lang.String name)
Gets a skin descriptor by its name. |
java.util.List |
getSkinList()
Gets the list of skin descriptors. |
java.lang.String[] |
getSkinNames()
Gets an array of all skin names. |
Skin[] |
getSkins()
Gets an array of all skins. |
void |
load()
Load all skin infos. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SkinMgr getInstance()
public void load()
public Skin getDefaultSkin()
public Skin getSkin(java.lang.String name)
name - Name of the skin
public void addSkin(Skin skin)
skin - The skin descriptor to addpublic java.util.List getSkinList()
Skin objectspublic java.lang.String[] getSkinNames()
public Skin[] getSkins()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||