Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.requests.CreationFactory

Packages that use CreationFactory
org.eclipse.gef.dnd   
org.eclipse.gef.editpolicies This package contains EditPolicy implementations for many common editing Roles. 
org.eclipse.gef.palette This package defines and implements the model used by the PaletteViewer
org.eclipse.gef.requests This package contains the common Request types used by the provided tools and edit policies. 
org.eclipse.gef.tools This package provides several tool implementations. 
 

Uses of CreationFactory in org.eclipse.gef.dnd
 

Methods in org.eclipse.gef.dnd that return CreationFactory
protected abstract  CreationFactory TemplateTransferDropTargetListener.getFactory(Object template)
          Returns the appropriate Factory object to be used for the specified template.
 

Uses of CreationFactory in org.eclipse.gef.editpolicies
 

Methods in org.eclipse.gef.editpolicies with parameters of type CreationFactory
protected  void ContainerEditPolicy.createCreateCommand(Object parent, CreationFactory factory)
          Deprecated. this is an archaic method left behind to force compile errors on old code.
 

Uses of CreationFactory in org.eclipse.gef.palette
 

Fields in org.eclipse.gef.palette declared as CreationFactory
protected  CreationFactory CreationToolEntry.factory
          The creation factory used with the returned creation tool.
 

Constructors in org.eclipse.gef.palette with parameters of type CreationFactory
CreationToolEntry(String label, String shortDesc, CreationFactory factory, ImageDescriptor iconSmall, ImageDescriptor iconLarge)
          Constructor for CreationToolEntry.
ConnectionCreationToolEntry(String label, String shortDesc, CreationFactory factory, ImageDescriptor iconSmall, ImageDescriptor iconLarge)
          Constructor for ConnectionCreationToolEntry.
CombinedTemplateCreationEntry(String label, String shortDesc, Object template, CreationFactory factory, ImageDescriptor iconSmall, ImageDescriptor iconLarge)
          Constructs a combined CreationTool and Template Entry with the given parameters.
 

Uses of CreationFactory in org.eclipse.gef.requests
 

Classes in org.eclipse.gef.requests that implement CreationFactory
 class SimpleFactory
          A simple CreationFactory that takes a Class in the constructor and creates a new instance of this Class in SimpleFactory.getNewObject().
 

Methods in org.eclipse.gef.requests that return CreationFactory
protected  CreationFactory CreateRequest.getFactory()
          Returns the CreationFactory for this request.
 

Methods in org.eclipse.gef.requests with parameters of type CreationFactory
 void CreateRequest.setFactory(CreationFactory factory)
          Sets the factory to be used when creating the new object.
 

Uses of CreationFactory in org.eclipse.gef.tools
 

Methods in org.eclipse.gef.tools that return CreationFactory
protected  CreationFactory CreationTool.getFactory()
          Returns the creation factory used to create the new EditParts.
protected  CreationFactory AbstractConnectionCreationTool.getFactory()
          Returns the creation factory that will be used with the create connection request.
 

Methods in org.eclipse.gef.tools with parameters of type CreationFactory
 void CreationTool.setFactory(CreationFactory factory)
          Sets the creation factory used to create the new edit parts.
 void AbstractConnectionCreationTool.setFactory(CreationFactory factory)
          Sets the creation factory used in the request.
 

Constructors in org.eclipse.gef.tools with parameters of type CreationFactory
CreationTool(CreationFactory aFactory)
          Constructs a new CreationTool with the given factory.
ConnectionDragCreationTool(CreationFactory factory)
          Constructs a new ConnectionDragCreationTool with the given factory.
ConnectionCreationTool(CreationFactory factory)
          Constructs a new ConnectionCreationTool with the given factory.
AbstractConnectionCreationTool(CreationFactory factory)
          Constructs a new abstract creation tool with the given creation factory.
 


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.