Package | Description |
---|---|
org.eclipse.gef.tools |
This package provides several tool implementations.
|
Modifier and Type | Method and Description |
---|---|
protected CellEditorLocator |
DirectEditManager.getLocator() |
Modifier and Type | Method and Description |
---|---|
void |
DirectEditManager.setLocator(CellEditorLocator locator)
Sets the CellEditorLocator used to place the cell editor in the correct
location.
|
Constructor and Description |
---|
DirectEditManager(GraphicalEditPart source,
java.lang.Class editorType,
CellEditorLocator locator)
Constructs a new DirectEditManager for the given source edit part.
|
DirectEditManager(GraphicalEditPart source,
java.lang.Class editorType,
CellEditorLocator locator,
java.lang.Object feature)
Constructs a new DirectEditManager for the given source edit part.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.