Package org.eclipse.gef.editparts
package org.eclipse.gef.editparts
This package contains abstract implementation of the EditPart interface.
The provided classes provide support for the following visual types:
-
ClassDescriptionThe base implementation for
ConnectionEditPart
.The baseline implementation for theEditPart
interface.Iterates over aList
of EditPolcies, skipping anynull
values encountered.Default implementation forGraphicalEditPart
.Default implementation forTreeEditPart
s used in GEFTreeViewer
s.A graphical root that usesFreeformFigures
as the layers in the diagram.Deprecated.this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart insteadThis is a layer that displays the grid.This is a layer where the guide lines are displayed.Should be implemented by EditParts, to which anScrollableSelectionFeedbackEditPolicy
is to be registered, as it grants the edit policy type-safe access to the edit part'sIScrollableFigure
.Responsible for locating layers in aGraphicalViewer
.A static helperThe root editpart for aTreeViewer
.Adds Zoom support to the standard FreeformGraphicalRootEditPart.A graphical root composed of regularLayers
.Default implementation of RootEditPart for GraphicalViewers.An implementation ofAutoexposeHelper
that performs autoscrolling of aViewport
figure.An implementation ofExposeHelper
for use with editparts using aViewport
.ViewportMouseWheelHelper is the default MouseWheelHelper that should be used to scroll edit parts.Deprecated, for removal: This API element is subject to removal in a future version.Use {@link #org.eclipse.draw2d.zoom.ZoomListener} instead.Manage the primary zoom function in a graphical viewer.