|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.javasoft.plaf.synthetica.painter.UIKey
public class UIKey
Helper class to simplify key generation including component states.
| Constructor Summary | |
|---|---|
UIKey(java.lang.String componentKey,
SyntheticaState state)
Constructor. |
|
UIKey(java.lang.String componentKey,
SyntheticaState state,
java.lang.String prefix)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
get()
Returns the complete UI-property key including state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIKey(java.lang.String componentKey,
SyntheticaState state)
componentKey - String key for the component ("componentKey.subComponentKey" i.e. "button.border").state - The component state.
public UIKey(java.lang.String componentKey,
SyntheticaState state,
java.lang.String prefix)
componentKey - String key for the component ("componentKey.subComponentKey" i.e. "button.border").state - The component state.prefix - Key prefix.| Method Detail |
|---|
public java.lang.String get()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||