public interface OwnedAnnotationEditor extends AnnotationVisualResource
Modifier and Type | Method and Description |
---|---|
void |
changeOrientation(ComponentOrientation orientation)
Changes the orientation of components
|
AnnotationEditorOwner |
getOwner() |
void |
placeDialog(int start,
int end)
Finds the best location for the editor dialog for a given span of text
|
void |
setEditingEnabled(boolean isEditingEnabled)
Enable or disable the editing GUI components.
|
void |
setOwner(AnnotationEditorOwner owner)
Sets the owner (i.e.
|
void |
setPinnedMode(boolean pinned) |
cancelAction, canDisplayAnnotationType, editAnnotation, editingFinished, getAnnotationCurrentlyEdited, getAnnotationSetCurrentlyEdited, isActive, okAction, supportsCancel
setHandle, setTarget, targetReinitialised
cleanup, getParameterValue, init, setParameterValue, setParameterValues
getFeatures, setFeatures
getName, setName
void placeDialog(int start, int end)
void setOwner(AnnotationEditorOwner owner)
owner
- AnnotationEditorOwner getOwner()
void setPinnedMode(boolean pinned)
pinned
- true if the window should not move when an annotation is selected.void setEditingEnabled(boolean isEditingEnabled)
isEditingEnabled
- true to enable the editing, false to disable itvoid changeOrientation(ComponentOrientation orientation)
orientation
- Copyright © 2024 GATE. All rights reserved.