Uses of Package
org.eclipse.gef.editparts
-
Packages that use org.eclipse.gef.editparts Package Description org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface.org.eclipse.gef.ui.actions This package support for using JFace Actions in your EditorPart.org.eclipse.gef.ui.parts -
Classes in org.eclipse.gef.editparts used by org.eclipse.gef.editparts Class Description AbstractEditPart The baseline implementation for theEditPart
interface.AbstractEditPart.EditPolicyIterator Iterates over aList
of EditPolcies, skipping anynull
values encountered.AbstractGraphicalEditPart Default implementation forGraphicalEditPart
.FreeformGraphicalRootEditPart A graphical root that usesFreeformFigures
as the layers in the diagram.GridLayer This is a layer that displays the grid.LayerManager Responsible for locating layers in aGraphicalViewer
.SimpleRootEditPart Default implementation of RootEditPart for GraphicalViewers.ZoomListener Listens to zoom level changes.ZoomManager Manage the primary zoom function in a graphical viewer. -
Classes in org.eclipse.gef.editparts used by org.eclipse.gef.ui.actions Class Description ZoomListener Listens to zoom level changes.ZoomManager Manage the primary zoom function in a graphical viewer. -
Classes in org.eclipse.gef.editparts used by org.eclipse.gef.ui.parts Class Description LayerManager Responsible for locating layers in aGraphicalViewer
.