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.gefMethods in org.eclipse.gef that return EditPolicyMethods in org.eclipse.gef with parameters of type EditPolicyModifier and TypeMethodDescriptionvoidEditPart.installEditPolicy(Object role, EditPolicy editPolicy) Installs an EditPolicy for a specified role.
- 
Uses of EditPolicy in org.eclipse.gef.editpartsMethods in org.eclipse.gef.editparts that return EditPolicyModifier and TypeMethodDescriptionAbstractEditPart.getEditPolicy(Object key) AbstractEditPart.EditPolicyIterator.next()Returns the next non-nullEditPolicy.Methods in org.eclipse.gef.editparts that return types with arguments of type EditPolicyModifier and TypeMethodDescriptionprotected final Iterable<EditPolicy> AbstractEditPart.getEditPolicyIterable()Used internally to iterate over the installed EditPolicies.Methods in org.eclipse.gef.editparts with parameters of type EditPolicyModifier and TypeMethodDescriptionvoidAbstractEditPart.installEditPolicy(Object key, EditPolicy editPolicy) 
- 
Uses of EditPolicy in org.eclipse.gef.editpoliciesClasses in org.eclipse.gef.editpolicies that implement EditPolicyModifier and TypeClassDescriptionclassThe default implementation ofEditPolicy.classDeprecated.Use TreeContainerEditPolicyclassUsed to add bendpoint handles on aConnectionEditPart.classA model-based EditPolicy for components within a container.classA model-based EditPolicy for connections.classA selection handle policy for placing handles at the two ends of a ConnectionEditPart.classFor use withLayoutManagerthat require a constraint.classAn EditPolicy for use with container editparts.classShows DirectEdit feedback and creates the Command to perform a "direct edit".classAn EditPolicy for use withFlowLayout.classAGraphicalEditPolicyis used with aGraphicalEditPart.classA GraphicalNodeEditPolicy is responsible for creating and reconnecting connections graphically.classProvides support for interacting with childrenGraphicalEditPartswith the host figure's currentLayoutManager.classProvide support for selecting and positioning a non-resizable editpart.classA LayoutEditPolicy for use withLayoutManagersthat take no constraints.classProvides support for selecting, positioning, and resizing an edit part.classThe root component cannot be removed from its parent.classASelectionEditPolicy, which may be registered to anIScrollableEditPartto provide primary selection feedback by rendering the hidden contents of the host figure'sScrollPane's nestedViewportby means ofGhostImageFigures.classA GraphicalEditPolicy that is sensitive to the host's selection.classA SelectionEditPolicy which manages a List of handles provided by the subclass.classAn EditPolicy that is used to show snap feedback for guides (red lines) and geometry (blue lines).classAn EditPolicy for handling ADDS, MOVES, and CREATES on aTreeEditPart.classAn EditPolicy for use withFiguresinXYLayout.Methods in org.eclipse.gef.editpolicies that return EditPolicyModifier and TypeMethodDescriptionprotected EditPolicyConstrainedLayoutEditPolicy.createChildEditPolicy(EditPart child) AResizableEditPolicyis used by default for children.protected abstract EditPolicyLayoutEditPolicy.createChildEditPolicy(EditPart child) Returns the "satellite" EditPolicy used to decorate the child.protected EditPolicyOrderedLayoutEditPolicy.createChildEditPolicy(EditPart child) Since Ordered layouts generally don't use constraints, aNonResizableEditPolicyis used by default for children.