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

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

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

Subinterfaces of ToolGroupItem in org.eclipse.gmf.codegen.gmfgen
 interface AbstractToolEntry
          A representation of the model object 'Abstract Tool Entry'.
 interface Separator
          A representation of the model object 'Separator'.
 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'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type ToolGroupItem
 org.eclipse.emf.common.util.EList<ToolGroupItem> ToolGroup.getEntries()
          Returns the value of the 'Entries' containment reference list.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement ToolGroupItem
 class AbstractToolEntryImpl
          An implementation of the model object 'Abstract Tool Entry'.
 class SeparatorImpl
          An implementation of the model object 'Separator'.
 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'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type ToolGroupItem
protected  org.eclipse.emf.common.util.EList<ToolGroupItem> ToolGroupImpl.entries
          The cached value of the 'Entries' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type ToolGroupItem
 org.eclipse.emf.common.util.EList<ToolGroupItem> ToolGroupImpl.getEntries()
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type ToolGroupItem
 T GMFGenSwitch.caseToolGroupItem(ToolGroupItem object)
          Returns the result of interpreting the object as an instance of 'Tool Group Item'.
 



Copyright © 2012. All Rights Reserved.