| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.infra.browser.custom |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<CustomizableFeatures> |
CustomizableFeatures.VALUES
Deprecated.
A public read-only list of all the 'Customizable Features' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomizableFeatures |
CustomizableFeatures.get(int value)
Deprecated.
Returns the 'Customizable Features' literal with the specified integer value.
|
static CustomizableFeatures |
CustomizableFeatures.get(java.lang.String literal)
Deprecated.
Returns the 'Customizable Features' literal with the specified literal value.
|
static CustomizableFeatures |
CustomizableFeatures.getByName(java.lang.String name)
Deprecated.
Returns the 'Customizable Features' literal with the specified name.
|
CustomizableFeatures |
CustomViewFeature.getCustomizedFeature()
Deprecated.
Returns the value of the 'Customized Feature' attribute.
|
static CustomizableFeatures |
CustomizableFeatures.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CustomizableFeatures[] |
CustomizableFeatures.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomViewFeature.setCustomizedFeature(CustomizableFeatures value)
Deprecated.
Sets the value of the '
Customized Feature' attribute. |