Uses of Interface
org.eclipse.gef.RequestConstants
Packages that use RequestConstants
Package
Description
This package contains abstract implementation of the EditPart interface.
This package contains EditPolicy implementations for many common editing
Roles.
This package provides several tool implementations.
-
Uses of RequestConstants in org.eclipse.gef.editparts
Classes in org.eclipse.gef.editparts that implement RequestConstantsModifier and TypeClassDescriptionclass
The base implementation forConnectionEditPart
.class
The baseline implementation for theEditPart
interface.class
Default implementation forGraphicalEditPart
.class
Default implementation forTreeEditPart
s used in GEFTreeViewer
s.class
A graphical root that usesFreeformFigures
as the layers in the diagram.class
Deprecated.this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart insteadclass
The root editpart for aTreeViewer
.class
Adds Zoom support to the standard FreeformGraphicalRootEditPart.class
A graphical root composed of regularLayers
.class
Default implementation of RootEditPart for GraphicalViewers. -
Uses of RequestConstants in org.eclipse.gef.editpolicies
Classes in org.eclipse.gef.editpolicies that implement RequestConstantsModifier 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
. -
Uses of RequestConstants in org.eclipse.gef.tools
Classes in org.eclipse.gef.tools that implement RequestConstantsModifier and TypeClassDescriptionclass
The base implementation for tools which create a connection.class
The base implementation forTool
s.class
A tracker for creating new bendpoints or dragging existing ones.class
The default creation tool for connections.class
A connection creation tool that implements DragTracker.class
A DragTracker that moves the endpoint of a connection to another location.class
The CreationTool creates newEditParts
via aCreationFactory
.class
A DragTracker whose job it is to deselect allEditParts
.class
A DragTracker that movesEditParts
.class
Specializes selection to do nothing, the native Tree provides selection for free.class
A marqueeSelectionTool that implements the DragTracker interface.class
A Tool which selects multipleEditPart
s inside a rectangular area of a Graphical Viewer.class
A subclass of the SelectionTool that allows panning by holding down the space bar.class
A Tracker for dragging a resize handle.class
DragTracker used to select, edit, and openEditParts
.class
Tool to select and manipulate figures.class
A simple drag tracker implementation that does not perform targeting.class
The base implementation for tools which perform targeting of editparts.