Uses of Class
org.apache.uima.caseditor.editor.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
Modifier and TypeMethodDescriptionstatic Collection
<AnnotationStyle> DefaultColors.assignColors
(TypeSystem ts, Collection<AnnotationStyle> styles) Assigns color to the annotation types in the providedTypeSystem
.Modifier 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
Modifier and TypeMethodDescriptionDotCorpus.getAnnotation
(Type type) Retrieves the AnnotationStyle for the given type or null if not available.Modifier and TypeMethodDescriptionDotCorpus.getAnnotationStyles()
Retrieves the annotation styles.Modifier and TypeMethodDescriptionvoid
DotCorpus.setStyle
(AnnotationStyle style) Adds an AnnotationStyle. -
Uses of AnnotationStyle in org.apache.uima.caseditor.editor
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
IAnnotationStyleListener.annotationStylesChanged
(Collection<AnnotationStyle> styles) Annotation styles changed. -
Uses of AnnotationStyle in org.apache.uima.caseditor.editor.annotation
Modifier 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
Modifier and TypeMethodDescriptionprotected abstract AnnotationStyle
AnnotationPropertyPage.getAnnotationStyle
(Type type) Gets the annotation style.protected AnnotationStyle
EditorAnnotationPropertyPage.getAnnotationStyle
(Type type) Modifier and TypeMethodDescriptionprotected final void
AnnotationPropertyPage.setAnnotationStyle
(AnnotationStyle style) Sets the annotation style.Modifier and TypeMethodDescriptionprotected abstract boolean
AnnotationPropertyPage.saveChanges
(Collection<AnnotationStyle> changedStyles) Save changes.protected boolean
EditorAnnotationPropertyPage.saveChanges
(Collection<AnnotationStyle> changedStyles)