|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Text
Specifify what key to use when setting a translated text string for names/texts (done by Msg.setTexts() ) Currently JComponents and Actions can be annotated, triggering setText and putValue(Action.NAME) respectively
| Optional Element Summary | |
|---|---|
java.lang.String |
postfix
|
java.lang.String |
value
key to be mapped to corresponding translated text If missing, use key format ui.nameOfField |
public abstract java.lang.String value
public abstract java.lang.String postfix
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||