| Package | Description |
|---|---|
| org.eclipse.gef.editpolicies |
This package contains EditPolicy implementations for many common editing
Roles.
|
| Class and Description |
|---|
| AbstractEditPolicy
The default implementation of
EditPolicy. |
| ComponentEditPolicy
A model-based EditPolicy for components within a container.
|
| ConstrainedLayoutEditPolicy
For use with
LayoutManager that require a constraint. |
| FeedbackHelper
Helps display connection feedback during drags of the connection ends.
|
| GraphicalEditPolicy
A
GraphicalEditPolicy is used with a GraphicalEditPart. |
| LayoutEditPolicy
Provides support for interacting with children
GraphicalEditParts with the host figure's current
LayoutManager. |
| NonResizableEditPolicy
Provide support for selecting and positioning a non-resizable editpart.
|
| OrderedLayoutEditPolicy
A LayoutEditPolicy for use with
LayoutManagers that take no
constraints. |
| SelectionEditPolicy
A GraphicalEditPolicy that is sensitive to the host's selection.
|
| SelectionHandlesEditPolicy
A SelectionEditPolicy which manages a List of handles provided by the
subclass.
|
| TreeContainerEditPolicy
An EditPolicy for handling ADDS, MOVES, and CREATES on a
TreeEditPart
. |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.