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.modelMethods 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.dotcorpusMethods 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 TypeMethodDescriptionvoidDotCorpus.setStyle(AnnotationStyle style) Adds an AnnotationStyle.
- 
Uses of AnnotationStyle in org.apache.uima.caseditor.editorMethods in org.apache.uima.caseditor.editor that return AnnotationStyleModifier and TypeMethodDescriptionAnnotationEditor.getAnnotationStyle(Type type) Retrieves anAnnotationStylefrom the underlying storage.static AnnotationStyleAnnotationStyle.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 voidAnnotationStyle.putAnnotatationStyleToStore(org.eclipse.jface.preference.IPreferenceStore store, AnnotationStyle style) Note: This method must not be called by user code!voidAnnotationEditor.setAnnotationStyle(AnnotationStyle style) Sets an annotation style.Method parameters in org.apache.uima.caseditor.editor with type arguments of type AnnotationStyleModifier and TypeMethodDescriptionvoidIAnnotationStyleListener.annotationStylesChanged(Collection<AnnotationStyle> styles) Annotation styles changed.
- 
Uses of AnnotationStyle in org.apache.uima.caseditor.editor.annotationMethods in org.apache.uima.caseditor.editor.annotation with parameters of type AnnotationStyleModifier and TypeMethodDescriptionstatic org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategyDrawingStyle.createStrategy(AnnotationStyle style) Retrieves theAnnotationPainter.IDrawingStrategy.
- 
Uses of AnnotationStyle in org.apache.uima.caseditor.ui.propertyMethods in org.apache.uima.caseditor.ui.property that return AnnotationStyleModifier and TypeMethodDescriptionprotected abstract AnnotationStyleAnnotationPropertyPage.getAnnotationStyle(Type type) Gets the annotation style.protected AnnotationStyleEditorAnnotationPropertyPage.getAnnotationStyle(Type type) Methods in org.apache.uima.caseditor.ui.property with parameters of type AnnotationStyleModifier and TypeMethodDescriptionprotected final voidAnnotationPropertyPage.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 booleanAnnotationPropertyPage.saveChanges(Collection<AnnotationStyle> changedStyles) Save changes.protected booleanEditorAnnotationPropertyPage.saveChanges(Collection<AnnotationStyle> changedStyles)