gate.gui
Class DocumentEditor.EditAnnotationAction
java.lang.Object
javax.swing.AbstractAction
gate.gui.DocumentEditor.EditAnnotationAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- 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
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
set
protected AnnotationSet set
annotation
protected Annotation annotation
DocumentEditor.EditAnnotationAction
public DocumentEditor.EditAnnotationAction(AnnotationSet set,
Annotation annotation)
actionPerformed
public void actionPerformed(ActionEvent e)