Package org.eclipse.gef.editpolicies
This package contains EditPolicy implementations for many common editing Roles.
-
Class Summary Class Description AbstractEditPolicy The default implementation ofEditPolicy
.AbstractTreeContainerEditPolicy Deprecated. Use TreeContainerEditPolicyBendpointEditPolicy Used to add bendpoint handles on aConnectionEditPart
.ComponentEditPolicy A model-based EditPolicy for components within a container.ConnectionEditPolicy A model-based EditPolicy for connections.ConnectionEndpointEditPolicy A selection handle policy for placing handles at the two ends of a ConnectionEditPart.ConstrainedLayoutEditPolicy For use withLayoutManager
that require a constraint.ContainerEditPolicy An EditPolicy for use with container editparts.DirectEditPolicy Shows DirectEdit feedback and creates the Command to perform a "direct edit".FeedbackHelper Helps display connection feedback during drags of the connection ends.FlowLayoutEditPolicy An EditPolicy for use withFlowLayout
.GraphicalEditPolicy AGraphicalEditPolicy
is used with aGraphicalEditPart
.GraphicalNodeEditPolicy A GraphicalNodeEditPolicy is responsible for creating and reconnecting connections graphically.LayoutEditPolicy Provides support for interacting with childrenGraphicalEditParts
with the host figure's currentLayoutManager
.NonResizableEditPolicy Provide support for selecting and positioning a non-resizable editpart.OrderedLayoutEditPolicy A LayoutEditPolicy for use withLayoutManagers
that take no constraints.ResizableEditPolicy Provides support for selecting, positioning, and resizing an edit part.RootComponentEditPolicy The root component cannot be removed from its parent.ScrollableSelectionFeedbackEditPolicy 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.SelectionEditPolicy A GraphicalEditPolicy that is sensitive to the host's selection.SelectionHandlesEditPolicy A SelectionEditPolicy which manages a List of handles provided by the subclass.SnapFeedbackPolicy An EditPolicy that is used to show snap feedback for guides (red lines) and geometry (blue lines).StrokePointList TreeContainerEditPolicy An EditPolicy for handling ADDS, MOVES, and CREATES on aTreeEditPart
.XYLayoutEditPolicy An EditPolicy for use withFigures
inXYLayout
.