se.datadosen.util.annotations
Annotation Type Text


@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
 

value

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

Default:
""

postfix

public abstract java.lang.String postfix
Default:
""