public class AnnotationEditor extends AbstractAction
| Modifier and Type | Class and Description |
|---|---|
protected class |
AnnotationEditor.AddChangeAnnotationAction |
protected class |
AnnotationEditor.CancelAction |
protected class |
AnnotationEditor.CustomScroller |
protected class |
AnnotationEditor.DeleteAnnotationAction |
protected class |
AnnotationEditor.EndOffsetExtendLeftAction |
protected class |
AnnotationEditor.EndOffsetExtendRightAction |
protected class |
AnnotationEditor.HideHighlightsAction |
protected class |
AnnotationEditor.StartOffsetExtendLeftAction |
protected class |
AnnotationEditor.StartOffsetExtendRightAction |
| Modifier and Type | Field and Description |
|---|---|
protected JWindow |
annotationWindow |
protected JCheckBox |
applyToAll |
protected JCheckBox |
createInstance |
protected JCheckBox |
deHighlight |
protected AnnotationEditor.DeleteAnnotationAction |
deleteAnnotationAction |
protected JButton |
deleteBtn |
protected AnnotationEditor.CancelAction |
dissmissAction |
protected JButton |
dissmissBtn |
protected AnnotationEditor.EndOffsetExtendLeftAction |
eoelAction |
protected JButton |
eoelBtn |
protected AnnotationEditor.EndOffsetExtendRightAction |
eoerAction |
protected JButton |
eoerBtn |
protected FeaturesEditor |
featuresEditor |
protected OntologyTreePanel |
ontologyTreePanel |
protected JScrollPane |
scroller |
protected JPanel |
scrollerPanel |
protected AnnotationEditor.StartOffsetExtendLeftAction |
soelAction |
protected JButton |
soelBtn |
protected AnnotationEditor.StartOffsetExtendRightAction |
soerAction |
protected JButton |
soerBtn |
protected JComboBox |
typeCombo |
changeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
AnnotationEditor(OntologyTreePanel ontoTreePanel)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent ae) |
void |
hideWindow() |
void |
setMousePoint(Point point)
Sets the mouse point
|
void |
setTextLocation(int textLocation) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledprotected JWindow annotationWindow
protected JComboBox typeCombo
protected JCheckBox applyToAll
protected JCheckBox createInstance
protected JCheckBox deHighlight
protected JScrollPane scroller
protected FeaturesEditor featuresEditor
protected JPanel scrollerPanel
protected OntologyTreePanel ontologyTreePanel
protected AnnotationEditor.DeleteAnnotationAction deleteAnnotationAction
protected AnnotationEditor.StartOffsetExtendLeftAction soelAction
protected AnnotationEditor.StartOffsetExtendRightAction soerAction
protected AnnotationEditor.EndOffsetExtendLeftAction eoelAction
protected AnnotationEditor.EndOffsetExtendRightAction eoerAction
protected AnnotationEditor.CancelAction dissmissAction
protected JButton deleteBtn
protected JButton soelBtn
protected JButton soerBtn
protected JButton eoelBtn
protected JButton eoerBtn
protected JButton dissmissBtn
public AnnotationEditor(OntologyTreePanel ontoTreePanel)
ontoTreePanel - public void actionPerformed(ActionEvent ae)
public void setTextLocation(int textLocation)
public void setMousePoint(Point point)
point - public void hideWindow()