Eclipse GEF
2.1

Package org.eclipse.gef

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

See:
          Description

Interface Summary
AccessibleAnchorProvider This class provides keyboard accessibility support for Anchors.
AccessibleHandleProvider This class provides keyboard accessibility support for the Handles of the primary-selected EditPart.
AutoexposeHelper A helper returned from a GraphicalEditPart.
ConnectionEditPart A specialization of GraphicalEditPart for representing connections.
Disposable Marks objects that should be disposed of when no longer in use.
DragTracker A specialization of Tool that is used by the SelectionTool during a Mouse Drag.
EditPart EditParts are the building blocks of GEF Viewers.
EditPartFactory A factory for creating new EditParts.
EditPartListener The listener interface for receiving basic events from an EditPart.
EditPartViewer An adapter on an SWT Control that manages the EditParts.
EditPartViewer.Conditional An object which evaluates an EditPart for an arbitrary property.
EditPolicy A pluggable contribution implementing a portion of an EditPart's behavior.
ExposeHelper An adapter on an EditPart used to expose a descendant contained in that EditPart.
GraphicalEditPart A Specialization of EditPart for use with GraphicalViewers.
GraphicalViewer Specializes EditPartViewer adding the ability to hit-test Handles.
Handle An interface used by the SelectionTool to obtain a 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 connection nodes.
RequestConstants The set of constants used to identify Requests by their type.
RootEditPart A RootEditPart is the root of an EditPartViewer.
Tool A Tool interprets Mouse and Keyboard input from an EditDomain and its EditPartViewers.
TreeEditPart A Specialization of EditPart for use with TreeViewer.
 

Class Summary
AccessibleEditPart This class provides Accessibility support for EditParts.
AutoexposeHelper.Search Used with EditPartViewers to find the AutoexposeHelper at a Point.
ContextMenuProvider Extends MenuManager to allow populating the menu directly from the manager itself.
DefaultEditDomain A default implementation of EditDomain.
EditDomain The collective state of a GEF "application", loosely defined by a CommandStack, one or more EditPartViewers, and the active Tool.
EditPartListener.Stub Listeners interested in just a subset of Events can extend this stub implementation.
GEF This is an internal class used for debugging
GEFPlugin  
KeyHandler The KeyHandler should handle all normal keystrokes on an EditPartViewer.
KeyStroke Encapsulates a Keyboard gesture (press or release) from the User.
Request An Object used to communicate with EditParts.
SharedCursors A shared collection of Cursors.
SharedImages A class containing shared Images and ImageDescriptors for use by clients.
 

Package org.eclipse.gef Description

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


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.