Uses of Interface
org.apache.uima.caseditor.editor.ICasDocument
Package
Description
This package contains the editor classes.
This package contains the outline classes.
-
Uses of ICasDocument in org.apache.uima.caseditor.editor
Modifier and TypeClassDescriptionclass
Abstract base class for document implementations.class
This document implementation is based on an uima cas object.Modifier and TypeMethodDescriptionprotected abstract ICasDocument
CasDocumentProvider.createDocument
(Object element) Creates the a newAnnotationDocument
from the givenIEditorInput
element.AnnotationEditor.getDocument()
Returns the currentAnnotationDocument
of this editor.ICasEditor.getDocument()
Gets the document.ModelFeatureStructure.getDocument()
Gets the document.Modifier and TypeMethodDescriptionvoid
ICasEditorInputListener.casDocumentChanged
(org.eclipse.ui.IEditorInput oldInput, ICasDocument oldDocument, org.eclipse.ui.IEditorInput newInput, ICasDocument newDocument) This method is called if anICasDocument
is exchanged.static List
<ModelFeatureStructure> ModelFeatureStructure.create
(ICasDocument document, List<AnnotationFS> annotations) Creates the.protected abstract void
CasDocumentProvider.doSaveDocument
(org.eclipse.core.runtime.IProgressMonitor monitor, Object element, ICasDocument document, boolean overwrite) Do save document.ModifierConstructorDescriptionFeatureValue
(ICasDocument document, FeatureStructure structure, Feature feature) Initializes a new instance.ModelFeatureStructure
(ICasDocument document, FeatureStructure featureStructre) Initializes a new instance. -
Uses of ICasDocument in org.apache.uima.caseditor.editor.action
Modifier and TypeMethodDescriptionstatic void
LowerLeftAnnotationSideAction.lowerLeftAnnotationSide
(ICasDocument document, AnnotationFS annotation) Lower left annotation side.static void
LowerRightAnnotationSideAction.lowerRightAnnotationSide
(ICasDocument document, AnnotationFS annotation) Lower right annotation side.static void
WideLeftAnnotationSideAction.wideLeftAnnotationSide
(ICasDocument document, AnnotationFS annotation) Widens the annotation and sends and sends an update notification to the provided document.static void
WideRightAnnotationSideAction.wideRightAnnotationSide
(ICasDocument document, AnnotationFS annotation) Wide right annotation side. -
Uses of ICasDocument in org.apache.uima.caseditor.editor.outline
Modifier and TypeFieldDescriptionprotected ICasDocument
OutlineContentProviderBase.mInputDocument
The m input document. -
Uses of ICasDocument in org.apache.uima.caseditor.ide
Modifier and TypeMethodDescriptionprotected ICasDocument
DefaultCasDocumentProvider.createDocument
(Object element) Modifier and TypeMethodDescriptionprotected void
DefaultCasDocumentProvider.doSaveDocument
(org.eclipse.core.runtime.IProgressMonitor monitor, Object element, ICasDocument document, boolean overwrite)