Package | Description |
---|---|
org.eclipse.gef.dnd | |
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.
|
org.eclipse.gef.ui.actions |
This package support for using JFace Actions in your EditorPart.
|
Modifier and Type | Method and Description |
---|---|
protected CreationFactory |
TemplateTransferDropTargetListener.getFactory(java.lang.Object template)
Returns the appropriate Factory object to be used for the specified
template.
|
Modifier and Type | Field and Description |
---|---|
protected CreationFactory |
CreationToolEntry.factory
Deprecated.
in 3.1. This field will be removed in future releases. The
factory is being provided to the tool via the
ToolEntry.setToolProperty(Object, Object) method. |
Constructor and Description |
---|
CombinedTemplateCreationEntry(java.lang.String label,
java.lang.String shortDesc,
CreationFactory factory,
ImageDescriptor iconSmall,
ImageDescriptor iconLarge)
Constructs an entry with the given creation factory.
|
CombinedTemplateCreationEntry(java.lang.String label,
java.lang.String shortDesc,
java.lang.Object template,
CreationFactory factory,
ImageDescriptor iconSmall,
ImageDescriptor iconLarge)
Constructs an entry with the given creation factory and template.
|
ConnectionCreationToolEntry(java.lang.String label,
java.lang.String shortDesc,
CreationFactory factory,
ImageDescriptor iconSmall,
ImageDescriptor iconLarge)
Constructor for ConnectionCreationToolEntry.
|
CreationToolEntry(java.lang.String label,
java.lang.String shortDesc,
CreationFactory factory,
ImageDescriptor iconSmall,
ImageDescriptor iconLarge)
Constructor for CreationToolEntry.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFactory
A simple CreationFactory that takes a Class in the constructor and creates a
new instance of this Class in
SimpleFactory.getNewObject() . |
Modifier and Type | Method and Description |
---|---|
protected CreationFactory |
CreateRequest.getFactory()
Returns the CreationFactory for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateRequest.setFactory(CreationFactory factory)
Sets the factory to be used when creating the new object.
|
Modifier and Type | Method and Description |
---|---|
protected CreationFactory |
AbstractConnectionCreationTool.getFactory()
Returns the creation factory that will be used with the create connection
request.
|
protected CreationFactory |
CreationTool.getFactory()
Returns the creation factory used to create the new EditParts.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectionCreationTool.setFactory(CreationFactory factory)
Sets the creation factory used in the request.
|
void |
CreationTool.setFactory(CreationFactory factory)
Sets the creation factory used to create the new edit parts.
|
Constructor and Description |
---|
AbstractConnectionCreationTool(CreationFactory factory)
Constructs a new abstract creation tool with the given creation factory.
|
ConnectionCreationTool(CreationFactory factory)
Constructs a new ConnectionCreationTool with the given factory.
|
ConnectionDragCreationTool(CreationFactory factory)
Constructs a new ConnectionDragCreationTool with the given factory.
|
CreationTool(CreationFactory aFactory)
Constructs a new CreationTool with the given factory.
|
Modifier and Type | Method and Description |
---|---|
protected CreationFactory |
PasteTemplateAction.getFactory(java.lang.Object template)
Returns the appropriate Factory object to be used for the specified
template.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.