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.getTool()
           
 AbstractTool NodeMappingImpl.basicGetTool()
           
 AbstractTool LinkMappingImpl.getTool()
           
 AbstractTool LinkMappingImpl.basicGetTool()
           
 

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 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
 

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

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
 java.lang.Object 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.