|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorConstants | |
---|---|
org.eclipse.gmf.gmfgraph | |
org.eclipse.gmf.gmfgraph.impl |
Uses of ColorConstants in org.eclipse.gmf.gmfgraph |
---|
Fields in org.eclipse.gmf.gmfgraph with type parameters of type ColorConstants | |
---|---|
static List<ColorConstants> |
ColorConstants.VALUES
A public read-only list of all the 'Color Constants' enumerators. |
Methods in org.eclipse.gmf.gmfgraph that return ColorConstants | |
---|---|
static ColorConstants |
ColorConstants.get(int value)
Returns the 'Color Constants' literal with the specified integer value. |
static ColorConstants |
ColorConstants.get(String literal)
Returns the 'Color Constants' literal with the specified literal value. |
static ColorConstants |
ColorConstants.getByName(String name)
Returns the 'Color Constants' literal with the specified name. |
ColorConstants |
ConstantColor.getValue()
Returns the value of the 'Value' attribute. |
static ColorConstants |
ColorConstants.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ColorConstants[] |
ColorConstants.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.gmf.gmfgraph with parameters of type ColorConstants | |
---|---|
void |
ConstantColor.setValue(ColorConstants value)
Sets the value of the ' Value ' attribute. |
Uses of ColorConstants in org.eclipse.gmf.gmfgraph.impl |
---|
Fields in org.eclipse.gmf.gmfgraph.impl declared as ColorConstants | |
---|---|
protected ColorConstants |
ConstantColorImpl.value
The cached value of the ' Value ' attribute. |
protected static ColorConstants |
ConstantColorImpl.VALUE_EDEFAULT
The default value of the ' Value ' attribute. |
Methods in org.eclipse.gmf.gmfgraph.impl that return ColorConstants | |
---|---|
ColorConstants |
GMFGraphFactoryImpl.createColorConstantsFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
ColorConstants |
ConstantColorImpl.getValue()
|
Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type ColorConstants | |
---|---|
void |
ConstantColorImpl.setValue(ColorConstants newValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |