Uses of Class
de.michab.mack.ConfigurableAction

Packages that use ConfigurableAction
de.michab.mack The classes contained here represent a generic application client framework.  
de.michab.mack.actions   
 

Uses of ConfigurableAction in de.michab.mack
 

Methods in de.michab.mack with parameters of type ConfigurableAction
static void ActionManager.addAction(ConfigurableAction ca)
          Add an action to the ActionManager's set of managed actions.
 

Uses of ConfigurableAction in de.michab.mack.actions
 

Subclasses of ConfigurableAction in de.michab.mack.actions
 class ActAbout
          An about box.
 class ActExitApplication
          The application exit action.