Uses of Class
de.cau.cs.kieler.core.annotations.ui.AnnotationType

Packages that use AnnotationType
de.cau.cs.kieler.core.annotations.ui Base package of the textual editor code for the Annotations model. 
 

Uses of AnnotationType in de.cau.cs.kieler.core.annotations.ui
 

Methods in de.cau.cs.kieler.core.annotations.ui that return AnnotationType
static AnnotationType AnnotationType.of(Annotation annotation)
          Determine the type of the given annotation.
static AnnotationType AnnotationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnnotationType[] AnnotationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.