Uses of Interface
org.eclipse.gef.requests.CreationFactory
Packages that use CreationFactory
Package
Description
This package defines and implements the model used by the
PaletteViewer.This package contains the common Request types used by the provided tools and edit policies.
This package provides several tool implementations.
This package support for using JFace Actions in your EditorPart.
- 
Uses of CreationFactory in org.eclipse.gef.dndMethods in org.eclipse.gef.dnd that return CreationFactoryModifier and TypeMethodDescriptionprotected CreationFactoryTemplateTransferDropTargetListener.getFactory(Object template) Returns the appropriate Factory object to be used for the specified template.
- 
Uses of CreationFactory in org.eclipse.gef.paletteFields in org.eclipse.gef.palette declared as CreationFactoryModifier and TypeFieldDescriptionprotected final CreationFactoryCreationToolEntry.factoryDeprecated.in 3.1.Constructors in org.eclipse.gef.palette with parameters of type CreationFactoryModifierConstructorDescriptionCombinedTemplateCreationEntry(String label, String shortDesc, Object template, CreationFactory factory, ImageDescriptor iconSmall, ImageDescriptor iconLarge) Constructs an entry with the given creation factory and template.CombinedTemplateCreationEntry(String label, String shortDesc, CreationFactory factory, ImageDescriptor iconSmall, ImageDescriptor iconLarge) Constructs an entry with the given creation factory.ConnectionCreationToolEntry(String label, String shortDesc, CreationFactory factory, ImageDescriptor iconSmall, ImageDescriptor iconLarge) Constructor for ConnectionCreationToolEntry.CreationToolEntry(String label, String shortDesc, CreationFactory factory, ImageDescriptor iconSmall, ImageDescriptor iconLarge) Constructor for CreationToolEntry.
- 
Uses of CreationFactory in org.eclipse.gef.requestsClasses in org.eclipse.gef.requests that implement CreationFactoryModifier and TypeClassDescriptionclassA simple CreationFactory that takes a Class in the constructor and creates a new instance of this Class inSimpleFactory.getNewObject().Methods in org.eclipse.gef.requests that return CreationFactoryModifier and TypeMethodDescriptionprotected CreationFactoryCreateRequest.getFactory()Returns the CreationFactory for this request.Methods in org.eclipse.gef.requests with parameters of type CreationFactoryModifier and TypeMethodDescriptionvoidCreateRequest.setFactory(CreationFactory factory) Sets the factory to be used when creating the new object.
- 
Uses of CreationFactory in org.eclipse.gef.toolsMethods in org.eclipse.gef.tools that return CreationFactoryModifier and TypeMethodDescriptionprotected CreationFactoryAbstractConnectionCreationTool.getFactory()Returns the creation factory that will be used with the create connection request.protected CreationFactoryCreationTool.getFactory()Returns the creation factory used to create the new EditParts.Methods in org.eclipse.gef.tools with parameters of type CreationFactoryModifier and TypeMethodDescriptionvoidAbstractConnectionCreationTool.setFactory(CreationFactory factory) Sets the creation factory used in the request.voidCreationTool.setFactory(CreationFactory factory) Sets the creation factory used to create the new edit parts.Constructors in org.eclipse.gef.tools with parameters of type CreationFactoryModifierConstructorDescriptionConstructs a new abstract creation tool with the given creation factory.ConnectionCreationTool(CreationFactory factory) Constructs a new ConnectionCreationTool with the given factory.Constructs a new ConnectionDragCreationTool with the given factory.CreationTool(CreationFactory aFactory) Constructs a new CreationTool with the given factory.
- 
Uses of CreationFactory in org.eclipse.gef.ui.actionsMethods in org.eclipse.gef.ui.actions that return CreationFactoryModifier and TypeMethodDescriptionprotected CreationFactoryPasteTemplateAction.getFactory(Object template) Returns the appropriate Factory object to be used for the specified template.