Uses of Class
de.cau.cs.kieler.kiml.ui.preferences.ElementType

Packages that use ElementType
de.cau.cs.kieler.kiml.ui.preferences Preferences for KIML. 
 

Uses of ElementType in de.cau.cs.kieler.kiml.ui.preferences
 

Methods in de.cau.cs.kieler.kiml.ui.preferences that return ElementType
 ElementType OptionsTableProvider.DataEntry.getType()
          Returns the type of element (diagram type / model element / edit part).
static ElementType ElementType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ElementType[] ElementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.cau.cs.kieler.kiml.ui.preferences with parameters of type ElementType
OptionsTableProvider.DataEntry(String name, String id, ElementType thetype, LayoutOptionData<?> theoptionData, Object thevalue)
          Creates a data entry.