Uses of Class
org.eclipse.gmt.modisco.infra.browser.custom.CustomizableFeatures

Packages that use CustomizableFeatures
org.eclipse.gmt.modisco.infra.browser.custom   
 

Uses of CustomizableFeatures in org.eclipse.gmt.modisco.infra.browser.custom
 

Fields in org.eclipse.gmt.modisco.infra.browser.custom with type parameters of type CustomizableFeatures
static java.util.List<CustomizableFeatures> CustomizableFeatures.VALUES
          A public read-only list of all the 'Customizable Features' enumerators.
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom that return CustomizableFeatures
static CustomizableFeatures CustomizableFeatures.get(int value)
          Returns the 'Customizable Features' literal with the specified integer value.
static CustomizableFeatures CustomizableFeatures.get(java.lang.String literal)
          Returns the 'Customizable Features' literal with the specified literal value.
static CustomizableFeatures CustomizableFeatures.getByName(java.lang.String name)
          Returns the 'Customizable Features' literal with the specified name.
 CustomizableFeatures CustomViewFeature.getCustomizedFeature()
          Returns the value of the 'Customized Feature' attribute.
static CustomizableFeatures CustomizableFeatures.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CustomizableFeatures[] CustomizableFeatures.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom with parameters of type CustomizableFeatures
 void CustomViewFeature.setCustomizedFeature(CustomizableFeatures value)
          Sets the value of the 'Customized Feature' attribute.