Generation Framework

Uses of Class
org.eclipse.gmf.tooldef.AppearanceStyle

Packages that use AppearanceStyle
org.eclipse.gmf.tooldef   
org.eclipse.gmf.tooldef.impl   
 

Uses of AppearanceStyle in org.eclipse.gmf.tooldef
 

Fields in org.eclipse.gmf.tooldef declared as AppearanceStyle
static AppearanceStyle AppearanceStyle.FONT_LITERAL
          The 'Font' literal object
static AppearanceStyle AppearanceStyle.FILL_LITERAL
          The 'Fill' literal object
static AppearanceStyle AppearanceStyle.LINE_LITERAL
          The 'Line' literal object
 

Methods in org.eclipse.gmf.tooldef that return AppearanceStyle
static AppearanceStyle AppearanceStyle.get(java.lang.String literal)
          Returns the 'Appearance Style' literal with the specified literal value
static AppearanceStyle AppearanceStyle.getByName(java.lang.String name)
          Returns the 'Appearance Style' literal with the specified name
static AppearanceStyle AppearanceStyle.get(int value)
          Returns the 'Appearance Style' literal with the specified integer value
 

Uses of AppearanceStyle in org.eclipse.gmf.tooldef.impl
 

Methods in org.eclipse.gmf.tooldef.impl that return AppearanceStyle
 AppearanceStyle GMFToolFactoryImpl.createAppearanceStyleFromString(EDataType eDataType, java.lang.String initialValue)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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