Uses of Package
se.datadosen.util.annotations

Packages that use se.datadosen.util.annotations
se.datadosen.explorer   
se.datadosen.jalbum   
 

Classes in se.datadosen.util.annotations used by se.datadosen.explorer
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
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
 

Classes in se.datadosen.util.annotations used by se.datadosen.jalbum
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
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
Unbound
          Marks methods that should not be bound to Properties using BeanBinder