Eclipse GEF
2.1

Uses of Package
org.eclipse.gef

Packages that use org.eclipse.gef
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface. 
org.eclipse.gef.editpolicies This package contains EditPolicy implementations for many common editing Roles. 
org.eclipse.gef.handles This package provide several common handle implementations. 
org.eclipse.gef.requests This package contains the common Request types used by the provided tools and edit policies. 
org.eclipse.gef.tools This package provides several tool implementations. 
org.eclipse.gef.ui.actions This package support for using JFace Actions in your EditorPart. 
org.eclipse.gef.ui.palette   
org.eclipse.gef.ui.parts   
 

Classes in org.eclipse.gef used by org.eclipse.gef
EditDomain
          The collective state of a GEF "application", loosely defined by a CommandStack, one or more EditPartViewers, and the active Tool.
EditPart
          EditParts are the building blocks of GEF Viewers.
EditPartListener
          The listener interface for receiving basic events from an EditPart.
EditPartViewer
          An adapter on an SWT Control that manages EditParts, the conceptual objects with which the User interacts.
EditPartViewer.Conditional
           
GraphicalEditPart
          A Specialization of EditPart for use with GraphicalViewers.
Tool
          A Tool interprets Mouse and Keyboard input from an EditDomain and its EditPartViewers.
 

Classes in org.eclipse.gef used by org.eclipse.gef.editparts
AccessibleAnchorProvider
          This class provides keyboard accessibility support for Anchors.
AccessibleEditPart
          This class provides Accessibility support for EditParts.
AutoexposeHelper
           
ConnectionEditPart
          A specialization of GraphicalEditPart for representing connections.
EditPart
          EditParts are the building blocks of GEF Viewers.
ExposeHelper
          An adapter on an EditPart used to expose a descendant contained in that EditPart.
GraphicalEditPart
          A Specialization of EditPart for use with GraphicalViewers.
LayerConstants
          The constants used to identify typical layers in a graphical application.
RequestConstants
          The set of constants used to identify Requests by their type.
RootEditPart
          A RootEditPart is the root of an EditPartViewer.
TreeEditPart
          A Specialization of EditPart for use with TreeViewer.
 

Classes in org.eclipse.gef used by org.eclipse.gef.editpolicies
EditPolicy
          A pluggable contribution implementing a portion of an EditPart's behavior.
RequestConstants
          The set of constants used to identify Requests by their type.
 

Classes in org.eclipse.gef used by org.eclipse.gef.handles
Handle
          An interface used by the SelectionTool to obtain a DragTracker.
 

Classes in org.eclipse.gef used by org.eclipse.gef.requests
Request
          An Object used to communicate with EditParts.
 

Classes in org.eclipse.gef used by org.eclipse.gef.tools
DragTracker
          A specialization of Tool that is used by the SelectionTool during a Mouse Drag.
RequestConstants
          The set of constants used to identify Requests by their type.
Tool
          A Tool interprets Mouse and Keyboard input from an EditDomain and its EditPartViewers.
 

Classes in org.eclipse.gef used by org.eclipse.gef.ui.actions
Disposable
          Marks objects that should be disposed of when no longer in use.
 

Classes in org.eclipse.gef used by org.eclipse.gef.ui.palette
ContextMenuProvider
          Extends MenuManager to allow building the context menu directly.
EditPartFactory
          A factory for creating new EditParts.
EditPartViewer
          An adapter on an SWT Control that manages EditParts, the conceptual objects with which the User interacts.
GraphicalViewer
          Specializes EditPartViewer adding the ability to hit-test Handles.
 

Classes in org.eclipse.gef used by org.eclipse.gef.ui.parts
EditPartViewer
          An adapter on an SWT Control that manages EditParts, the conceptual objects with which the User interacts.
GraphicalViewer
          Specializes EditPartViewer adding the ability to hit-test Handles.
KeyHandler
          The KeyHandler should handle all normal keystrokes on an EditPartViewer.
 


Eclipse GEF
2.1

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