Generation Framework

Uses of Class
org.eclipse.gmf.gmfgraph.ColorConstants

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 declared as ColorConstants
static ColorConstants ColorConstants.WHITE_LITERAL
          The 'White' literal object
static ColorConstants ColorConstants.BLACK_LITERAL
          The 'Black' literal object
static ColorConstants ColorConstants.LIGHT_GRAY_LITERAL
          The 'Light Gray' literal object
static ColorConstants ColorConstants.GRAY_LITERAL
          The 'Gray' literal object
static ColorConstants ColorConstants.DARK_GRAY_LITERAL
          The 'Dark Gray' literal object
static ColorConstants ColorConstants.RED_LITERAL
          The 'Red' literal object
static ColorConstants ColorConstants.ORANGE_LITERAL
          The 'Orange' literal object
static ColorConstants ColorConstants.YELLOW_LITERAL
          The 'Yellow' literal object
static ColorConstants ColorConstants.GREEN_LITERAL
          The 'Green' literal object
static ColorConstants ColorConstants.LIGHT_GREEN_LITERAL
          The 'Light Green' literal object
static ColorConstants ColorConstants.DARK_GREEN_LITERAL
          The 'Dark Green' literal object
static ColorConstants ColorConstants.CYAN_LITERAL
          The 'Cyan' literal object
static ColorConstants ColorConstants.LIGHT_BLUE_LITERAL
          The 'Light Blue' literal object
static ColorConstants ColorConstants.BLUE_LITERAL
          The 'Blue' literal object
static ColorConstants ColorConstants.DARK_BLUE_LITERAL
          The 'Dark Blue' literal object
 

Methods in org.eclipse.gmf.gmfgraph that return ColorConstants
static ColorConstants ColorConstants.get(java.lang.String literal)
          Returns the 'Color Constants' literal with the specified literal value
static ColorConstants ColorConstants.getByName(java.lang.String name)
          Returns the 'Color Constants' literal with the specified name
static ColorConstants ColorConstants.get(int value)
          Returns the 'Color Constants' literal with the specified integer value
 ColorConstants ConstantColor.getValue()
          Returns the value of the 'Value' attribute.
 

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 static ColorConstants ConstantColorImpl.VALUE_EDEFAULT
          The default value of the 'Value' attribute
protected  ColorConstants ConstantColorImpl.value
          The cached value of the 'Value' attribute
 

Methods in org.eclipse.gmf.gmfgraph.impl that return ColorConstants
 ColorConstants GMFGraphFactoryImpl.createColorConstantsFromString(EDataType eDataType, java.lang.String initialValue)
           
 ColorConstants ConstantColorImpl.getValue()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type ColorConstants
 void ConstantColorImpl.setValue(ColorConstants newValue)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.