Uses of Interface
org.apache.uima.caseditor.editor.ICasDocument
Packages that use ICasDocument
Package
Description
This package contains the editor classes.
This package contains the outline classes.
-
Uses of ICasDocument in org.apache.uima.caseditor.editor
Classes in org.apache.uima.caseditor.editor that implement ICasDocumentModifier and TypeClassDescriptionclassAbstract base class for document implementations.classThis document implementation is based on an uima cas object.Methods in org.apache.uima.caseditor.editor that return ICasDocumentModifier and TypeMethodDescriptionprotected abstract ICasDocumentCasDocumentProvider.createDocument(Object element) Creates the a newAnnotationDocumentfrom the givenIEditorInputelement.AnnotationEditor.getDocument()Returns the currentAnnotationDocumentof this editor.ICasEditor.getDocument()Gets the document.ModelFeatureStructure.getDocument()Gets the document.Methods in org.apache.uima.caseditor.editor with parameters of type ICasDocumentModifier and TypeMethodDescriptionvoidICasEditorInputListener.casDocumentChanged(org.eclipse.ui.IEditorInput oldInput, ICasDocument oldDocument, org.eclipse.ui.IEditorInput newInput, ICasDocument newDocument) This method is called if anICasDocumentis exchanged.static List<ModelFeatureStructure>ModelFeatureStructure.create(ICasDocument document, List<AnnotationFS> annotations) Creates the.protected abstract voidCasDocumentProvider.doSaveDocument(org.eclipse.core.runtime.IProgressMonitor monitor, Object element, ICasDocument document, boolean overwrite) Do save document.Constructors in org.apache.uima.caseditor.editor with parameters of type ICasDocumentModifierConstructorDescriptionFeatureValue(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
Methods in org.apache.uima.caseditor.editor.action with parameters of type ICasDocumentModifier and TypeMethodDescriptionstatic voidLowerLeftAnnotationSideAction.lowerLeftAnnotationSide(ICasDocument document, AnnotationFS annotation) Lower left annotation side.static voidLowerRightAnnotationSideAction.lowerRightAnnotationSide(ICasDocument document, AnnotationFS annotation) Lower right annotation side.static voidWideLeftAnnotationSideAction.wideLeftAnnotationSide(ICasDocument document, AnnotationFS annotation) Widens the annotation and sends and sends an update notification to the provided document.static voidWideRightAnnotationSideAction.wideRightAnnotationSide(ICasDocument document, AnnotationFS annotation) Wide right annotation side. -
Uses of ICasDocument in org.apache.uima.caseditor.editor.outline
Fields in org.apache.uima.caseditor.editor.outline declared as ICasDocumentModifier and TypeFieldDescriptionprotected ICasDocumentOutlineContentProviderBase.mInputDocumentThe m input document. -
Uses of ICasDocument in org.apache.uima.caseditor.ide
Methods in org.apache.uima.caseditor.ide that return ICasDocumentModifier and TypeMethodDescriptionprotected ICasDocumentDefaultCasDocumentProvider.createDocument(Object element) Methods in org.apache.uima.caseditor.ide with parameters of type ICasDocumentModifier and TypeMethodDescriptionprotected voidDefaultCasDocumentProvider.doSaveDocument(org.eclipse.core.runtime.IProgressMonitor monitor, Object element, ICasDocument document, boolean overwrite)