Uses of Interface
org.eclipse.gmf.codegen.gmfgen.EntryBase

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

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

Subinterfaces of EntryBase in org.eclipse.gmf.codegen.gmfgen
 interface AbstractToolEntry
          A representation of the model object 'Abstract Tool Entry'.
 interface StandardEntry
          A representation of the model object 'Standard Entry'.
 interface ToolEntry
          A representation of the model object 'Tool Entry'.
 interface ToolGroup
          A representation of the model object 'Tool Group'.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement EntryBase
 class AbstractToolEntryImpl
          An implementation of the model object 'Abstract Tool Entry'.
 class EntryBaseImpl
          An implementation of the model object 'Entry Base'.
 class StandardEntryImpl
          An implementation of the model object 'Standard Entry'.
 class ToolEntryImpl
          An implementation of the model object 'Tool Entry'.
 class ToolGroupImpl
          An implementation of the model object 'Tool Group'.
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type EntryBase
 T GMFGenSwitch.caseEntryBase(EntryBase object)
          Returns the result of interpreting the object as an instance of 'Entry Base'.
 



Copyright © 2012. All Rights Reserved.