net.sourceforge.jsxe.action
Class FileCloseAction
java.lang.Object
net.sourceforge.jsxe.LocalizedAction
net.sourceforge.jsxe.action.FileCloseAction
- public class FileCloseAction
- extends LocalizedAction
The action executed when the user selects 'close' from the file menu.
- Version:
- $Id: FileCloseAction.java 998 2006-07-07 04:43:06Z ian_lewis $
- Author:
- Ian Lewis (IanLewis@member.fsf.org), Trish Hartnett (trishah136@member.fsf.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCloseAction
public FileCloseAction()
invoke
public void invoke(TabbedView view,
ActionEvent evt)
- Description copied from class:
LocalizedAction
- The method that is run when the action is invoked.
- Specified by:
invoke
in class LocalizedAction
- Parameters:
view
- the view that invoked the action.evt
- the ActionEvent for this event.