net.sf.doolin.gui.action
Class ExitAction<T>

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.CloseWindowAction<T>
              extended by net.sf.doolin.gui.action.ExitAction<T>
Type Parameters:
T - Type of the model for the window
All Implemented Interfaces:
GUIAction, org.springframework.beans.factory.BeanNameAware

public class ExitAction<T>
extends CloseWindowAction<T>

Exits the application.

Author:
Damien Coraboeuf

Constructor Summary
ExitAction()
           
 
Method Summary
protected  void close(GUIWindow<T> window)
          Actually closes the window
 
Methods inherited from class net.sf.doolin.gui.action.CloseWindowAction
canClose, doExecute
 
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

ExitAction

public ExitAction()
Method Detail

close

protected void close(GUIWindow<T> window)
Description copied from class: CloseWindowAction
Actually closes the window

Overrides:
close in class CloseWindowAction<T>
Parameters:
window - Window to close
See Also:
GUIWindow.close()


Copyright © 2011. All Rights Reserved.