Uses of Interface
org.eclipse.gef.RequestConstants
-
Packages that use RequestConstants Package Description org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface.org.eclipse.gef.editpolicies This package contains EditPolicy implementations for many common editing Roles.org.eclipse.gef.tools This package provides several tool implementations. -
-
Uses of RequestConstants in org.eclipse.gef.editparts
Classes in org.eclipse.gef.editparts that implement RequestConstants Modifier and Type Class Description classAbstractConnectionEditPartThe base implementation forConnectionEditPart.classAbstractEditPartThe baseline implementation for theEditPartinterface.classAbstractGraphicalEditPartDefault implementation forGraphicalEditPart.classAbstractTreeEditPartDefault implementation forTreeEditParts used in GEFTreeViewers.classFreeformGraphicalRootEditPartA graphical root that usesFreeformFiguresas the layers in the diagram.classGraphicalRootEditPartDeprecated.this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart insteadclassRootTreeEditPartThe root editpart for aTreeViewer.classScalableFreeformRootEditPartAdds Zoom support to the standard FreeformGraphicalRootEditPart.classScalableRootEditPartA graphical root composed of regularLayers.classSimpleRootEditPartDefault implementation of RootEditPart for GraphicalViewers. -
Uses of RequestConstants in org.eclipse.gef.editpolicies
Classes in org.eclipse.gef.editpolicies that implement RequestConstants Modifier and Type Class Description classAbstractEditPolicyThe default implementation ofEditPolicy.classAbstractTreeContainerEditPolicyDeprecated.Use TreeContainerEditPolicyclassBendpointEditPolicyUsed to add bendpoint handles on aConnectionEditPart.classComponentEditPolicyA model-based EditPolicy for components within a container.classConnectionEditPolicyA model-based EditPolicy for connections.classConnectionEndpointEditPolicyA selection handle policy for placing handles at the two ends of a ConnectionEditPart.classConstrainedLayoutEditPolicyFor use withLayoutManagerthat require a constraint.classContainerEditPolicyAn EditPolicy for use with container editparts.classDirectEditPolicyShows DirectEdit feedback and creates the Command to perform a "direct edit".classFlowLayoutEditPolicyAn EditPolicy for use withFlowLayout.classGraphicalEditPolicyAGraphicalEditPolicyis used with aGraphicalEditPart.classGraphicalNodeEditPolicyA GraphicalNodeEditPolicy is responsible for creating and reconnecting connections graphically.classLayoutEditPolicyProvides support for interacting with childrenGraphicalEditPartswith the host figure's currentLayoutManager.classNonResizableEditPolicyProvide support for selecting and positioning a non-resizable editpart.classOrderedLayoutEditPolicyA LayoutEditPolicy for use withLayoutManagersthat take no constraints.classResizableEditPolicyProvides support for selecting, positioning, and resizing an edit part.classRootComponentEditPolicyThe root component cannot be removed from its parent.classScrollableSelectionFeedbackEditPolicyASelectionEditPolicy, which may be registered to anIScrollableEditPartto provide primary selection feedback by rendering the hidden contents of the host figure'sScrollPane's nestedViewportby means ofGhostImageFigures.classSelectionEditPolicyA GraphicalEditPolicy that is sensitive to the host's selection.classSelectionHandlesEditPolicyA SelectionEditPolicy which manages a List of handles provided by the subclass.classSnapFeedbackPolicyAn EditPolicy that is used to show snap feedback for guides (red lines) and geometry (blue lines).classTreeContainerEditPolicyAn EditPolicy for handling ADDS, MOVES, and CREATES on aTreeEditPart.classXYLayoutEditPolicyAn EditPolicy for use withFiguresinXYLayout. -
Uses of RequestConstants in org.eclipse.gef.tools
Classes in org.eclipse.gef.tools that implement RequestConstants Modifier and Type Class Description classAbstractConnectionCreationToolThe base implementation for tools which create a connection.classAbstractToolThe base implementation forTools.classConnectionBendpointTrackerA tracker for creating new bendpoints or dragging existing ones.classConnectionCreationToolThe default creation tool for connections.classConnectionDragCreationToolA connection creation tool that implements DragTracker.classConnectionEndpointTrackerA DragTracker that moves the endpoint of a connection to another location.classCreationToolThe CreationTool creates newEditPartsvia aCreationFactory.classDeselectAllTrackerA DragTracker whose job it is to deselect allEditParts.classDragEditPartsTrackerA DragTracker that movesEditParts.classDragTreeItemsTrackerSpecializes selection to do nothing, the native Tree provides selection for free.classMarqueeDragTrackerA marqueeSelectionTool that implements the DragTracker interface.classMarqueeSelectionToolA Tool which selects multipleEditParts inside a rectangular area of a Graphical Viewer.classPanningSelectionToolA subclass of the SelectionTool that allows panning by holding down the space bar.classResizeTrackerA Tracker for dragging a resize handle.classSelectEditPartTrackerDragTracker used to select, edit, and openEditParts.classSelectionToolTool to select and manipulate figures.classSimpleDragTrackerA simple drag tracker implementation that does not perform targeting.classTargetingToolThe base implementation for tools which perform targeting of editparts.
-