Uses of Class
de.cau.cs.kieler.core.annotations.ui.properties.AddAnnotationAction.AddHow

Packages that use AddAnnotationAction.AddHow
de.cau.cs.kieler.core.annotations.ui.properties Properties code for the Annotations model. 
 

Uses of AddAnnotationAction.AddHow in de.cau.cs.kieler.core.annotations.ui.properties
 

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

Constructors in de.cau.cs.kieler.core.annotations.ui.properties with parameters of type AddAnnotationAction.AddHow
AddAnnotationAction(AnnotationsPropertySection thepropertySection, AddAnnotationAction.AddHow thehow)
          Creates an action for adding annotations.