|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
gate.gui.DocumentEditor.NewAnnotationAction
class DocumentEditor.NewAnnotationAction
The action that is fired when the user wants to create a new annotation. It will build a dialog containing all the valid annotation editors.
| Field Summary | |
|---|---|
(package private) Long |
endOffset
|
(package private) AnnotationSet |
set
|
(package private) Long |
startOffset
|
(package private) String |
type
|
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| 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 |
| Constructor Summary | |
|---|---|
DocumentEditor.NewAnnotationAction(AnnotationSet set,
Long startOffset,
Long endOffset)
|
|
DocumentEditor.NewAnnotationAction(AnnotationSet set,
String type,
Long startOffset,
Long endOffset)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
|
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
AnnotationSet set
Long startOffset
Long endOffset
String type
| Constructor Detail |
|---|
public DocumentEditor.NewAnnotationAction(AnnotationSet set,
Long startOffset,
Long endOffset)
public DocumentEditor.NewAnnotationAction(AnnotationSet set,
String type,
Long startOffset,
Long endOffset)
| Method Detail |
|---|
public void actionPerformed(ActionEvent e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||