Generation Framework

Uses of Class
org.eclipse.gmf.codegen.gmfgen.ViewmapLayoutType

Packages that use ViewmapLayoutType
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of ViewmapLayoutType in org.eclipse.gmf.codegen.gmfgen
 

Fields in org.eclipse.gmf.codegen.gmfgen declared as ViewmapLayoutType
static ViewmapLayoutType ViewmapLayoutType.UNKNOWN_LITERAL
          The 'UNKNOWN' literal object
static ViewmapLayoutType ViewmapLayoutType.XY_LAYOUT_LITERAL
          The 'XY LAYOUT' literal object
static ViewmapLayoutType ViewmapLayoutType.FLOW_LAYOUT_LITERAL
          The 'FLOW LAYOUT' literal object
static ViewmapLayoutType ViewmapLayoutType.TOOLBAR_LAYOUT_LITERAL
          The 'TOOLBAR LAYOUT' literal object
 

Methods in org.eclipse.gmf.codegen.gmfgen that return ViewmapLayoutType
 ViewmapLayoutType GenCommonBase.getLayoutType()
           
 ViewmapLayoutType Viewmap.getLayoutType()
          Returns the value of the 'Layout Type' attribute.
static ViewmapLayoutType ViewmapLayoutType.get(java.lang.String literal)
          Returns the 'Viewmap Layout Type' literal with the specified literal value
static ViewmapLayoutType ViewmapLayoutType.getByName(java.lang.String name)
          Returns the 'Viewmap Layout Type' literal with the specified name
static ViewmapLayoutType ViewmapLayoutType.get(int value)
          Returns the 'Viewmap Layout Type' literal with the specified integer value
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type ViewmapLayoutType
 void Viewmap.setLayoutType(ViewmapLayoutType value)
          Sets the value of the 'Layout Type' attribute
 

Uses of ViewmapLayoutType in org.eclipse.gmf.codegen.gmfgen.impl
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as ViewmapLayoutType
protected static ViewmapLayoutType ViewmapImpl.LAYOUT_TYPE_EDEFAULT
          The default value of the 'Layout Type' attribute
protected  ViewmapLayoutType ViewmapImpl.layoutType
          The cached value of the 'Layout Type' attribute
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return ViewmapLayoutType
 ViewmapLayoutType GenCommonBaseImpl.getLayoutType()
           
 ViewmapLayoutType ViewmapImpl.getLayoutType()
           
 ViewmapLayoutType GMFGenFactoryImpl.createViewmapLayoutTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type ViewmapLayoutType
 void ViewmapImpl.setLayoutType(ViewmapLayoutType newLayoutType)
           
 

Uses of ViewmapLayoutType in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type ViewmapLayoutType
 boolean ViewmapLayoutTypeHelper.isStoringChildPositions(ViewmapLayoutType layoutType)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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