Eclipse GEF
2.1
A B C D E F G H I J K L M N O P R S T U V W X Z

D

deactivate() - Method in interface org.eclipse.gef.Tool
Called when another Tool becomes the active tool for the EditDomain.
deactivate() - Method in interface org.eclipse.gef.EditPolicy
Deactivates the EditPolicy, the inverse of EditPolicy.activate().
deactivate() - Method in interface org.eclipse.gef.EditPart
Deactivates the EditPart.
deactivate() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Extends AbstractEditPart.deactivate() to also deactivate the source ConnectionEditParts.
deactivate() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Deactivates this EditPart, and in turn deactivates its children and EditPolicies.
deactivate() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Extends deactivate to unhook the seleciton listener and to remove the visual changes for representing selection/focus.
deactivate() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
deactivate() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Overrides deactivate to remove the EditPartListener.
deactivate() - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
deactivate() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
deactivate() is extended to remove the property change listener on the Connection figure.
deactivate() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Does nothing by default.
deactivate() - Method in class org.eclipse.gef.tools.TargetingTool
 
deactivate() - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
deactivate() - Method in class org.eclipse.gef.tools.SelectionTool
Deactivates the tool.
deactivate() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Erases feedback if necessary and puts the tool into the terminal state.
deactivate() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Erases source feedback and sets the autoexpose helper to null.
deactivate() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Erases feedback and sets the viewer's focus to null.
deactivate() - Method in class org.eclipse.gef.tools.AbstractTool
Deactivates the tool.
deactivate() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Erases feedback and sets fields to null.
deactivateEditPolicies() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Deactivates all installed EditPolicies.
deactivateFigure() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Deactivates the Figure representing this, by removing it from the connection layer, and resetting the source and target connections to null.
debug(String) - Static method in class org.eclipse.gef.GEF
 
debug(String) - Method in class org.eclipse.gef.editparts.AbstractEditPart
This method will log a message to GEF's trace/debug system if the corresponding flag for EditParts is set to true.
debug(String) - Method in class org.eclipse.gef.tools.AbstractTool
Prints a string in the GEF Debug console if the Tools debug option is selected.
DebugDND - Static variable in class org.eclipse.gef.GEF
 
DebugEditParts - Static variable in class org.eclipse.gef.GEF
 
DebugEvents - Static variable in class org.eclipse.gef.GEF
 
DebugFeedback - Static variable in class org.eclipse.gef.GEF
 
debugFeedback(String) - Method in class org.eclipse.gef.editparts.AbstractEditPart
This method will log the message to GEF's trace/debug system if the corrseponding flag for FEEDBACK is set to true.
debugFeedback(String) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
This method will log the message to GEF's trace/debug system if the corrseponding flag for FEEDBACK is set to true.
DebugPainting - Static variable in class org.eclipse.gef.GEF
 
debugPop() - Static method in class org.eclipse.gef.GEF
 
debugPush(String) - Static method in class org.eclipse.gef.GEF
 
DebugTools - Static variable in class org.eclipse.gef.GEF
 
DebugToolStates - Static variable in class org.eclipse.gef.GEF
 
declareGlobalActionKeys() - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Subclasses must implement to declare the set of global action keys.
decorateChild(EditPart) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Decorates the child with a EditPolicy.PRIMARY_DRAG_ROLE such as ResizableEditPolicy.
decorateChildren() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Decorates all existing children.
DEFAULT_FONT_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
DEFAULT_HANDLE_SIZE - Static variable in class org.eclipse.gef.handles.SquareHandle
The default size for square handles.
DefaultEditDomain - class org.eclipse.gef.DefaultEditDomain.
A default implementation of EditDomain.
DefaultEditDomain(IEditorPart) - Constructor for class org.eclipse.gef.DefaultEditDomain
Constructs a DefaultEditDomain with the specified IEditorPart
DefaultEntryPage - class org.eclipse.gef.ui.palette.customize.DefaultEntryPage.
This is a default implementation of the EntryPage interface.
DefaultEntryPage() - Constructor for class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
 
DefaultPaletteViewerPreferences - class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences.
This is the default implementation for PaletteViewerPreferences.
DefaultPaletteViewerPreferences() - Constructor for class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
Default Constructor Uses the GEF Plugin's IPreferenceStore to store the preferences.
DefaultPaletteViewerPreferences(IPreferenceStore) - Constructor for class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
Constructor
DelegatingDragAdapter - class org.eclipse.gef.dnd.DelegatingDragAdapter.
A DragSourceListener that maintains and delegates to a set of TransferDragSourceListeners.
DelegatingDragAdapter() - Constructor for class org.eclipse.gef.dnd.DelegatingDragAdapter
 
