gate.gui
Class DocumentEditor.EditAnnotationAction
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--gate.gui.DocumentEditor.EditAnnotationAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Enclosing class:
- DocumentEditor
- protected class DocumentEditor.EditAnnotationAction
- extends AbstractAction
The action that is fired when the user wants to edit an annotation.
It will build a dialog containing all the valid annotation editors.
- See Also:
- Serialized Form
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, readObject, removePropertyChangeListener, setEnabled, writeObject |
Methods inherited from class java.lang.Object |
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
set
protected AnnotationSet set
annotation
protected Annotation annotation
DocumentEditor.EditAnnotationAction
public DocumentEditor.EditAnnotationAction(AnnotationSet set,
Annotation annotation)
actionPerformed
public void actionPerformed(ActionEvent e)
- Overrides:
actionPerformed
in class AbstractAction