net.sf.doolin.gui.action
Class NOPGUIAction

java.lang.Object
  extended by net.sf.doolin.gui.action.AbstractGUIAction
      extended by net.sf.doolin.gui.action.AbstractSimpleGUIAction
          extended by net.sf.doolin.gui.action.NOPGUIAction
All Implemented Interfaces:
GUIAction, org.springframework.beans.factory.BeanNameAware

public class NOPGUIAction
extends AbstractSimpleGUIAction

This action just does nothing.

Author:
Damien Coraboeuf

Constructor Summary
NOPGUIAction()
           
 
Method Summary
protected  void doExecute(ActionContext context)
          Does nothing.
 
Methods inherited from class net.sf.doolin.gui.action.AbstractSimpleGUIAction
getIconId, getIconIDExpression, getId, getShortcut, getShortcutExpression, getTextExpression, getTip, getTipExpression, getTitle, init, setBeanName, setIconId, setShortcut, setTip, setTitle, toString
 
Methods inherited from class net.sf.doolin.gui.action.AbstractGUIAction
execute, getActionContextData, getActionContextDataExtractor, getDisplayStateHandler, getIcon, getIconService, setActionContextDataExtractor, setDisplayStateHandler, setIconService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NOPGUIAction

public NOPGUIAction()
Method Detail

doExecute

protected void doExecute(ActionContext context)
                  throws Exception
Does nothing. Executes the action and throws any kind of error.

Specified by:
doExecute in class AbstractGUIAction
Parameters:
context - the context
Throws:
Exception - the exception


Copyright © 2011. All Rights Reserved.