DelegatingDropAdapter - class org.eclipse.gef.dnd.DelegatingDropAdapter.
A DropTargetListener that manages and delegates to a set of TransferDropTargetListeners.
DelegatingDropAdapter() - Constructor for class org.eclipse.gef.dnd.DelegatingDropAdapter
 
DELETE_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Delete"
DeleteAction - class org.eclipse.gef.ui.actions.DeleteAction.
An action to delete selected objects.
DeleteAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.DeleteAction
Deprecated. use DeleteAction(IWorkbenchPart part)
DeleteAction(IEditorPart, String) - Constructor for class org.eclipse.gef.ui.actions.DeleteAction
Deprecated. use DeleteAction(IWorkbenchPart)
DeleteAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.DeleteAction
Constructs a DeleteAction using the specified part.
DeleteRetargetAction - class org.eclipse.gef.ui.actions.DeleteRetargetAction.
 
DeleteRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.DeleteRetargetAction
Constructs a new DeleteRetargetAction with the default ID, label and image.
DESC_MARQUEE_TOOL_16 - Static variable in class org.eclipse.gef.SharedImages
A 16x16 Icon representing the Marquee Tool
DESC_MARQUEE_TOOL_24 - Static variable in class org.eclipse.gef.SharedImages
A 24x24 Icon representing the Marquee Tool
DESC_SELECTION_TOOL_16 - Static variable in class org.eclipse.gef.SharedImages
A 16x16 Icon representing the Selection Tool
DESC_SELECTION_TOOL_24 - Static variable in class org.eclipse.gef.SharedImages
A 24x24 Icon representing the Selection Tool
DESCRIPTION_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Des&cription: "
deselect(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
Removes the specified EditPart from the current selection.
deselect(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
deselectAll() - Method in interface org.eclipse.gef.EditPartViewer
Deselects all EditParts.
deselectAll() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
DeselectAllTracker - class org.eclipse.gef.tools.DeselectAllTracker.
A DragTracker whose job it is to deselect all EditParts.
DeselectAllTracker(EditPart) - Constructor for class org.eclipse.gef.tools.DeselectAllTracker
Constructs a new DeselectAllTracker.
detect(Point) - Method in interface org.eclipse.gef.AutoexposeHelper
Returns true if the specified location is interesting to the helper.
detect(Point) - Method in class org.eclipse.gef.editparts.ViewportAutoexposeHelper
Returns true if the given point is inside the viewport, but near its edge.
determineContainerForNewEntry(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
Given the current selection, this method determines the parent for the new entry to be created.
determineContainerForNewEntry(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
 
determineIndexForNewEntry(PaletteContainer, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
Calculates the index at which the new entry is to be created, given the current selection.
determineIndexForNewEntry(PaletteContainer, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
 
DIRECT_EDIT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Direct edit action id.
DIRECT_EDIT_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a direct edit EditPolicy.
DirectEditAction - class org.eclipse.gef.ui.actions.DirectEditAction.
An action to perform direct editing on a selected part.
DirectEditAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.DirectEditAction
Deprecated. use DirectEditAction(IWorkbenchPart part)
DirectEditAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.DirectEditAction
Constructs a DirectEditAction using the specified part.
DirectEditManager - class org.eclipse.gef.tools.DirectEditManager.
Manages the direct edit operation by creating and maintaining the CellEditor and executing the resulting command if the cell editor value has changed.
DirectEditManager(GraphicalEditPart, Class, CellEditorLocator) - Constructor for class org.eclipse.gef.tools.DirectEditManager
Constructs a new DirectEdtiManager for the given source edit part.
DirectEditPolicy - class org.eclipse.gef.editpolicies.DirectEditPolicy.
Shows DirectEdit feedback and creates the Command to perform a "direct edit".
DirectEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.DirectEditPolicy
 
DirectEditRequest - class org.eclipse.gef.requests.DirectEditRequest.
A request to perform direct editing on the receiver of the Request.
DirectEditRequest() - Constructor for class org.eclipse.gef.requests.DirectEditRequest
Constructor for DirectEditRequest.
DirectEditRequest(Object) - Constructor for class org.eclipse.gef.requests.DirectEditRequest
Constructor for DirectEditRequest.
dispatchFocusGained(FocusEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchFocusLost(FocusEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchKeyPressed(KeyEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchKeyReleased(KeyEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseDoubleClicked(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseEntered(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseExited(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseHover(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseMoved(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMousePressed(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseReleased(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchNativeDragFinished(DragSourceEvent, AbstractEditPartViewer) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
Dispatches a drag finished event.
dispatchNativeDragStarted(DragSourceEvent, AbstractEditPartViewer) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
Dispatches a drag started event.
Disposable - interface org.eclipse.gef.Disposable.
Marks objects that should be disposed of when no longer in use.
dispose() - Method in interface org.eclipse.gef.Disposable
Performs and necessary cleanup.
dispose() - Method in class org.eclipse.gef.commands.CompoundCommand
Disposes all contained Commands.
dispose() - Method in class org.eclipse.gef.commands.CommandStack
This will dispose() all the commands in both the undo and redo stack.
dispose() - Method in class org.eclipse.gef.commands.Command
This is called to indicate that the Command will not be used again.
dispose() - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
 
dispose() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Disposes the action when it is no longer needed.
dispose() - Method in class org.eclipse.gef.ui.actions.SelectionAction
 
dispose() - Method in class org.eclipse.gef.ui.actions.CopyTemplateAction
 
dispose() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
dispose() - Method in class org.eclipse.gef.ui.actions.ActionRegistry
Calls dispose on all actions which implement the Disposable interface so they can perform their own clean-up.
dispose() - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Disposes the contributor.
dispose() - Method in class org.eclipse.gef.ui.palette.LayoutAction
Empty method
dispose() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
doAutoexpose() - Method in class org.eclipse.gef.tools.TargetingTool
Called to perform an iteration of the autoexpose process.
domain - Variable in class org.eclipse.gef.ui.parts.DomainEventDispatcher
The edit domain
DomainEventDispatcher - class org.eclipse.gef.ui.parts.DomainEventDispatcher.
A special event dispatcher that will route events to the EditDomain when appropriate.
DomainEventDispatcher.EditPartAccessibilityDispatcher - class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher.
Extended accessibility support for editpart.
DomainEventDispatcher.EditPartAccessibilityDispatcher() - Constructor for class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
DomainEventDispatcher(EditDomain, EditPartViewer) - Constructor for class org.eclipse.gef.ui.parts.DomainEventDispatcher
Constructs the dispatcher for the given domain and viewer.
DragEditPartsTracker - class org.eclipse.gef.tools.DragEditPartsTracker.
A DragTracker that moves EditParts.
DragEditPartsTracker(EditPart) - Constructor for class org.eclipse.gef.tools.DragEditPartsTracker
Constructs a new DragEditPartsTracker with the given source edit part.
dragEnter(DropTargetEvent) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
The cursor has entered the drop target boundaries.
dragEnter(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the information about the current DropTargetEvent.
dragFinished(DragSourceEvent) - Method in class org.eclipse.gef.dnd.TemplateTransferDragSourceListener
 
dragFinished(DragSourceEvent) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
The drop has successfully completed.
dragFinished(DragSourceEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
 
dragLeave(DropTargetEvent) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
The cursor has left the drop target boundaries.
dragLeave(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the information about the current DropTargetEvent and then calls unload().
dragOperationChanged(DropTargetEvent) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
The operation being performed has changed (usually due to the user changing the selected key while dragging).
dragOperationChanged(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the information about the current DropTargetEvent and then calls handleDragOperationChanged().
dragOver(DropTargetEvent) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
The cursor is moving over the drop target.
dragOver(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the information about the current DropTargetEvent and then calls handleDragOver().
dragSetData(DragSourceEvent) - Method in class org.eclipse.gef.dnd.TemplateTransferDragSourceListener
Get the template from the selected PaletteTemplateEntry and sets it as the event data to be dropped.
dragSetData(DragSourceEvent) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Updates the current listener and then forwards the event to it.
dragStart(DragSourceEvent) - Method in class org.eclipse.gef.dnd.TemplateTransferDragSourceListener
Cancels the drag if the selected item does not represent a PaletteTemplateEntry.
dragStart(DragSourceEvent) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Forwards this event to each listener.
dragStart(DragSourceEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
 
DragTracker - interface org.eclipse.gef.DragTracker.
A specialization of Tool that is used by the SelectionTool during a Mouse Drag.
DragTreeItemsTracker - class org.eclipse.gef.tools.DragTreeItemsTracker.
Specializes selection to do nothing, the native Tree provides selection for free.
DragTreeItemsTracker(EditPart) - Constructor for class org.eclipse.gef.tools.DragTreeItemsTracker
Constructs a new DragTreeItemsTracker.
DRAWER_PIN_AT_STARTUP - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Pin drawer open at start-up"
DrawerEntryPage - class org.eclipse.gef.ui.palette.customize.DrawerEntryPage.
The default entry page for drawers.
DrawerEntryPage() - Constructor for class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
 
drop(DropTargetEvent) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Forwards this event to the current listener, if it is not null.
drop(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the information about the current DropTargetEvent and then calls AbstractTransferDropTargetListener.handleDrop(), followed by AbstractTransferDropTargetListener.unload().
dropAccept(DropTargetEvent) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Forwards this event to the current listener.
dropAccept(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the current DropTargetEvent and does nothing.
DropRequest - interface org.eclipse.gef.requests.DropRequest.
A request that requires a location in order to drop an item.

Eclipse GEF
2.1
A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.