se.datadosen.util.annotations
Annotation Type ToolTipText


@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
 

value

public abstract java.lang.String value
key to be mapped to corresponding translated text If missing, use key format ui.nameOfFieldToolTip

Default:
""