net.sourceforge.jsxe.action
Class DocumentOptionsAction
java.lang.Object
net.sourceforge.jsxe.LocalizedAction
net.sourceforge.jsxe.action.DocumentOptionsAction
- public class DocumentOptionsAction
- extends LocalizedAction
The action that is executed when the user selects 'Document Options' from
the tools menu.
- Version:
- $Id$
- Author:
- Ian Lewis (IanLewis@member.fsf.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentOptionsAction
public DocumentOptionsAction()
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.