GEF v2.0

Package org.eclipse.gef

All interfaces, base types, and the plugin class are here.

See:
          Description

Interface Summary
AccessibleAnchorProvider  
AccessibleHandleProvider  
ConnectionEditPart A specialization of GraphicalEditPart for representing connections.
Disposable Marks objects that should be disposed of when no longer in use.
DragTracker A special tool that is used during mouse drags.
EditDomain The collective state of a GEF "application", defined as its Tools, CommandStack, EditPartViewers, and their contents.
EditPart EditParts are the conceptual objects that populate an EditPartViewer.
EditPartFactory  
EditPartListener The listener interface for receiving basic events from an EditPart.
EditPartViewer Displays EditParts, manages selection, and routes Input events to an EditDomain.
EditPolicy Responsible for providing one type of editing behavior to an EditPart.
ExposeHelper Interface used by EditPartViewer to reveal a given EditPart.
GraphicalEditPart Specialized EditPart for use with Graphical draw2d Figures.
GraphicalViewer Specializes EditPartViewer adding the ability to hit-test Handles.
Handle A simple lightweight object that combines a small hit-test area with a sinlge DragTracker.
LayerConstants The constants used to identify typical layers in a graphical application.
NodeEditPart A specialized GraphicalEditPart that supports both target and source ConnectionEditParts.
NodeListener The listener interface for receiving Connection events from EditParts that serve as nodes.
RequestConstants The constants used to identify typical requests.
RootEditPart The top-level EditPart that bridges the gap between EditParts and their EditPartViewer.
SharedImageConstants Contains constants used in conjunction with GEFPlugin.
Tool Generates Requests or other high-level interpretations of raw event data.
TreeEditPart  
 

Class Summary
AccessibleEditPart  
DefaultEditDomain A default implementation of the EditDomain interface.
EditPartListener.Stub Listeners interested in just a subset of Events can extend this stub implementation.
GEF This is an internal class used for debugging and code management
GEFPlugin Provides shared Images and ImageDescriptors.
KeyHandler  
KeyStroke Encapsulates a Keyboard gesture (press or release) from the User.
Request Encapsulates the information EditParts need to perform various functions.
SharedCursors  
 

Package org.eclipse.gef Description

All interfaces, base types, and the plugin class are here.


GEF v2.0