smacs.xngr.browser.editor
Class PreferencesAction
java.lang.Object
javax.swing.AbstractAction
smacs.xngr.browser.editor.PreferencesAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class PreferencesAction
- extends AbstractAction
An action that can be used to set the XML Editor preferences.
- Author:
- Edwin Dankert
- See Also:
- Serialized Form
|
Constructor Summary |
PreferencesAction(Editor editor)
The constructor for the action which allows the user to
edit the XML editor Preferences. |
PreferencesAction
public PreferencesAction(Editor editor)
- The constructor for the action which allows the user to
edit the XML editor Preferences.
- Parameters:
editor - the XML Editor
actionPerformed
public void actionPerformed(ActionEvent event)
- The implementation of the Preferences action, called
after a user action.
- Parameters:
event - the action event.