Package net.sf.doolin.gui.action

Interface Summary
ActionContext Context for the execution of an action.
GUIAction Action definition.
 

Class Summary
AbstractGUIAction Abstract action for a default controlled behaviour.
AbstractSimpleGUIAction This class provides support for the text and the icon.
AbstractTextAction Abstract implementation for an action is based on a text key.
AbstractTypedGUIAction<T> Deprecated. Use AbstractGUIAction.setActionContextDataExtractor(net.sf.doolin.gui.action.support.ActionContextDataExtractor)
CloseWindowAction<T> Closes the current view.
DelegateDialogAction<T> Dialog action that delegates to another object after the dialog has been validated.
DelegateGUIAction This action delegates the execution to another action, adapting the action context to a new value.
DialogAction<T> This action opens a dialog.
ExitAction<T> Exits the application.
GUITaskAction<B,R> This action launches a GUITask using an associated GUITaskExecutor.
MethodGUIAction Calls a method on the model.
NOPGUIAction This action just does nothing.
OpenViewAction<V> Opens a view.
PromptGUIAction This action prompts the user for a confirmation and delegates the call to another action.
ServiceGUIAction<T>  
TaskDialogAction<T,R> This action executes a GUITask after a dialog has been displayed and validated.
 



Copyright © 2011. All Rights Reserved.