Uses of Interface
org.eclipse.gef.EditPolicy
Packages that use EditPolicy
Package
Description
All interfaces, base types, and the plugin class are here.
This package contains abstract implementation of the EditPart interface.
This package contains EditPolicy implementations for many common editing
Roles.
-
Uses of EditPolicy in org.eclipse.gef
Methods in org.eclipse.gef that return EditPolicyMethods in org.eclipse.gef with parameters of type EditPolicyModifier and TypeMethodDescriptionvoid
EditPart.installEditPolicy
(Object role, EditPolicy editPolicy) Installs an EditPolicy for a specified role. -
Uses of EditPolicy in org.eclipse.gef.editparts
Methods in org.eclipse.gef.editparts that return EditPolicyModifier and TypeMethodDescriptionAbstractEditPart.getEditPolicy
(Object key) AbstractEditPart.EditPolicyIterator.next()
Returns the next non-null
EditPolicy.Methods in org.eclipse.gef.editparts with parameters of type EditPolicyModifier and TypeMethodDescriptionvoid
AbstractEditPart.installEditPolicy
(Object key, EditPolicy editPolicy) -
Uses of EditPolicy in org.eclipse.gef.editpolicies
Classes in org.eclipse.gef.editpolicies that implement EditPolicyModifier and TypeClassDescriptionclass
The default implementation ofEditPolicy
.class
Deprecated.Use TreeContainerEditPolicyclass
Used to add bendpoint handles on aConnectionEditPart
.class
A model-based EditPolicy for components within a container.class
A model-based EditPolicy for connections.class
A selection handle policy for placing handles at the two ends of a ConnectionEditPart.class
For use withLayoutManager
that require a constraint.class
An EditPolicy for use with container editparts.class
Shows DirectEdit feedback and creates the Command to perform a "direct edit".class
An EditPolicy for use withFlowLayout
.class
AGraphicalEditPolicy
is used with aGraphicalEditPart
.class
A GraphicalNodeEditPolicy is responsible for creating and reconnecting connections graphically.class
Provides support for interacting with childrenGraphicalEditParts
with the host figure's currentLayoutManager
.class
Provide support for selecting and positioning a non-resizable editpart.class
A LayoutEditPolicy for use withLayoutManagers
that take no constraints.class
Provides support for selecting, positioning, and resizing an edit part.class
The root component cannot be removed from its parent.class
ASelectionEditPolicy
, which may be registered to anIScrollableEditPart
to provide primary selection feedback by rendering the hidden contents of the host figure'sScrollPane
's nestedViewport
by means ofGhostImageFigure
s.class
A GraphicalEditPolicy that is sensitive to the host's selection.class
A SelectionEditPolicy which manages a List of handles provided by the subclass.class
An EditPolicy that is used to show snap feedback for guides (red lines) and geometry (blue lines).class
An EditPolicy for handling ADDS, MOVES, and CREATES on aTreeEditPart
.class
An EditPolicy for use withFigures
inXYLayout
.Methods in org.eclipse.gef.editpolicies that return EditPolicyModifier and TypeMethodDescriptionprotected EditPolicy
ConstrainedLayoutEditPolicy.createChildEditPolicy
(EditPart child) AResizableEditPolicy
is used by default for children.protected abstract EditPolicy
LayoutEditPolicy.createChildEditPolicy
(EditPart child) Returns the "satellite" EditPolicy used to decorate the child.protected EditPolicy
OrderedLayoutEditPolicy.createChildEditPolicy
(EditPart child) Since Ordered layouts generally don't use constraints, aNonResizableEditPolicy
is used by default for children.