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