Package net.sf.doolin.gui.action.support

Interface Summary
ActionContextDataExtractor  
ActionDelegate<T> Defines an object that can be called from an action.
 

Class Summary
AbstractActionContext Provides support for the context object.
AbstractSwingAction Ancestor for Swing Actions used in the Doolin GUI framework.
ActionProxyDelegate<T> This action set a property on the action context data and delegates to an action.
ConverterDelegate<S,T> Delegates that operates a transformation on the parameter before delegating to another delegate.
DataActionContextConverter Converts an action context to another by getting a property of the original action context data.
DefaultActionContextDataExtractor  
DelegateDataActionContext This action context wraps another action context but provides its own data.
MethodActionDelegate<E> Delegates the call to a method on the model.
NOPActionDelegate<T> This action does nothing.
SaveInPrefsActionDelegate<E extends Memento> ActionDelegate implementation that saves its parameter in the GUIPreferences.
ServiceActionDelegate<E> Delegates the call to a service.
SwingAction Simple action for a GUIAction.
ViewOpenerDelegate<T> Delegate that opens a view
 



Copyright © 2011. All Rights Reserved.