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