Generation Framework

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

Packages that use AbstractTool
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 AbstractTool in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return AbstractTool
 AbstractTool ToolOwner.getTool()
          Returns the value of the 'Tool' reference
 

Methods in org.eclipse.gmf.mappings with parameters of type AbstractTool
 void ToolOwner.setTool(AbstractTool value)
          Sets the value of the 'Tool' reference
 

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

Fields in org.eclipse.gmf.mappings.impl declared as AbstractTool
protected  AbstractTool NodeMappingImpl.tool
          The cached value of the 'Tool' reference
protected  AbstractTool LinkMappingImpl.tool
          The cached value of the 'Tool' reference
 

Methods in org.eclipse.gmf.mappings.impl that return AbstractTool
 AbstractTool NodeMappingImpl.basicGetTool()
           
 AbstractTool LinkMappingImpl.basicGetTool()
           
 AbstractTool NodeMappingImpl.getTool()
           
 AbstractTool LinkMappingImpl.getTool()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type AbstractTool
 void NodeMappingImpl.setTool(AbstractTool newTool)
           
 void LinkMappingImpl.setTool(AbstractTool newTool)
           
 

Uses of AbstractTool in org.eclipse.gmf.tooldef
 

Subinterfaces of AbstractTool in org.eclipse.gmf.tooldef
 interface CreationTool
          A representation of the model object 'Creation Tool'
 interface GenericTool
          A representation of the model object 'Generic Tool'
 interface Palette
          A representation of the model object 'Palette'
 interface PaletteSeparator
          A representation of the model object 'Palette Separator'
 interface StandardTool
          A representation of the model object 'Standard Tool'
 interface ToolContainer
          A representation of the model object 'Tool Container'
 interface ToolGroup
          A representation of the model object 'Tool Group'
 

Methods in org.eclipse.gmf.tooldef that return AbstractTool
 AbstractTool ToolGroup.getActive()
          Returns the value of the 'Active' reference
 AbstractTool Palette.getDefault()
          Returns the value of the 'Default' reference
 

Methods in org.eclipse.gmf.tooldef that return types with arguments of type AbstractTool
 org.eclipse.emf.common.util.EList<AbstractTool> ToolContainer.getTools()
          Returns the value of the 'Tools' containment reference list.
 

Methods in org.eclipse.gmf.tooldef with parameters of type AbstractTool
 void ToolGroup.setActive(AbstractTool value)
          Sets the value of the 'Active' reference
 void Palette.setDefault(AbstractTool value)
          Sets the value of the 'Default' reference
 

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

Classes in org.eclipse.gmf.tooldef.impl that implement AbstractTool
 class AbstractToolImpl
          An implementation of the model object 'Abstract Tool'
 class CreationToolImpl
          An implementation of the model object 'Creation Tool'
 class GenericToolImpl
          An implementation of the model object 'Generic Tool'
 class PaletteImpl
          An implementation of the model object 'Palette'
 class PaletteSeparatorImpl
          An implementation of the model object 'Palette Separator'
 class StandardToolImpl
          An implementation of the model object 'Standard Tool'
 class ToolContainerImpl
          An implementation of the model object 'Tool Container'
 class ToolGroupImpl
          An implementation of the model object 'Tool Group'
 

Fields in org.eclipse.gmf.tooldef.impl declared as AbstractTool
protected  AbstractTool ToolGroupImpl.active
          The cached value of the 'Active' reference
protected  AbstractTool PaletteImpl.default_
          The cached value of the 'Default' reference
 

Fields in org.eclipse.gmf.tooldef.impl with type parameters of type AbstractTool
protected  org.eclipse.emf.common.util.EList<AbstractTool> ToolContainerImpl.tools
          The cached value of the 'Tools' containment reference list
 

Methods in org.eclipse.gmf.tooldef.impl that return AbstractTool
 AbstractTool ToolGroupImpl.basicGetActive()
           
 AbstractTool PaletteImpl.basicGetDefault()
           
 AbstractTool ToolGroupImpl.getActive()
           
 AbstractTool PaletteImpl.getDefault()
           
 

Methods in org.eclipse.gmf.tooldef.impl that return types with arguments of type AbstractTool
 org.eclipse.emf.common.util.EList<AbstractTool> ToolContainerImpl.getTools()
           
 

Methods in org.eclipse.gmf.tooldef.impl with parameters of type AbstractTool
 void ToolGroupImpl.setActive(AbstractTool newActive)
           
 void PaletteImpl.setDefault(AbstractTool newDefault)
           
 

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

Methods in org.eclipse.gmf.tooldef.util with parameters of type AbstractTool
 T GMFToolSwitch.caseAbstractTool(AbstractTool object)
          Returns the result of interpretting the object as an instance of 'Abstract Tool'
 


Generation Framework

Guidelines for using Eclipse APIs.

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