Uses of Class
org.apache.uima.caseditor.editor.AnnotationStyle
Packages that use AnnotationStyle
Package
Description
This package contains the editor classes.
This package contains the property page classes.
-
Uses of AnnotationStyle in org.apache.uima.caseditor.core.model
Methods in org.apache.uima.caseditor.core.model that return types with arguments of type AnnotationStyleModifier and TypeMethodDescriptionstatic Collection
<AnnotationStyle> DefaultColors.assignColors
(TypeSystem ts, Collection<AnnotationStyle> styles) Assigns color to the annotation types in the providedTypeSystem
.Method parameters in org.apache.uima.caseditor.core.model with type arguments of type AnnotationStyleModifier and TypeMethodDescriptionstatic Collection
<AnnotationStyle> DefaultColors.assignColors
(TypeSystem ts, Collection<AnnotationStyle> styles) Assigns color to the annotation types in the providedTypeSystem
. -
Uses of AnnotationStyle in org.apache.uima.caseditor.core.model.dotcorpus
Methods in org.apache.uima.caseditor.core.model.dotcorpus that return AnnotationStyleModifier and TypeMethodDescriptionDotCorpus.getAnnotation
(Type type) Retrieves the AnnotationStyle for the given type or null if not available.Methods in org.apache.uima.caseditor.core.model.dotcorpus that return types with arguments of type AnnotationStyleModifier and TypeMethodDescriptionDotCorpus.getAnnotationStyles()
Retrieves the annotation styles.Methods in org.apache.uima.caseditor.core.model.dotcorpus with parameters of type AnnotationStyleModifier and TypeMethodDescriptionvoid
DotCorpus.setStyle
(AnnotationStyle style) Adds an AnnotationStyle. -
Uses of AnnotationStyle in org.apache.uima.caseditor.editor
Methods in org.apache.uima.caseditor.editor that return AnnotationStyleModifier and TypeMethodDescriptionAnnotationEditor.getAnnotationStyle
(Type type) Retrieves anAnnotationStyle
from the underlying storage.static AnnotationStyle
AnnotationStyle.getAnnotationStyleFromStore
(org.eclipse.jface.preference.IPreferenceStore store, String typeName) Retrieves an annotation style from the provided preference store.Methods in org.apache.uima.caseditor.editor with parameters of type AnnotationStyleModifier and TypeMethodDescriptionstatic void
AnnotationStyle.putAnnotatationStyleToStore
(org.eclipse.jface.preference.IPreferenceStore store, AnnotationStyle style) Note: This method must not be called by user code!void
AnnotationEditor.setAnnotationStyle
(AnnotationStyle style) Sets an annotation style.Method parameters in org.apache.uima.caseditor.editor with type arguments of type AnnotationStyleModifier and TypeMethodDescriptionvoid
IAnnotationStyleListener.annotationStylesChanged
(Collection<AnnotationStyle> styles) Annotation styles changed. -
Uses of AnnotationStyle in org.apache.uima.caseditor.editor.annotation
Methods in org.apache.uima.caseditor.editor.annotation with parameters of type AnnotationStyleModifier and TypeMethodDescriptionstatic org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy
DrawingStyle.createStrategy
(AnnotationStyle style) Retrieves theAnnotationPainter.IDrawingStrategy
. -
Uses of AnnotationStyle in org.apache.uima.caseditor.ui.property
Methods in org.apache.uima.caseditor.ui.property that return AnnotationStyleModifier and TypeMethodDescriptionprotected abstract AnnotationStyle
AnnotationPropertyPage.getAnnotationStyle
(Type type) Gets the annotation style.protected AnnotationStyle
EditorAnnotationPropertyPage.getAnnotationStyle
(Type type) Methods in org.apache.uima.caseditor.ui.property with parameters of type AnnotationStyleModifier and TypeMethodDescriptionprotected final void
AnnotationPropertyPage.setAnnotationStyle
(AnnotationStyle style) Sets the annotation style.Method parameters in org.apache.uima.caseditor.ui.property with type arguments of type AnnotationStyleModifier and TypeMethodDescriptionprotected abstract boolean
AnnotationPropertyPage.saveChanges
(Collection<AnnotationStyle> changedStyles) Save changes.protected boolean
EditorAnnotationPropertyPage.saveChanges
(Collection<AnnotationStyle> changedStyles)