Uses of Interface
org.eclipse.gmf.tooldef.Toolbar

Packages that use Toolbar
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.tooldef   
org.eclipse.gmf.tooldef.impl   
org.eclipse.gmf.tooldef.util   
 

Uses of Toolbar in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return types with arguments of type Toolbar
 org.eclipse.emf.common.util.EList<Toolbar> CanvasMapping.getToolbarContributions()
          Returns the value of the 'Toolbar Contributions' reference list.
 

Uses of Toolbar in org.eclipse.gmf.mappings.impl
 

Fields in org.eclipse.gmf.mappings.impl with type parameters of type Toolbar
protected  org.eclipse.emf.common.util.EList<Toolbar> CanvasMappingImpl.toolbarContributions
          The cached value of the 'Toolbar Contributions' reference list.
 

Methods in org.eclipse.gmf.mappings.impl that return types with arguments of type Toolbar
 org.eclipse.emf.common.util.EList<Toolbar> CanvasMappingImpl.getToolbarContributions()
           
 

Uses of Toolbar in org.eclipse.gmf.tooldef
 

Methods in org.eclipse.gmf.tooldef that return Toolbar
 Toolbar GMFToolFactory.createToolbar()
          Returns a new object of class 'Toolbar'.
 

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

Classes in org.eclipse.gmf.tooldef.impl that implement Toolbar
 class ToolbarImpl
          An implementation of the model object 'Toolbar'.
 

Methods in org.eclipse.gmf.tooldef.impl that return Toolbar
 Toolbar GMFToolFactoryImpl.createToolbar()
           
 

Uses of Toolbar in org.eclipse.gmf.tooldef.util
 

Methods in org.eclipse.gmf.tooldef.util with parameters of type Toolbar
 T GMFToolSwitch.caseToolbar(Toolbar object)
          Returns the result of interpreting the object as an instance of 'Toolbar'.
 



Copyright © 2012. All Rights Reserved.