net.sf.doolin.gui.action
Class ExitAction<T>
java.lang.Object
net.sf.doolin.gui.action.AbstractGUIAction
net.sf.doolin.gui.action.AbstractSimpleGUIAction
net.sf.doolin.gui.action.CloseWindowAction<T>
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
|
Method Summary |
protected void |
close(GUIWindow<T> window)
Actually closes the window |
| 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 |
ExitAction
public ExitAction()
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.