Uses of Class
uic.model.UICAction

Packages that use UICAction
uic.model Provides model classes for Swing GUIs. 
 

Uses of UICAction in uic.model
 

Subclasses of UICAction in uic.model
 class UICToggleAction
          An toggle action to add the concept of 'selected'.
 

Methods in uic.model with parameters of type UICAction
 void ActionFactory.addAction(UICAction action)
           
 JComponent ActionFactory.createButton(UICAction action)
           
static JComponent ActionFactory.createButton(UICAction action, TranslationInterface translator)
           
static JComponent ActionFactory.createButton(UICAction action, TranslationInterface translator, IconFactory iconFactory)
           
 JComponent ActionFactory.createMenuItem(UICAction action)
           
static JComponent ActionFactory.createMenuItem(UICAction action, TranslationInterface translator)
           
static JComponent ActionFactory.createMenuItem(UICAction action, TranslationInterface translator, IconFactory iconFactory)
           
 



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence