Package se.datadosen.util.annotations

Annotation Types Summary
Bound Marks fields that should be bound to Properties using PropertyBinder Fields that are subclasses of JComponent are automatically bound
TabTitle Specifify what key to use when setting a translated text string for the title of a containing JTabbedPane for this specific tab
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
Title Specifify what key to use when setting a translated text string for titles (done by Msg.setTexts() ) Any object supporting a setTitle() method can be annotated,
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