GEF v2.0
A B C D E F G H I K L M N O P R S T U V W X Y

A

AbstractCommand - class org.eclipse.gef.commands.AbstractCommand.
 
AbstractCommand() - Constructor for class org.eclipse.gef.commands.AbstractCommand
 
AbstractCommand(String) - Constructor for class org.eclipse.gef.commands.AbstractCommand
 
AbstractConnectionCreationTool - class org.eclipse.gef.tools.AbstractConnectionCreationTool.
 
AbstractConnectionCreationTool() - Constructor for class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
AbstractConnectionCreationTool(CreateRequest.Factory) - Constructor for class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
AbstractConnectionEditPart - class org.eclipse.gef.editparts.AbstractConnectionEditPart.
Provides support for connections based EditParts.
AbstractConnectionEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
AbstractEditPart - class org.eclipse.gef.editparts.AbstractEditPart.
The baseline implementation for the EditPart interface.
AbstractEditPart.EditPolicyIterator - class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator.
Iterates over a List of EditPolcies, skipping any null values encountered.
AbstractEditPart.EditPolicyIterator(List) - Constructor for class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
Constructs an Iterator for the given List.
AbstractEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractEditPart
 
AbstractEditPartViewer - class org.eclipse.gef.ui.parts.AbstractEditPartViewer.
 
AbstractEditPartViewer() - Constructor for class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
AbstractEditPolicy - class org.eclipse.gef.editpolicies.AbstractEditPolicy.
The base implementation for the EditPolicy interface.
AbstractEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
AbstractGraphicalEditPart - class org.eclipse.gef.editparts.AbstractGraphicalEditPart.
Abstract class which uses IFigures for visuals.
AbstractGraphicalEditPart.AccessibleGraphicalEditPart - class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart.
 
AbstractGraphicalEditPart.AccessibleGraphicalEditPart(AbstractGraphicalEditPart) - Constructor for class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart
 
AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider - class org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider.
 
AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider(AbstractGraphicalEditPart) - Constructor for class org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
 
AbstractGraphicalEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
AbstractHandle - class org.eclipse.gef.handles.AbstractHandle.
Base class for handles.
AbstractHandle() - Constructor for class org.eclipse.gef.handles.AbstractHandle
 
AbstractHandle(GraphicalEditPart, Locator) - Constructor for class org.eclipse.gef.handles.AbstractHandle
Creates a handle for the given GraphicalEditPart using the given Locator.
AbstractHandle(GraphicalEditPart, Locator, Cursor) - Constructor for class org.eclipse.gef.handles.AbstractHandle
Creates a handle for the given GraphicalEditPart using the given Locator and Cursor.
AbstractTool - class org.eclipse.gef.tools.AbstractTool.
Default implementation support for Tools.
AbstractTool.Input - class org.eclipse.gef.tools.AbstractTool.Input.
Allows the user to access mouse and keyboard input.
AbstractTool.Input() - Constructor for class org.eclipse.gef.tools.AbstractTool.Input
 
AbstractTool() - Constructor for class org.eclipse.gef.tools.AbstractTool
 
AbstractTransferDragSourceListener - class org.eclipse.gef.dnd.AbstractTransferDragSourceListener.
An abstract implementation of TransferDragSourceListener that adds a reference to the EditPartViewer that contains the DragSource widget.
AbstractTransferDragSourceListener(EditPartViewer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Creates a new AbstractTransferDragSourceListener with the given EditPartViewer.
AbstractTransferDragSourceListener(EditPartViewer, Transfer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Creates a new AbstractTransferDragSourceListener with the given EditPartViewer and Transfer.
AbstractTransferDropTargetListener - class org.eclipse.gef.dnd.AbstractTransferDropTargetListener.
An abstract implementation of TransferDropTargetListener that adds a reference to the EditPartViewer that contains the DropTarget widget.
AbstractTransferDropTargetListener(EditPartViewer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Creates a new AbstractTransferDropTargetListener with the given EditPartViewer.
AbstractTransferDropTargetListener(EditPartViewer, Transfer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Creates a new AbstractTransferDropTargetListener with the given EditPartViewer and Transfer.
AbstractTreeContainerEditPolicy - class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy.
 
AbstractTreeContainerEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
 
AbstractTreeEditPart - class org.eclipse.gef.editparts.AbstractTreeEditPart.
Provides support for EditParts which belong to the Tree.
AbstractTreeEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractTreeEditPart
 
AbstractTreeEditPart(Object) - Constructor for class org.eclipse.gef.editparts.AbstractTreeEditPart
Constructor, which sets the model of this.
AccessibleAnchorProvider - interface org.eclipse.gef.AccessibleAnchorProvider.
 
AccessibleEditPart - class org.eclipse.gef.AccessibleEditPart.
 
AccessibleEditPart() - Constructor for class org.eclipse.gef.AccessibleEditPart
 
AccessibleHandleProvider - interface org.eclipse.gef.AccessibleHandleProvider.
 
ActionBarContributor - class org.eclipse.gef.ui.actions.ActionBarContributor.
Contributes actions to the workbench.
ActionBarContributor() - Constructor for class org.eclipse.gef.ui.actions.ActionBarContributor
 
ActionRegistry - class org.eclipse.gef.ui.actions.ActionRegistry.
A container for editor actions.
ActionRegistry() - Constructor for class org.eclipse.gef.ui.actions.ActionRegistry
 
actions - Variable in class org.eclipse.gef.ui.console.DebugGEF
 
activate() - Method in interface org.eclipse.gef.EditPolicy
This policy will initialize and establish any necessary listeners.
activate() - Method in interface org.eclipse.gef.Tool
Initialize the tool and setup any resources needed.
activate() - Method in interface org.eclipse.gef.EditPart
Indicates that editing has begun and the model may start changing.
activate() - Method in interface org.eclipse.gef.dnd.TransferDropTargetListener
Called when this listener becomes enabled.
activate() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
 
activate() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Initializes or reactivates this part and hooks any needed listeners.
activate() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
activate() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
 
activate() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Called to activate this EditPolicy.
activate() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
activate() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Adds a PropertyChangeListener to the Connection so we can react to point changes in the connection.
activate() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
activate() - Method in class org.eclipse.gef.tools.AbstractTool
Activates the tool.
activate() - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
 
activate() - Method in class org.eclipse.gef.ui.palette.EntryEditPart
 
activateEditPolicies() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Activates all EditPolicies.
activateFigure() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Activates the Figure representing this, by setting up the start and end connections, and adding the figure to the Connection Layer.
add(Command) - Method in class org.eclipse.gef.commands.CompoundCommand
 
addChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Adds a child EditPart to this EditPart.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Performs the actual addition of the child to this EditPart.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Before performing the addition of the child EditPart to the model structure in super, its Figure is added to the graphical model.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
This is where the child gets added, and its widget created and set.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
 
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.ui.palette.SliderPaletteEditPart
 
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
This is where the child gets added.
addCommandStackListener(CommandStackListener) - Method in interface org.eclipse.gef.commands.CommandStack
This adds a listener to the command stack, which will be notified whenever a command has been processed on the stack.
addCommandStackListener(CommandStackListener) - Method in class org.eclipse.gef.commands.DefaultCommandStack
Adds a listener to this CommandStack.
addContribution(Object) - Method in class org.eclipse.gef.requests.DeleteRequest
Adds an EditPart to the list of contributions.
addCornerHandles(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Fills the given List with handles at each corner of a figure.
addDragSourceListener(TransferDragSourceListener) - Method in interface org.eclipse.gef.EditPartViewer
Adds the TransferDragSourceListener to the viewer to handle DragEvents.
addDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Adds the given TransferDragSourceListener to the list of listeners.
addDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
At the moment, there can only be one drag listener on the DelegatingDragAdapter.
addDropTargetListener(TransferDropTargetListener) - Method in interface org.eclipse.gef.EditPartViewer
Adds the TransferDropTargetListener to the viewer to handle DropEvents.
addDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Adds the given TransferDropTargetListener to the list of listeners.
addDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
addEditPartListener(EditPartListener) - Method in interface org.eclipse.gef.EditPart
Adds a listener to the EditPart.
addEditPartListener(EditPartListener) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Adds an editpart listener.
addFeedback(IFigure) - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
 
addFeedback(IFigure) - Method in class org.eclipse.gef.tools.AbstractTool
Adds the given figure to the feedback layer.
addHandles(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Fills the given List with handles at each corner.
addHandles(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
Fills the given List with handles at each corner and the north, south, east, and west of the GraphicalEditPart.
addListener(ILabelProviderListener) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
addMoveHandle(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Fills the given List with move borders at each side of a figure.
addMoveHandle(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
Fills the given List with move borders at each side of a figure.
addNotify() - Method in class org.eclipse.gef.handles.AbstractHandle
Adds this as a FigureListener to the owner's Figure.
addNotify() - Method in class org.eclipse.gef.handles.ConnectionHandle
Adds this as a FigureListener to the owner's Figure.
addNotify() - Method in class org.eclipse.gef.handles.BendpointHandle
Adds a PropertyChangeListener to this handle's owner figure (a Connection), so that the handle can be revalidated when the Connection's points change.
addPaletteListener(PaletteListener) - Method in interface org.eclipse.gef.ui.palette.PaletteViewer
 
addPaletteListener(PaletteListener) - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
addSelectionHandles() - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
addSelectionListener() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
addSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds a connection to this EditPart, the source.
addTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds a connection to this EditPart, the target.
addViewer(EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Adds a new viewer to the editor.
addViewer(EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Adds an EditPartViewer into the EditDomain.
addViewer(EditPartViewer) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
 
AlignmentAction - class org.eclipse.gef.ui.actions.AlignmentAction.
 
AlignmentAction(IEditorPart, int) - Constructor for class org.eclipse.gef.ui.actions.AlignmentAction
 
AlignmentAction(IEditorPart, int, int) - Constructor for class org.eclipse.gef.ui.actions.AlignmentAction
 
AlignmentRequest - class org.eclipse.gef.requests.AlignmentRequest.
 
AlignmentRequest() - Constructor for class org.eclipse.gef.requests.AlignmentRequest
 
AlignmentRequest(Object) - Constructor for class org.eclipse.gef.requests.AlignmentRequest
 
ancestorAdded(IFigure) - Method in class org.eclipse.gef.handles.AbstractHandle
 
ancestorMoved(IFigure) - Method in class org.eclipse.gef.handles.AbstractHandle
 
ancestorRemoved(IFigure) - Method in class org.eclipse.gef.handles.AbstractHandle
 
appendSelection(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
appends the EditPart to the Viewer's selection set.
appendSelection(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 

B

BendpointCreationHandle - class org.eclipse.gef.handles.BendpointCreationHandle.
A BendpointHandle that is used to create a new bendpoint.
BendpointCreationHandle() - Constructor for class org.eclipse.gef.handles.BendpointCreationHandle
Creates a new BendpointCreationHandle.
BendpointCreationHandle(ConnectionEditPart, int) - Constructor for class org.eclipse.gef.handles.BendpointCreationHandle
Creates a new BendpointCreationHandle, sets its owner to owner and its index to index, and sets its locator to a new MidpointLocator.
BendpointCreationHandle(ConnectionEditPart, int, Locator) - Constructor for class org.eclipse.gef.handles.BendpointCreationHandle
Creates a new BendpointCreationHandle and sets its owner to owner, sets its index to index, and sets its locator to locator.
BendpointEditPolicy - class org.eclipse.gef.editpolicies.BendpointEditPolicy.
This EditPolicy defines the behavior of Bendpoints on a Connection.
BendpointEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.BendpointEditPolicy
 
BendpointHandle - class org.eclipse.gef.handles.BendpointHandle.
A handle used for bendpoints.
BendpointHandle() - Constructor for class org.eclipse.gef.handles.BendpointHandle
 
BendpointMoveHandle - class org.eclipse.gef.handles.BendpointMoveHandle.
A BendpointHandle that is used to move an existing bendpoint.
BendpointMoveHandle() - Constructor for class org.eclipse.gef.handles.BendpointMoveHandle
Creates a new BendpointMoveHandle.
BendpointMoveHandle(ConnectionEditPart, int) - Constructor for class org.eclipse.gef.handles.BendpointMoveHandle
Creates a new BendpointMoveHandle, sets its owner to owner and its index to index, and sets its locator to a new BendpointLocator.
BendpointMoveHandle(ConnectionEditPart, int, Locator) - Constructor for class org.eclipse.gef.handles.BendpointMoveHandle
Creates a new BendpointMoveHandle and sets its owner to owner, sets its index to index, and sets its locator to locator.
BendpointRequest - class org.eclipse.gef.requests.BendpointRequest.
 
BendpointRequest() - Constructor for class org.eclipse.gef.requests.BendpointRequest
 
border - Variable in class org.eclipse.gef.handles.NonResizableHandle
 
bringDown() - Method in class org.eclipse.gef.tools.DirectEditManager
 
buildContextMenu(IMenuManager, EditPartViewer) - Method in interface org.eclipse.gef.ui.parts.ContextMenuProvider
 

C

calculateAlignmentRectangle(Request) - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
calculateCursor() - Method in class org.eclipse.gef.tools.AbstractTool
Determines (and returns) the appropriate cursur.
calculateCursor() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
calculateCursor() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Calculates and returns the current cursor based on the tool's current state.
calculateCursor() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
calculateCursor() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
calculateCursor() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Calculates and returns the enabled state of this action.
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.DeleteAction
Returns true if the selected objects can be deleted.
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.RedoAction
Returns true if the CommandStack can redo the last command.
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.SaveAction
Returns true if the editor is dirty.
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.UndoAction
Returns true if the CommandStack can undo the last command.
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.DirectEditAction
returns true if there is exactly 1 EditPart selected that understand DirectEdit.
canExecute() - Method in class org.eclipse.gef.commands.AbstractCommand
 
canExecute() - Method in class org.eclipse.gef.commands.CompoundCommand
canExecute method comment.
canExecute() - Method in interface org.eclipse.gef.commands.Command
This indicates whether the comamad is valid to execute.
canExecute() - Method in class org.eclipse.gef.commands.UnexecutableCommand
 
canHandleDrop(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Subclasses should return true if they can handle this drop event.
canRedo() - Method in interface org.eclipse.gef.commands.CommandStack
This returns whether there are commands past the top of the stack that can be redone.
canRedo() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Returns true if there is a Command to redo.
canRedoCommand(Command) - Method in class org.eclipse.gef.commands.DefaultCommandStack
Returns true if given Command can be redone.
canUndo() - Method in class org.eclipse.gef.commands.AbstractCommand
 
canUndo() - Method in class org.eclipse.gef.commands.CompoundCommand
canExecute method comment.
canUndo() - Method in interface org.eclipse.gef.commands.CommandStack
This returns whether the top command on the stack can be undone.
canUndo() - Method in interface org.eclipse.gef.commands.Command
This returns whether the command can be undone.
canUndo() - Method in class org.eclipse.gef.commands.UnexecutableCommand
 
canUndo() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Returns true if the last Command executed can be undone.
canUndoCommand(Command) - Method in class org.eclipse.gef.commands.DefaultCommandStack
Returns true if given Command can be undone.
CategoryEditPart - class org.eclipse.gef.ui.palette.CategoryEditPart.
 
CategoryEditPart(PaletteContainer) - Constructor for class org.eclipse.gef.ui.palette.CategoryEditPart
 
CellEditorLocator - interface org.eclipse.gef.tools.CellEditorLocator.
 
chain(Command) - Method in class org.eclipse.gef.commands.AbstractCommand
 
chain(Command) - Method in interface org.eclipse.gef.commands.Command
This logically chains the given command to this command, by returning a command that represents the composition.
ChangeBoundsRequest - class org.eclipse.gef.requests.ChangeBoundsRequest.
A Request to change the bounds the EditPart(s).
ChangeBoundsRequest() - Constructor for class org.eclipse.gef.requests.ChangeBoundsRequest
Default constructor.
ChangeBoundsRequest(Object) - Constructor for class org.eclipse.gef.requests.ChangeBoundsRequest
Creates a ChangeBoundsRequest with the given type.
checkStyle(int) - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Checks the given style to ensure it is not invalid.
checkTreeItem() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
 
childAdded(EditPart, int) - Method in interface org.eclipse.gef.EditPartListener
Called after a child EditPart has been added to its parent.
childAdded(EditPart, int) - Method in class org.eclipse.gef.EditPartListener.Stub
 
children - Variable in class org.eclipse.gef.editparts.AbstractEditPart
 
children - Variable in class org.eclipse.gef.palette.DefaultPaletteContainer
 
clearConsole() - Static method in class org.eclipse.gef.GEF
 
Command - interface org.eclipse.gef.commands.Command.
This interface represents basic behaviour that every command is expected to support.
commandList - Variable in class org.eclipse.gef.commands.CompoundCommand
 
CommandStack - interface org.eclipse.gef.commands.CommandStack.
This is a simple and obvious interface for an undoable stack of commands with a listener.
commandStackChanged(EventObject) - Method in interface org.eclipse.gef.commands.CommandStackListener
This is called with the CommandStack's state has changed.
commandStackChanged(EventObject) - Method in class org.eclipse.gef.ui.actions.RedoAction
Updates the labels and enabled state when the command stack is altered.
commandStackChanged(EventObject) - Method in class org.eclipse.gef.ui.actions.UndoAction
Updates the labels and enabled state when the command stack is altered.
commandStackChanged(EventObject) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
CommandStackInspector - class org.eclipse.gef.ui.stackview.CommandStackInspector.
 
CommandStackInspector() - Constructor for class org.eclipse.gef.ui.stackview.CommandStackInspector
 
CommandStackInspectorPage - class org.eclipse.gef.ui.stackview.CommandStackInspectorPage.
 
CommandStackInspectorPage(CommandStack) - Constructor for class org.eclipse.gef.ui.stackview.CommandStackInspectorPage
 
CommandStackListener - interface org.eclipse.gef.commands.CommandStackListener.
This is the interface used to listen to a CommandStack.
CommandStackViewerAction - class org.eclipse.gef.ui.stackview.CommandStackViewerAction.
 
CommandStackViewerAction(TreeViewer) - Constructor for class org.eclipse.gef.ui.stackview.CommandStackViewerAction
 
commit() - Method in class org.eclipse.gef.tools.DirectEditManager
 
commitDrag() - Method in interface org.eclipse.gef.DragTracker
 
commitDrag() - Method in class org.eclipse.gef.tools.AbstractTool
 
commitDrag() - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
commitDrag() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
commitDrag() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
COMPONENT_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
ComponentEditPolicy - class org.eclipse.gef.editpolicies.ComponentEditPolicy.
 
ComponentEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ComponentEditPolicy
 
CompoundCommand - class org.eclipse.gef.commands.CompoundCommand.
A command that can be used to combine multple commands into a single undoable action.
CompoundCommand() - Constructor for class org.eclipse.gef.commands.CompoundCommand
 
CompoundCommand(String) - Constructor for class org.eclipse.gef.commands.CompoundCommand
 
configureGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
configurePaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
 
CONNECTION_BENDPOINTS_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
CONNECTION_ENDPOINTS_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
CONNECTION_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
Identifies the layer containing connections, which typically appear on top of anything in the primary layer.
CONNECTION_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
ConnectionBendpointTracker - class org.eclipse.gef.tools.ConnectionBendpointTracker.
 
ConnectionBendpointTracker() - Constructor for class org.eclipse.gef.tools.ConnectionBendpointTracker
 
ConnectionBendpointTracker(ConnectionEditPart, int) - Constructor for class org.eclipse.gef.tools.ConnectionBendpointTracker
 
ConnectionCreationTool - class org.eclipse.gef.tools.ConnectionCreationTool.
 
ConnectionCreationTool() - Constructor for class org.eclipse.gef.tools.ConnectionCreationTool
 
ConnectionCreationTool(CreateRequest.Factory) - Constructor for class org.eclipse.gef.tools.ConnectionCreationTool
 
ConnectionDragCreationTool - class org.eclipse.gef.tools.ConnectionDragCreationTool.
 
ConnectionDragCreationTool() - Constructor for class org.eclipse.gef.tools.ConnectionDragCreationTool
 
ConnectionDragCreationTool(CreateRequest.Factory) - Constructor for class org.eclipse.gef.tools.ConnectionDragCreationTool
 
ConnectionEditPart - interface org.eclipse.gef.ConnectionEditPart.
A specialization of GraphicalEditPart for representing connections.
ConnectionEditPolicy - class org.eclipse.gef.editpolicies.ConnectionEditPolicy.
 
ConnectionEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ConnectionEditPolicy
 
ConnectionEndHandle - class org.eclipse.gef.handles.ConnectionEndHandle.
A handle used at the end of the Connection.
ConnectionEndHandle() - Constructor for class org.eclipse.gef.handles.ConnectionEndHandle
Creates a new ConnectionEndHandle.
ConnectionEndHandle(ConnectionEditPart) - Constructor for class org.eclipse.gef.handles.ConnectionEndHandle
Creates a new ConnectionEndHandle, sets its owner to owner, and sets its locator to a ConnectionLocator.
ConnectionEndHandle(ConnectionEditPart, boolean) - Constructor for class org.eclipse.gef.handles.ConnectionEndHandle
 
ConnectionEndpointEditPolicy - class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy.
 
ConnectionEndpointEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
ConnectionEndpointTracker - class org.eclipse.gef.tools.ConnectionEndpointTracker.
 
ConnectionEndpointTracker(ConnectionEditPart) - Constructor for class org.eclipse.gef.tools.ConnectionEndpointTracker
 
connectionFeedback - Variable in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
ConnectionHandle - class org.eclipse.gef.handles.ConnectionHandle.
A handle used on a Connection.
ConnectionHandle() - Constructor for class org.eclipse.gef.handles.ConnectionHandle
Creates a new ConnectionHandle.
ConnectionHandle(boolean) - Constructor for class org.eclipse.gef.handles.ConnectionHandle
 
ConnectionNodeEditPolicy - class org.eclipse.gef.editpolicies.ConnectionNodeEditPolicy.
Deprecated. Use superclass instead
ConnectionNodeEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ConnectionNodeEditPolicy
Deprecated.  
ConnectionStartHandle - class org.eclipse.gef.handles.ConnectionStartHandle.
A handle used at the start of the Connection.
ConnectionStartHandle() - Constructor for class org.eclipse.gef.handles.ConnectionStartHandle
Creates a new ConnectionStartHandle.
ConnectionStartHandle(ConnectionEditPart) - Constructor for class org.eclipse.gef.handles.ConnectionStartHandle
Creates a new ConnectionStartHandle, sets its owner to owner, and sets its locator to a ConnectionLocator.
ConnectionStartHandle(ConnectionEditPart, boolean) - Constructor for class org.eclipse.gef.handles.ConnectionStartHandle
 
constantSelection - Variable in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
ConstrainedLayoutEditPolicy - class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy.
 
ConstrainedLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
CONTAINER_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
ContainerEditPolicy - class org.eclipse.gef.editpolicies.ContainerEditPolicy.
 
ContainerEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ContainerEditPolicy
 
containsContribution(Object) - Method in class org.eclipse.gef.requests.DeleteRequest
Checks to see if the given EditPart is in the list of contributions.
containsPoint(int, int) - Method in class org.eclipse.gef.handles.MoveHandle
Returns true if the point (x,y) is contained within this handle.
ContentOutlinePage - class org.eclipse.gef.ui.parts.ContentOutlinePage.
 
ContentOutlinePage(EditPartViewer) - Constructor for class org.eclipse.gef.ui.parts.ContentOutlinePage
The constructor for the Outline Page.
contents - Variable in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
 
contents - Variable in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
 
ContextMenuProvider - interface org.eclipse.gef.ui.parts.ContextMenuProvider.
 
convert(EditPartViewer, EditPart) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
This method converts the given edit part into an edit part that is accepted by the given viewer.
copyright - Static variable in interface org.eclipse.gef.commands.CommandStack
 
copyright - Static variable in interface org.eclipse.gef.commands.CommandStackListener
 
copyright - Static variable in interface org.eclipse.gef.commands.Command
 
CornerTriangleBorder - class org.eclipse.gef.handles.CornerTriangleBorder.
A Border with a triangle in each corner.
CornerTriangleBorder(boolean) - Constructor for class org.eclipse.gef.handles.CornerTriangleBorder
Creates a new CornerTriangleBorder.
createAccessible() - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
 
createAccessible() - Method in class org.eclipse.gef.ui.palette.EntryEditPart
 
createAddCommand(EditPart, EditPart) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
 
createAddCommand(EditPart, Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
createCategoryEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
 
createCellEditorOn(Composite) - Method in class org.eclipse.gef.tools.DirectEditManager
 
createChangeConstraintCommand(EditPart, Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
createChild(Object) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Override to create the child EditPart for the given model object.
createChildEditPolicy(EditPart) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
createCommandStack() - Method in class org.eclipse.gef.DefaultEditDomain
Creates the default command Stack
createConnection(Object) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Creates a ConnectionEditPart for the given model.
CreateConnectionRequest - class org.eclipse.gef.requests.CreateConnectionRequest.
A Request to create a new Connection.
CreateConnectionRequest() - Constructor for class org.eclipse.gef.requests.CreateConnectionRequest
 
createControl(Composite) - Method in interface org.eclipse.gef.EditPartViewer
if called, will create the default Control with the default style bits.
createControl(Composite) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
This assumes that the subclass has created the control and simply returns the current control.
createControl(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
createControl(Composite) - Method in class org.eclipse.gef.ui.parts.TreeViewer
Creates the default tree and sets it as the control.
createControl(Composite) - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
Creates the control for the viewer.
createControl(Composite) - Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
 
createControl(Composite) - Method in class org.eclipse.gef.ui.stackview.CommandStackInspectorPage
 
createCreateCommand(Object, CreateRequest.Factory) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
 
createDefaultDownButton() - Method in class org.eclipse.gef.ui.palette.PaletteScrollBar
 
createDefaultPage(PageBook) - Method in class org.eclipse.gef.ui.stackview.CommandStackInspector
Returns the default page.
createDefaultRoot() - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
createDefaultRoot() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
createDefaultUpButton() - Method in class org.eclipse.gef.ui.palette.PaletteScrollBar
 
createDeleteCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
 
createDeleteCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.RootComponentEditPolicy
 
createDeleteCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEditPolicy
Deprecated.  
createDeleteCommand(List) - Static method in class org.eclipse.gef.ui.actions.DeleteAction
Create a command to remove the selected objects.
createDirectEditRequest() - Method in class org.eclipse.gef.tools.DirectEditManager
 
createDragSourceFeedbackFigure() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
createDragTracker() - Method in class org.eclipse.gef.handles.AbstractHandle
 
createDragTracker() - Method in class org.eclipse.gef.handles.ConnectionEndHandle
Creates and returns a new ConnectionEndpointTracker.
createDragTracker() - Method in class org.eclipse.gef.handles.ConnectionStartHandle
Creates and returns a new ConnectionEndpointTracker.
createDragTracker() - Method in class org.eclipse.gef.handles.BendpointHandle
By default, null is returned for the DragTracker.
createDragTracker() - Method in class org.eclipse.gef.handles.BendpointCreationHandle
Creates and returns a new ConnectionBendpointTracker.
createDragTracker() - Method in class org.eclipse.gef.handles.MoveHandle
 
createDragTracker() - Method in class org.eclipse.gef.handles.BendpointMoveHandle
Creates and returns a new ConnectionBendpointTracker.
createDragTracker() - Method in class org.eclipse.gef.handles.ResizeHandle
Returns null for the DragTracker.
createDummyConnection(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
createEditPart(EditPart, Object) - Method in interface org.eclipse.gef.EditPartFactory
 
createEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
 
createEditPolicies() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Creates the initial EditPolicies and reserves slots for dynamic ones.
createEditPolicies() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
createEditPolicies() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
 
createEditPolicies() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
 
createEditPolicies() - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
 
createEditPolicies() - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
 
createEntryEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
 
createFigure() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Returns the figure to be used as this part's visuals.
createFigure() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Returns a newly created Figure to represent these type of EditParts.
createFigure() - Method in class org.eclipse.gef.ui.palette.PaletteRootEditPart
 
createFigure() - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
 
createFigure() - Method in class org.eclipse.gef.ui.palette.SliderPaletteEditPart
 
createFigure() - Method in class org.eclipse.gef.ui.palette.GroupEditPart
 
createFigure() - Method in class org.eclipse.gef.ui.palette.EntryEditPart
 
createFigure() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
 
createFigure() - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
 
createFigure() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPartWithOverview
 
createGraphicalViewer(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Creates the GraphicalViewer on the specified Composite.
createGroupEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
 
createHoverRequest() - Method in class org.eclipse.gef.tools.SelectionTool
 
createLabel() - Method in class org.eclipse.gef.ui.palette.EntryEditPart
 
createListener() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
createMainPaletteEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
 
createMoveChildCommand(EditPart, EditPart) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
 
createOperationSet() - Method in class org.eclipse.gef.tools.AbstractTool
Creates and returns a List of EditParts that the tool will be working with.
createOperationSet() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
createOperationSet() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
createOperationSet() - Method in class org.eclipse.gef.tools.ResizeTracker
 
createOrFindConnection(Object) - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
createPartControl(Composite) - Method in class org.eclipse.gef.ui.console.DebugGEF
 
createPartControl(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Realizes the Editor by creating it's Control.
createPartControl(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
 
CreateRequest - class org.eclipse.gef.requests.CreateRequest.
A Request to create a new object.
CreateRequest.Factory - interface org.eclipse.gef.requests.CreateRequest.Factory.
A simple interface for instantiating an object
CreateRequest.SimpleFactory - class org.eclipse.gef.requests.CreateRequest.SimpleFactory.
A simple implementation of a Factory that knows how to call the default constructor for a given Java class.
CreateRequest.SimpleFactory(Class) - Constructor for class org.eclipse.gef.requests.CreateRequest.SimpleFactory
Creates a SimpleFactory.
CreateRequest() - Constructor for class org.eclipse.gef.requests.CreateRequest
Creates a CreateRequest with the default type.
CreateRequest(Object) - Constructor for class org.eclipse.gef.requests.CreateRequest
Creates a CreateRequest with the given type.
createSelectionHandles() - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
createSelectionHandles() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Creates selection handles for the bendpoints.
createSelectionHandles() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
createSelectionHandles() - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
 
createSelectionHandles() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
createSourceRequest() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Creates and returns a new Request.
createSourceRequest() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
createSourceRequest() - Method in class org.eclipse.gef.tools.ResizeTracker
 
createTargetRequest() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Creates and returns a new Request.
createTargetRequest() - Method in class org.eclipse.gef.tools.TargetingTool
 
createTargetRequest() - Method in class org.eclipse.gef.tools.SelectionTool
 
createTargetRequest() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
createTargetRequest() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
createTargetRequest() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
createTargetRequest() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
createTargetRequest() - Method in class org.eclipse.gef.tools.CreationTool
 
createUndoablePropertySheetEntry(CommandStack) - Static method in class org.eclipse.gef.GEFPlugin
Create a root undoable property sheet entry.
CreationTool - class org.eclipse.gef.tools.CreationTool.
 
CreationTool() - Constructor for class org.eclipse.gef.tools.CreationTool
 
CreationTool(CreateRequest.Factory) - Constructor for class org.eclipse.gef.tools.CreationTool
 
CURSOR_PLUG - Static variable in class org.eclipse.gef.SharedCursors
 
CURSOR_TREE_ADD - Static variable in class org.eclipse.gef.SharedCursors
 
CURSOR_TREE_MOVE - Static variable in class org.eclipse.gef.SharedCursors
 

D

deactivate() - Method in interface org.eclipse.gef.EditPolicy
This policy should shutdown and remove all listeners established in activate().
deactivate() - Method in interface org.eclipse.gef.Tool
Called when anothre Tool becomes the active tool for the Editor.
deactivate() - Method in interface org.eclipse.gef.EditPart
Called by the managing EditPart(s).
deactivate() - Method in interface org.eclipse.gef.dnd.TransferDropTargetListener
Called when this listener becomes disabled.
deactivate() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Called when this listener is temporarily disabled.
deactivate() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Override this method to remove any listeners established in AbstractEditPart.activate(), and ALWAYS call super.deactivate() to ensure that children, etc., are also deactivated.
deactivate() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
deactivate() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
deactivate() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
deactivate() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Removes this from the Connection's list of PropertyChangeListeners.
deactivate() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
deactivate() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
deactivate() - Method in class org.eclipse.gef.tools.AbstractTool
Deactivates the tool.
deactivate() - Method in class org.eclipse.gef.tools.TargetingTool
 
deactivate() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Deactivates the tool.
deactivate() - Method in class org.eclipse.gef.tools.SelectionTool
Deactivates the tool.
deactivate() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
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.AbstractConnectionCreationTool
 
deactivate() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
deactivate() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPartWithOverview
 
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_CLEAR - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
 
DEBUG_DND - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
 
DEBUG_EDITPARTS - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
 
DEBUG_EVENTS - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
 
DEBUG_FEEDBACK - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
 
DEBUG_GLOBAL - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
 
DEBUG_LABEL_STYLE - Static variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
DEBUG_PAINTING - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
 
DEBUG_STATES - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
 
DEBUG_TOOLS - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
 
debug(String) - Static method in class org.eclipse.gef.GEF
 
debug(String) - Method in class org.eclipse.gef.editparts.AbstractEditPart
This method will log the message to GEF's 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 debug system if the corrseponding flag for FEEDBACK is set to true.
debugFeedback(String) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
DebugGEF - class org.eclipse.gef.ui.console.DebugGEF.
 
DebugGEF() - Constructor for class org.eclipse.gef.ui.console.DebugGEF
 
DebugGEFAction - class org.eclipse.gef.ui.console.DebugGEFAction.
 
DebugGEFAction(String, ImageDescriptor) - Constructor for class org.eclipse.gef.ui.console.DebugGEFAction
 
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
 
declareActions() - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Initializes the global and toolbar action lists.
decorateChild(EditPart) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
decorateChildren() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
DEFAULT_HANDLE_SIZE - Static variable in class org.eclipse.gef.handles.SquareHandle
 
DEFAULT_SIZE - Static variable in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
DefaultCommandStack - class org.eclipse.gef.commands.DefaultCommandStack.
A default implementation for the CommandStack interface.
DefaultCommandStack() - Constructor for class org.eclipse.gef.commands.DefaultCommandStack
Default constructor.
DefaultEditDomain - class org.eclipse.gef.DefaultEditDomain.
A default implementation of the EditDomain interface.
DefaultEditDomain(IEditorPart) - Constructor for class org.eclipse.gef.DefaultEditDomain
Creates a DefaultEditDomain for the given IEditorPart
DefaultPaletteCategory - class org.eclipse.gef.palette.DefaultPaletteCategory.
 
DefaultPaletteCategory(String) - Constructor for class org.eclipse.gef.palette.DefaultPaletteCategory
 
DefaultPaletteCategory(String, Image) - Constructor for class org.eclipse.gef.palette.DefaultPaletteCategory
 
DefaultPaletteCategory(String, List) - Constructor for class org.eclipse.gef.palette.DefaultPaletteCategory
 
DefaultPaletteContainer - class org.eclipse.gef.palette.DefaultPaletteContainer.
 
DefaultPaletteContainer() - Constructor for class org.eclipse.gef.palette.DefaultPaletteContainer
 
DefaultPaletteContainer(String) - Constructor for class org.eclipse.gef.palette.DefaultPaletteContainer
 
DefaultPaletteContainer(String, List, Object) - Constructor for class org.eclipse.gef.palette.DefaultPaletteContainer
 
DefaultPaletteContainer(String, List, Object, String, Image, Image) - Constructor for class org.eclipse.gef.palette.DefaultPaletteContainer
 
DefaultPaletteContainer(String, Object) - Constructor for class org.eclipse.gef.palette.DefaultPaletteContainer
 
DefaultPaletteContainer(String, Object, Image, Image) - Constructor for class org.eclipse.gef.palette.DefaultPaletteContainer
 
DefaultPaletteEntry - class org.eclipse.gef.palette.DefaultPaletteEntry.
 
DefaultPaletteEntry() - Constructor for class org.eclipse.gef.palette.DefaultPaletteEntry
 
DefaultPaletteEntry(String) - Constructor for class org.eclipse.gef.palette.DefaultPaletteEntry
 
DefaultPaletteEntry(String, String) - Constructor for class org.eclipse.gef.palette.DefaultPaletteEntry
 
DefaultPaletteEntry(String, String, Image, Image) - Constructor for class org.eclipse.gef.palette.DefaultPaletteEntry
 
DefaultPaletteEntry(String, String, Image, Image, Object) - Constructor for class org.eclipse.gef.palette.DefaultPaletteEntry
 
DefaultPaletteEntry(String, String, Object) - Constructor for class org.eclipse.gef.palette.DefaultPaletteEntry
 
DefaultPaletteEntry(String, String, Object, Image, Image) - Constructor for class org.eclipse.gef.palette.DefaultPaletteEntry
 
DefaultPaletteGroup - class org.eclipse.gef.palette.DefaultPaletteGroup.
 
DefaultPaletteGroup(String) - Constructor for class org.eclipse.gef.palette.DefaultPaletteGroup
 
DefaultPaletteGroup(String, List) - Constructor for class org.eclipse.gef.palette.DefaultPaletteGroup
 
DefaultPaletteRoot - class org.eclipse.gef.palette.DefaultPaletteRoot.
 
DefaultPaletteRoot(List) - Constructor for class org.eclipse.gef.palette.DefaultPaletteRoot
 
DefaultPaletteToolEntry - class org.eclipse.gef.palette.DefaultPaletteToolEntry.
A class used to represent a GEF tool on the palette.
DefaultPaletteToolEntry(Tool, String) - Constructor for class org.eclipse.gef.palette.DefaultPaletteToolEntry
 
DefaultPaletteToolEntry(Tool, String, String) - Constructor for class org.eclipse.gef.palette.DefaultPaletteToolEntry
 
DefaultPaletteToolEntry(Tool, String, String, Image, Image) - Constructor for class org.eclipse.gef.palette.DefaultPaletteToolEntry
 
DelegatingDragAdapter - class org.eclipse.gef.dnd.DelegatingDragAdapter.
A DragSourceListener that allows many TransferDragSourceListeners to be added to it.
DelegatingDragAdapter() - Constructor for class org.eclipse.gef.dnd.DelegatingDragAdapter
 
DelegatingDropAdapter - class org.eclipse.gef.dnd.DelegatingDropAdapter.
A DropTargetListener that allows many TransferDropTargetListeners to be added to it.
DelegatingDropAdapter() - Constructor for class org.eclipse.gef.dnd.DelegatingDropAdapter
 
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
Creates a DeleteAction with a default label.
DeleteAction(IEditorPart, int) - Constructor for class org.eclipse.gef.ui.actions.DeleteAction
Creates a DeleteAction with a default label.
DeleteAction(IEditorPart, int, String) - Constructor for class org.eclipse.gef.ui.actions.DeleteAction
Creates a DeleteAction with the given label.
DeleteAction(IEditorPart, String) - Constructor for class org.eclipse.gef.ui.actions.DeleteAction
Creates a DeleteAction with the given label.
DeleteRequest - class org.eclipse.gef.requests.DeleteRequest.
A Request to delete EditPart(s).
DeleteRequest() - Constructor for class org.eclipse.gef.requests.DeleteRequest
Creates a DeleteRequest with the default type.
DeleteRequest(Object) - Constructor for class org.eclipse.gef.requests.DeleteRequest
Creates a DeleteRequest with the given type.
deselect(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
Removes the EditPart from the selection, and sets the last member of the selection to be the "primary" 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.
 
DeselectAllTracker(EditPart) - Constructor for class org.eclipse.gef.tools.DeselectAllTracker
 
DIRECT_EDIT_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
DirectEditAction - class org.eclipse.gef.ui.actions.DirectEditAction.
 
DirectEditAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.DirectEditAction
 
DirectEditAction(IEditorPart, int) - Constructor for class org.eclipse.gef.ui.actions.DirectEditAction
 
DirectEditManager - class org.eclipse.gef.tools.DirectEditManager.
 
DirectEditManager(GraphicalEditPart, Class, CellEditorLocator) - Constructor for class org.eclipse.gef.tools.DirectEditManager
 
DirectEditPolicy - class org.eclipse.gef.editpolicies.DirectEditPolicy.
 
DirectEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.DirectEditPolicy
 
DirectEditRequest - class org.eclipse.gef.requests.DirectEditRequest.
 
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
 
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.EditPartViewer
Disposes the viewer.
dispose() - Method in interface org.eclipse.gef.Disposable
Performs and necessary cleanup.
dispose() - Method in interface org.eclipse.gef.EditPart
Called when the EditPart will no longer be used.
dispose() - Method in class org.eclipse.gef.commands.AbstractCommand
 
dispose() - Method in class org.eclipse.gef.commands.CompoundCommand
cancels the command.
dispose() - Method in interface org.eclipse.gef.commands.Command
This is called to indicate that the command will never be used again.
dispose() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
dispose() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
dispose() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
dispose() - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Called when the action is about to be disposed.
dispose() - Method in class org.eclipse.gef.ui.actions.SelectionAction
 
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.console.DebugGEF
 
dispose() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
dispose() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
dispose() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
dispose() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
 
dispose() - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
dispose() - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
doCreatePage(IWorkbenchPart) - Method in class org.eclipse.gef.ui.stackview.CommandStackInspector
Answer a page for the part.
doDestroyPage(IWorkbenchPart, PageBookView.PageRec) - Method in class org.eclipse.gef.ui.stackview.CommandStackInspector
Destroys a page in the pagebook.
doInitialize() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Initializes the entire state of the EditPart.
doInitialize() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
domain - Variable in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
DomainEventDispatcher - class org.eclipse.gef.ui.parts.DomainEventDispatcher.
 
DomainEventDispatcher.EditPartAccessibilityDispatcher - class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher.
 
DomainEventDispatcher.EditPartAccessibilityDispatcher(DomainEventDispatcher) - Constructor for class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
DomainEventDispatcher(EditDomain, EditPartViewer) - Constructor for class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
down - Static variable in class org.eclipse.gef.ui.palette.ImageConstants
 
downGrayed - Static variable in class org.eclipse.gef.ui.palette.ImageConstants
 
downLabel - Variable in class org.eclipse.gef.ui.palette.PaletteScrollBar
 
downPressed - Static variable in class org.eclipse.gef.ui.palette.ImageConstants
 
DragEditPartsTracker - class org.eclipse.gef.tools.DragEditPartsTracker.
 
DragEditPartsTracker(EditPart) - Constructor for class org.eclipse.gef.tools.DragEditPartsTracker
 
dragEnter(DropTargetEvent) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Updates the current listener and forwards this event to that listener.
dragEnter(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the DropData and then handles the event.
dragFinished(DragSourceEvent) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Forwards this event to the current listener.
dragFinished(DragSourceEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
 
dragLeave(DropTargetEvent) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Forwards this event to the current listener.
dragLeave(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the DropData, handles the event, and then unloads the drag event.
dragOperationChanged(DropTargetEvent) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Updates the current listener and forwards this event to that listener.
dragOperationChanged(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the DropData and then handles the event.
dragOver(DropTargetEvent) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Updates the current listener and forwards this event to that listener.
dragOver(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the DropData and then handles the event.
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.DelegatingDragAdapter
Forwards this event to each listener.
dragStart(DragSourceEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
 
DragTracker - interface org.eclipse.gef.DragTracker.
A special tool that is used during mouse drags.
DragTreeItemsTracker - class org.eclipse.gef.tools.DragTreeItemsTracker.
 
DragTreeItemsTracker(EditPart) - Constructor for class org.eclipse.gef.tools.DragTreeItemsTracker
 
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
Updates the DropData and then handles the event.
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
Updates the DropData and then handles the event.
DropRequest - interface org.eclipse.gef.requests.DropRequest.
 
DYNAMIC - Static variable in class org.eclipse.gef.ui.actions.EditorPartAction
The default style.

E

EAST_CURSOR - Static variable in class org.eclipse.gef.handles.ResizableHandleKit
 
EditDomain - interface org.eclipse.gef.EditDomain.
The collective state of a GEF "application", defined as its Tools, CommandStack, EditPartViewers, and their contents.
EditorPartAction - class org.eclipse.gef.ui.actions.EditorPartAction.
Base class for actions used by GEF editors.
EditorPartAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.EditorPartAction
Creates a new EditorPartAction and sets the editor.
EditorPartAction(IEditorPart, int) - Constructor for class org.eclipse.gef.ui.actions.EditorPartAction
Creates a new EditorPartAction and sets the editor and style.
EditPart - interface org.eclipse.gef.EditPart.
EditParts are the conceptual objects that populate an EditPartViewer.
EditPartFactory - interface org.eclipse.gef.EditPartFactory.
 
EditPartListener - interface org.eclipse.gef.EditPartListener.
The listener interface for receiving basic events from an EditPart.
EditPartListener.Stub - class org.eclipse.gef.EditPartListener.Stub.
Listeners interested in just a subset of Events can extend this stub implementation.
EditPartListener.Stub() - Constructor for class org.eclipse.gef.EditPartListener.Stub
 
EditPartViewer - interface org.eclipse.gef.EditPartViewer.
Displays EditParts, manages selection, and routes Input events to an EditDomain.
EditPolicy - interface org.eclipse.gef.EditPolicy.
Responsible for providing one type of editing behavior to an EditPart.
EntryEditPart - class org.eclipse.gef.ui.palette.EntryEditPart.
 
EntryEditPart(PaletteEntry) - Constructor for class org.eclipse.gef.ui.palette.EntryEditPart
 
entrySelected(PaletteEvent) - Method in interface org.eclipse.gef.palette.PaletteListener
A palette entry was selected.
equals(Object) - Method in class org.eclipse.gef.KeyStroke
 
eraseChangeBoundsFeedback(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Erase feedback indicating that the receiver object is being dragged.
eraseConnectionFeedback(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Erases bendpoint feedback.
eraseConnectionMoveFeedback(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
eraseCreationFeedback(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
eraseDirectEditFeedback(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
eraseDragTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
eraseDragTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
eraseFeedback() - Method in class org.eclipse.gef.tools.DirectEditManager
 
eraseHoverFeedback() - Method in class org.eclipse.gef.tools.SelectionTool
 
eraseSizeOnDropFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
eraseSourceFeedback() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Show the source drag feedback for the drag occurring within the viewer.
eraseSourceFeedback() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
eraseSourceFeedback() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
eraseSourceFeedback() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
eraseSourceFeedback(Request) - Method in interface org.eclipse.gef.EditPolicy
Erases source feedback based on the given request.
eraseSourceFeedback(Request) - Method in interface org.eclipse.gef.EditPart
Erases feedback for which this EditPart is the source.
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Erases source feedback for the given Request.
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Erases feedback, when appropriate.
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Erase feedback indicating that the receiver object is being dragged.
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Erase feedback indicating that the receiver object is being dragged.
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
Erase feedback indicating that the receiver object is being dragged.
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
Erase feedback indicating that the receiver object is being dragged.
eraseTargetConnectionFeedback(DropRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Erase feedback indicating that the edit part is no longer the target of a drag.
eraseTargetFeedback() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Erases the target feedback if the target EditPart is not null.
eraseTargetFeedback() - Method in class org.eclipse.gef.tools.TargetingTool
Erase feedback indicating that the viewer object is no longer the target of a drag.
eraseTargetFeedback(Request) - Method in interface org.eclipse.gef.EditPolicy
Erases target feedback based on the given request.
eraseTargetFeedback(Request) - Method in interface org.eclipse.gef.EditPart
Erase feedback for which this Editpart is the target.
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Erases target feedback for the given Request.
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
 
eventListeners - Variable in class org.eclipse.gef.editparts.AbstractEditPart
Deprecated. do not reference, call getEventListeners(Class) instead.
execute() - Method in class org.eclipse.gef.commands.AbstractCommand
 
execute() - Method in class org.eclipse.gef.commands.CompoundCommand
Execute the command.
execute() - Method in interface org.eclipse.gef.commands.Command
This will perform the command activity required for the effect.
execute() - Method in class org.eclipse.gef.commands.UnexecutableCommand
 
execute(Command) - Method in interface org.eclipse.gef.commands.CommandStack
This will clear any redoable commands not yet redone, add the command, and then execute the command.
execute(Command) - Method in class org.eclipse.gef.commands.DefaultCommandStack
Executes the given Command if it can execute.
execute(Command) - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Executes the given Command.
executeCurrentCommand() - Method in class org.eclipse.gef.tools.AbstractTool
Execute the currently active command.
expose(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
expose(EditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
expose(EditPart) - Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
 
exposeDescendant(EditPart) - Method in interface org.eclipse.gef.ExposeHelper
Exposes the specified descendant on the visuals of the EditPart which created this Helper.
exposeDescendant(EditPart) - Method in class org.eclipse.gef.editparts.ViewportExposeHelper
 
ExposeHelper - interface org.eclipse.gef.ExposeHelper.
Interface used by EditPartViewer to reveal a given EditPart.

F

FEEDBACK_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
The layer containing feedback, which generally temporary visuals that appear on top of all other visuals.
feedbackHelper - Variable in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
FeedbackHelper - class org.eclipse.gef.editpolicies.FeedbackHelper.
 
FeedbackHelper() - Constructor for class org.eclipse.gef.editpolicies.FeedbackHelper
 
figure - Variable in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
fillActions() - Method in class org.eclipse.gef.ui.console.DebugGEF
 
filterEditPartsUnderstanding(List, Request) - Static method in class org.eclipse.gef.tools.ToolUtilities
 
find(EditPart) - Static method in class org.eclipse.gef.editparts.LayerManager.Helper
 
findHandleAt(Point) - Method in interface org.eclipse.gef.GraphicalViewer
Finds the view handle at the point specified by x,y.
findHandleAt(Point) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
findIndexOfTreeItemAt(Point) - Method in class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
 
findObjectAt(Point) - Method in interface org.eclipse.gef.EditPartViewer
Returns null or the EditPart at the given mouse location.
findObjectAt(Point) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
findObjectAt(Point) - Method in class org.eclipse.gef.ui.parts.TreeViewer
Returns the Data of the TreeItem at the given point.
findObjectAtExcluding(Point, Collection) - Method in interface org.eclipse.gef.EditPartViewer
Returns null or the EditPart at the given mouse location, excluding all EditParts in the Collection c.
findObjectAtExcluding(Point, Collection) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Deprecated. should be passing EditParts, not Figures
findObjectAtExcluding(Point, Collection) - Method in class org.eclipse.gef.ui.parts.TreeViewer
Returns the Data of the TreeItem at the given point.
fireActivated() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
fireChildAdded(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies listeners that a child has been added.
fireDeactivated() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
firePaletteSelectionChanged() - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
fireRemovingChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies listeners prior to removing a child.
fireRemovingSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Notifies listeners that a source connection has been added.
fireRemovingTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Notifies listeners that a source connection has been added.
fireSelectionChanged() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Called when the selected state for this EditPart changes.
fireSelectionChanged() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
fireSelectionChanged() - Method in class org.eclipse.gef.ui.parts.TreeViewer
 
fireSourceConnectionAdded(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Notifies listeners that a source connection has been added.
fireTargetConnectionAdded(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Notifies listeners that a source connection has been added.
FLAG_ACTIVE - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
 
FLAG_FOCUS - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
 
FLAG_INITIALIZED - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
 
FLAG_SELECTION_PERFORMED - Static variable in class org.eclipse.gef.tools.SelectEditPartTracker
 
FlowLayoutEditPolicy - class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy.
 
FlowLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
flush() - Method in interface org.eclipse.gef.EditPartViewer
 
flush() - Method in interface org.eclipse.gef.commands.CommandStack
This will dispose all the commands in the stack.
flush() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Clears both the undo and redo stacks, then sends a notification to any object listening to the CommandStack.
flush() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
flush() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
flushRedo() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Clears the redo stack.
flushUndo() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Clears the undo stack.
focusGained(FocusEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
 
focusGained(FocusEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when a viewer that the editor controls has gained focus.
focusGained(FocusEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a viewer that the editor controls gains focus.
focusGained(FocusEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Called when a viewer that the editor controls gains focus.
focusLost(FocusEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
 
focusLost(FocusEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when a viewer that the editor controls has lost focus.
focusLost(FocusEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a viewer that the editor controls loses focus.
focusLost(FocusEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Called when a viewer that the editor controls loses focus.
ForwardedRequest - class org.eclipse.gef.requests.ForwardedRequest.
A Request to be forwarded to another EditPart.
ForwardedRequest(Object) - Constructor for class org.eclipse.gef.requests.ForwardedRequest
Creates a ForwardRequest with the given type.
ForwardedRequest(Object, EditPart) - Constructor for class org.eclipse.gef.requests.ForwardedRequest
Creates a ForwardRequest with the given type and sets the sender.
ForwardUndoCompoundCommand - class org.eclipse.gef.commands.ForwardUndoCompoundCommand.
This command will undo its commands in the same order applied.
ForwardUndoCompoundCommand() - Constructor for class org.eclipse.gef.commands.ForwardUndoCompoundCommand
 
ForwardUndoCompoundCommand(String) - Constructor for class org.eclipse.gef.commands.ForwardUndoCompoundCommand
 
FreeformGraphicalRootEditPart - class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart.
Provides support for representation of any other graphical EditPart.
FreeformGraphicalRootEditPart() - Constructor for class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
 

G

GEF - class org.eclipse.gef.GEF.
This is an internal class used for debugging and code management
GEF() - Constructor for class org.eclipse.gef.GEF
 
GEFPlugin - class org.eclipse.gef.GEFPlugin.
Provides shared Images and ImageDescriptors.
GEFPlugin(IPluginDescriptor) - Constructor for class org.eclipse.gef.GEFPlugin
Creates the singleton instance of the GEF plugin.
getAbsoluteBounds(GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
getAccessibilityDispatcher() - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
getAccessibleEditPart() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getAccessibleHandleLocations() - Method in interface org.eclipse.gef.AccessibleHandleProvider
 
getAccessibleLocation() - Method in interface org.eclipse.gef.Handle
 
getAccessibleLocation() - Method in class org.eclipse.gef.handles.AbstractHandle
 
getAccessibleLocation() - Method in class org.eclipse.gef.handles.MoveHandle
 
getAction(Object) - Method in class org.eclipse.gef.ui.actions.ActionRegistry
Returns the action with the given key.
getActionRegistry() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
getActions() - Method in class org.eclipse.gef.ui.actions.ActionRegistry
Returns an Iterator of all the actions.
getActiveEditor() - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Returns the active editor.
getActiveTool() - Method in class org.eclipse.gef.DefaultEditDomain
Return the current tool for the editor.
getActiveTool() - Method in interface org.eclipse.gef.EditDomain
Returns the active Tool
getAdapter(Class) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns the adapter of the given type, for example: IPropertySource.
getAdapter(Class) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
getAdapter(Class) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
getAdapter(Class) - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
getAdapter(Class) - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
 
getAdapter(Class) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the adapter for the specified key.
getAddCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
 
getAddCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
 
getAddCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
getAddCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
getAddCommand(Request) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
 
getAffectedObjects() - Method in class org.eclipse.gef.commands.AbstractCommand
 
getAffectedObjects() - Method in class org.eclipse.gef.commands.CompoundCommand
 
getAffectedObjects() - Method in interface org.eclipse.gef.commands.Command
This returns the collection of things which this command wishes to present as the objects affected by the command.
getAlignChildrenCommand(AlignmentRequest) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
getAlignCommand(AlignmentRequest) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
getAlignment() - Method in class org.eclipse.gef.requests.AlignmentRequest
 
getAlignmentRectangle() - Method in class org.eclipse.gef.requests.AlignmentRequest
 
getAncestorDeletedCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.NodeEditPolicy
By default, handle an ancestor deletion the same as if the host's model were being deleted.
getAncestorDeletedCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
 
getBootstrapPart() - Method in class org.eclipse.gef.ui.stackview.CommandStackInspector
Answer the active workbench part.
getBorderColor() - Method in class org.eclipse.gef.handles.SquareHandle
Returns the color of the handle's border.
getBorderColor() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Returns the outline color based on what is returned by CornerTriangleBorder.isPrimary().
getButtonGroup() - Method in interface org.eclipse.gef.ui.palette.PaletteViewer
 
getButtonGroup() - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
getCellEditor() - Method in class org.eclipse.gef.requests.DirectEditRequest
 
getCellEditor() - Method in class org.eclipse.gef.tools.DirectEditManager
 
getChildAtPoint(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getChildCount(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getChildCount(AccessibleControlEvent) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart
 
getChildCount(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getChildren() - Method in interface org.eclipse.gef.EditPart
Returns the children for this EditPart.
getChildren() - Method in class org.eclipse.gef.commands.CompoundCommand
 
getChildren() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns a non-null List containing the children EditParts.
getChildren() - Method in class org.eclipse.gef.palette.DefaultPaletteContainer
 
getChildren() - Method in interface org.eclipse.gef.palette.PaletteContainer
Return the groups for this palette category
getChildren(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getChildren(AccessibleControlEvent) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart
 
getChildren(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getChildren(Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
getCommand() - Method in class org.eclipse.gef.tools.AbstractTool
Re-queries the target viewer object for a command
getCommand() - Method in class org.eclipse.gef.tools.TargetingTool
 
getCommand() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
getCommand() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
getCommand() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getCommand() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
getCommand(Request) - Method in interface org.eclipse.gef.EditPolicy
Returns the command for a given request, or null if the EditPolicy does not work with that request type.
getCommand(Request) - Method in interface org.eclipse.gef.EditPart
Returns the command to perform the given Request or null.
getCommand(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns null or a command that performs the operation specified by the Request.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
Get the command that performs an operation of the type indicated by @commandString on the receiver.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Returns the appropriate Command for the request type given.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.NodeEditPolicy
Returns a command or null based on the request
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Get the command that performs an operation of the type indicated by @commandString on the receiver.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
Get the command that performs an operation of the type indicated by @commandString on the receiver.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
Doesnt provide any command support, returns an un-executable command
getCommand(Request) - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
Doesnt provide any command support, returns an un-executable command
getCommand(Request) - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
 
getCommandName() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the name identifier of the command that the tool is currently looking for.
getCommandName() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.SelectionTool
 
getCommandName() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Returns the name identifier of the command that the tool is currently looking for.
getCommandName() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
getCommandName() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.CreationTool
 
getCommands() - Method in class org.eclipse.gef.commands.CompoundCommand
Return a vector of child commands
getCommands() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Returns an array containing the commands in both stacks.
getCommandStack() - Method in class org.eclipse.gef.DefaultEditDomain
Returns the command stack of this Editor.
getCommandStack() - Method in interface org.eclipse.gef.EditDomain
Returns the CommandStack.
getCommandStack() - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Returns the editor's command stack.
getCommandStack() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
getConnection() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Returns the Connection associated with this EditPolicy.
getConnection() - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
 
getConnection() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
getConnection() - Method in class org.eclipse.gef.handles.ConnectionHandle
Returns the Connection this handle is on.
getConnection() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
getConnection() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
getConnectionCompleteCommand(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
getConnectionCreateCommand(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
getConnectionEditPart() - Method in class org.eclipse.gef.requests.ReconnectRequest
Returns the ConnectionEditPart to be reconnected.
getConnectionEditPart() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
getConnectionEditPart() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
getConnectionFigure() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Returns the Figure representing the connection.
getConstraintFor(ChangeBoundsRequest, GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Returns a draw2d constraint object for the given request.
getConstraintFor(ChangeBoundsRequest, GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
getConstraintFor(CreateRequest) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
getConstraintFor(Point) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
The point here is relative to the client area of the figure.
getConstraintFor(Point) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
getConstraintFor(Rectangle) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
The rectangle here is relative to the client area of the figure.
getConstraintFor(Rectangle) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
getContentPane() - Method in interface org.eclipse.gef.GraphicalEditPart
The figure into which children will be placed.
getContentPane() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
getContentPane() - Method in class org.eclipse.gef.ui.palette.PaletteRootEditPart
 
getContentPane() - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
 
getContentPane() - Method in class org.eclipse.gef.ui.palette.GroupEditPart
 
getContentPane() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
Returns the figure to which childrens' figures will be added.
getContentPane() - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
Returns the figure to which childrens' figures will be added.
getContents() - Method in interface org.eclipse.gef.EditPartViewer
Returns the contents of this EditPartViewer.
getContents() - Method in interface org.eclipse.gef.RootEditPart
 
getContents() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
 
getContents() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getContents() - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
 
getContents() - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
 
getContextMenuProvider() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getContributions() - Method in class org.eclipse.gef.requests.DeleteRequest
Returns the list of contributions.
getControl() - Method in interface org.eclipse.gef.EditPartViewer
Returns the SWT Control for this viewer.
getControl() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getControl() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
Returns the control of the GEFgetViewer()
getControl() - Method in class org.eclipse.gef.ui.stackview.CommandStackInspectorPage
 
getCreateBendpointCommand(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Implement this method to return a Command that will create a bendpoint.
getCreateCommand(CreateRequest) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
getCreateCommand(CreateRequest) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
getCreateCommand(CreateRequest) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
 
getCreateCommand(CreateRequest) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
 
getCreateCommand(CreateRequest) - Method in class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
 
getCreateRequest() - Method in class org.eclipse.gef.tools.CreationTool
 
getCurrentCommand() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the currently active command.
getCurrentConstraintFor(GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
getCurrentEvent() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the current DropTargetEvent.
getCurrentInput() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the current mouse and keyboard input.
getCurrentViewer() - Method in class org.eclipse.gef.tools.AbstractTool
Return the viewer that the tool is currently operating on.
getDebugLabel() - Method in class org.eclipse.gef.commands.AbstractCommand
 
getDebugLabel() - Method in class org.eclipse.gef.commands.ForwardUndoCompoundCommand
 
getDebugName() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the debug name for this tool.
getDebugName() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.SelectionTool
 
getDebugName() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Returns the debug name for this tool.
getDebugName() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
getDebugName() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.CreationTool
 
getDebugNameForState(int) - Method in class org.eclipse.gef.tools.AbstractTool
Returns a String representation of the given state for debug purposes.
getDebugNameForState(int) - Method in class org.eclipse.gef.tools.SelectionTool
 
getDebugNameForState(int) - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
getDefault() - Static method in class org.eclipse.gef.GEFPlugin
Gets the plugin singleton.
getDefaultAction(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getDefaultAction(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getDefaultConstraint() - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
getDefaultCursor() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the default Cursor.
getDefaultCursor() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getDefaultTool() - Method in class org.eclipse.gef.DefaultEditDomain
Gets the default tool for this Editor.
getDelegatingDragAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getDelegatingDropAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getDeleteBendpointCommand(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Implement this method to return a Command that will delete a bendpoint.
getDeleteCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
Create a delete command to delete the receiver from the composition
getDeleteCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.NodeEditPolicy
 
getDeleteCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEditPolicy
 
getDeleteCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
This policy's host is being deleted.
getDeleteDependantCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Returned command should remove the child from this layout.
getDeleteDependantCommand(Request) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
 
getDescription() - Method in class org.eclipse.gef.commands.AbstractCommand
 
getDescription() - Method in interface org.eclipse.gef.commands.Command
This returns a string suitable to help describe the effect of this command.
getDescription() - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
getDescription() - Method in interface org.eclipse.gef.palette.PaletteEntry
Returns a short desecription describing this entry.
getDescription(AccessibleEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getDescription(AccessibleEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getDirectEditCommand(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
getDirectEditFeature() - Method in class org.eclipse.gef.requests.DirectEditRequest
If the EditPart supports direct editing of multiple features, this parameter can be used to discriminate among them.
getDirectEditRequest() - Method in class org.eclipse.gef.tools.DirectEditManager
 
getDirectEditRequest() - Method in class org.eclipse.gef.ui.actions.DirectEditAction
returns the Request objects that is used to calculate enabled state and
getDisabledCursor() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the disabled Cursor.
getDomain() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the EditDomain.
getDragCursor() - Method in class org.eclipse.gef.handles.AbstractHandle
Returns the Cursor that appears over the handle.
getDragMoveDelta() - Method in class org.eclipse.gef.tools.AbstractTool
Return the number of pixels that the mouse has been moved since that drag was started.
getDragSource() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getDragSourceFeedbackFigure() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Return the Figure to be used to paint the drag source feedback.
getDragTracker() - Method in interface org.eclipse.gef.Handle
Returns the drag tracker to use when dragging this handle.
getDragTracker() - Method in class org.eclipse.gef.handles.AbstractHandle
Returns the handle tracker to use when dragging this handle.
getDragTracker() - Method in class org.eclipse.gef.tools.SelectionTool
 
getDragTracker(Request) - Method in interface org.eclipse.gef.EditPart
Return a drag tracker for dragging this EditPart.
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Returns a DragTrack for the given Request.
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Returns a drag tracker suitable for dragging the receiver.
getDragTracker(Request) - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
Return a drag tracker suitable for dragging this.
getDragTracker(Request) - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
Return a drag tracker suitable for dragging this.
getDragTracker(Request) - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
 
getDropLocation() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the current mouse location, as a Draw2d Point, relative to the Control.
getDropTarget() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getEditDomain() - Method in interface org.eclipse.gef.EditPartViewer
Returns the EditDomain to which the viewer belongs
getEditDomain() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getEditDomain() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
getEditorPart() - Method in class org.eclipse.gef.DefaultEditDomain
 
getEditorPart() - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Returns the editor associated with this action.
getEditPart() - Method in class org.eclipse.gef.tools.DirectEditManager
 
getEditPartFactory() - Method in interface org.eclipse.gef.EditPartViewer
 
getEditPartFactory() - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
getEditPartFactory() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getEditPartRegistry() - Method in interface org.eclipse.gef.EditPartViewer
Returns the map for registering EditParts by Keys.
getEditPartRegistry() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getEditParts() - Method in class org.eclipse.gef.requests.GroupRequest
Returns a List containing the EditParts making this Request.
getEditPolicy(Object) - Method in interface org.eclipse.gef.EditPart
Returns null or the EditPolicy installed with the given key.
getEditPolicy(Object) - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getEditPolicyIterator() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Used internally to iterate over the installed EditPolicies.
getElements(Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
getEntry() - Method in class org.eclipse.gef.palette.PaletteEvent
Return the affected entry.
getEventDispatcher() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Deprecated.  
getEventListeners(Class) - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getExclusionSet() - Method in class org.eclipse.gef.tools.TargetingTool
Returns a List of EditParts that should be excluded from the possible Targets for this tools operations Example, when dragging an object, the object should be excluded to prevent you from dropping the object inside itself.
getExclusionSet() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
getExclusionSet() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
getExclusionSet() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
getFactory() - Method in class org.eclipse.gef.requests.CreateRequest
 
getFactory() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
getFactory() - Method in class org.eclipse.gef.tools.CreationTool
 
getFeedbackHelper(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
getFeedbackHelper(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
getFeedbackIndexFor(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
getFigure() - Method in interface org.eclipse.gef.GraphicalEditPart
Returns the outer-most figure representing this EditPart.
getFigure() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Returns the graphical object of this.
getFigure() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Deprecated. call getHostFigure
getFillColor() - Method in class org.eclipse.gef.handles.SquareHandle
Returns the color of the handle.
getFillColor() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Returns the fill color based on what is returned by CornerTriangleBorder.isPrimary().
getFlag(int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns the boolean value of the given flag.
getFocus(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getFocusEditPart() - Method in interface org.eclipse.gef.EditPartViewer
 
getFocusEditPart() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
getHandleBounds() - Method in interface org.eclipse.gef.handles.HandleBounds
 
getHelp(AccessibleEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getHelp(AccessibleEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getHost() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
getHostFigure() - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
 
getHoverImageDescriptor() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
getImage() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
 
getImage(Object) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
getImage(String) - Static method in class org.eclipse.gef.GEFPlugin
Returns the Image as defined in SharedImageConstants.
getImageDescriptor(String) - Static method in class org.eclipse.gef.GEFPlugin
Returns an ImageDescriptor as defined in SharedImageConstants.
getInactiveLayers() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Deprecated.  
getIndex() - Method in class org.eclipse.gef.handles.BendpointHandle
Returns the index.
getIndex() - Method in class org.eclipse.gef.requests.BendpointRequest
 
getIndex() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
getInsertionReference(Request) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
 
getInsertionReference(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
getInsets(IFigure) - Method in class org.eclipse.gef.handles.CornerTriangleBorder
 
getInsets(IFigure) - Method in class org.eclipse.gef.ui.palette.PaletteDrawerBorder
Deprecated. Returns the space used by the border for the figure provided as input.
getInsets(IFigure) - Method in class org.eclipse.gef.ui.palette.PaletteEntryBorder
 
getKeyboardShortcut(AccessibleEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getKeyboardShortcut(AccessibleEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getKeyHandler() - Method in interface org.eclipse.gef.EditPartViewer
 
getKeyHandler() - Method in interface org.eclipse.gef.EditPart
Returns the KeyHandler for this EditPart or null.
getKeyHandler() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getKeyHandler() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getLabel() - Method in class org.eclipse.gef.commands.AbstractCommand
 
getLabel() - Method in class org.eclipse.gef.commands.CompoundCommand
 
getLabel() - Method in interface org.eclipse.gef.commands.Command
This returns a string suitable to represent the label that identifies this command.
getLabel() - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
getLabel() - Method in interface org.eclipse.gef.palette.PaletteContainer
Returns the label for the category.
getLabel() - Method in interface org.eclipse.gef.palette.PaletteEntry
returns the label for this entry.
getLabelForCommand(Command) - Method in class org.eclipse.gef.ui.actions.StackAction
Returns a label for the given command.
getLabelStyle() - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
getLargeIcon() - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
getLargeIcon() - Method in interface org.eclipse.gef.palette.PaletteEntry
returns a large icon representing this entry.
getLayer(Object) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Returns the layer with the input name from the LayerManager from
getLayer(Object) - Method in interface org.eclipse.gef.editparts.LayerManager
 
getLayer(Object) - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
 
getLayer(Object) - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
Returns the layer for the given key
getLayer(Object) - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
Returns the layer for the given key
getLayerManager() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
getLayoutContainer() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
getLayoutManager() - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
Answer the layout manager to use to do the appropriate transpose functions.
getLayoutOrigin() - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
getLayoutOrigin() - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
getLightweightSystem() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
getLightweightSystem() - Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
 
getLineFeedback() - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
getLocation() - Method in interface org.eclipse.gef.requests.DropRequest
 
getLocation() - Method in class org.eclipse.gef.requests.LocationRequest
Returns the current location.
getLocation() - Method in class org.eclipse.gef.requests.CreateRequest
Returns the location of the object to be created.
getLocation() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Returns the location of the mouse pointer.
getLocation() - Method in class org.eclipse.gef.tools.AbstractTool
Return the current x, y position of the cursor.
getLocation(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getLocation(AccessibleControlEvent) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart
 
getLocation(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getLocationFromRequest(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
getLocator() - Method in class org.eclipse.gef.handles.AbstractHandle
Returns the Locator associated with this handle.
getMinimumSizeFor(GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
getModel() - Method in interface org.eclipse.gef.EditPart
Return the primary model object that this EditPart represents.
getModel() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns the primary model object for this EditPart.
getModel() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
Returns the model of this EditPart.
getModel() - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
Returns the model of this EditPart.
getModelChildren() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns a List containing the children model objects.
getModelChildren() - Method in class org.eclipse.gef.ui.palette.SliderPaletteEditPart
 
getModelSourceConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Returns a List of the connection model objects for which this EditPart's model is the source.
getModelTargetConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Returns a List of the connection model objects for which this EditPart's model is the target.
getModifiers() - Method in class org.eclipse.gef.tools.AbstractTool.Input
 
getMostRecentCommand() - Method in interface org.eclipse.gef.commands.CommandStack
This returns the command most recently executed, undone, or redone.
getMostRecentCommand() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Returns the most recently executed command.
getMouseLocation() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Deprecated.  
getMouseLocation() - Method in class org.eclipse.gef.tools.AbstractTool.Input
Returns the current location of the mouse.
getMoveBendpointCommand(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Implement this method to return a Command that will move a bendpoint.
getMoveChildrenCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
 
getMoveChildrenCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
getMoveChildrenCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
getMoveChildrenCommand(Request) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
 
getMoveCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
getMoveDelta() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Returns a Point representing the distance the EditPart has moved.
getName(AccessibleEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getName(AccessibleEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getNewObject() - Method in class org.eclipse.gef.requests.CreateRequest
 
getNewObject() - Method in interface org.eclipse.gef.requests.CreateRequest.Factory
 
getNewObject() - Method in class org.eclipse.gef.requests.CreateRequest.SimpleFactory
Create the new object
getNewObjectType() - Method in class org.eclipse.gef.requests.CreateRequest
 
getObjectType() - Method in interface org.eclipse.gef.requests.CreateRequest.Factory
 
getObjectType() - Method in class org.eclipse.gef.requests.CreateRequest.SimpleFactory
Returns the type of object this factory creates.
getOperationSet() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the collection of editparts that the drag is operating on.
getOperationSet(Request) - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
getOrphanChildrenCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
 
getOrphanChildrenCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
getOrphanCommand() - Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
Returns any contribution to orphaning this component from its container.
getOrphanCommand(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
getOwner() - Method in class org.eclipse.gef.handles.AbstractHandle
Returns the GraphicalEditPart associated with this handle.
getOwnerFigure() - Method in class org.eclipse.gef.handles.AbstractHandle
 
getPaletteRoot() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Returns the model that is used in the PaletteViewer.
getPaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Returns the PaletteViewer.
getParent() - Method in interface org.eclipse.gef.EditPart
Returns the parent of this editpart.
getParent() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getParent(Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
getParentingFigure() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
getPressed(char, int) - Static method in class org.eclipse.gef.KeyStroke
 
getPressed(int, int) - Static method in class org.eclipse.gef.KeyStroke
 
getPreviousDropType() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
 
getReconnectSourceCommand(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
getReconnectTargetCommand(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
getRedoCommand() - Method in interface org.eclipse.gef.commands.CommandStack
This returns the command that will be redone if CommandStack.redo() is called.
getRedoCommand() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Returns the command at the top of the redo stack.
getReference() - Method in class org.eclipse.gef.handles.MoveHandleLocator
Returns the reference figure for this locator.
getReferenceBox() - Method in class org.eclipse.gef.handles.RelativeHandleLocator
 
getReleased(char, int) - Static method in class org.eclipse.gef.KeyStroke
 
getReleased(int, int) - Static method in class org.eclipse.gef.KeyStroke
 
getResizeChildrenCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
getResizeCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
 
getResizeDirection() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Returns the direction the figure is being resized.
getResizeDirection() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getResult() - Method in class org.eclipse.gef.commands.AbstractCommand
 
getResult() - Method in interface org.eclipse.gef.commands.Command
This returns collection of things which this command wishes to present as it's result.
getRole(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getRole(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getRoot() - Method in interface org.eclipse.gef.EditPart
Returns the root EditPart.
getRoot() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getRoot() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
Return this, as this is the root EditPart.
getRoot() - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
 
getRoot() - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
Returns itself
getRootEditPart() - Method in interface org.eclipse.gef.EditPartViewer
Returns the RootEditPart.
getRootEditPart() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getRootFigure() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Deprecated. There is no reason to call this method
getSelected() - Method in interface org.eclipse.gef.EditPart
Returns the selected state of this EditPart.
getSelected() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getSelectedEditParts() - Method in interface org.eclipse.gef.EditPartViewer
Returns a list containing the currently selected editparts.
getSelectedEditParts() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getSelectedEntry() - Method in interface org.eclipse.gef.ui.palette.PaletteViewer
 
getSelectedEntry() - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
getSelectedObjects() - Method in class org.eclipse.gef.ui.actions.SelectionAction
Returns a List containing the currently selected objects.
getSelection() - Method in class org.eclipse.gef.ui.actions.SelectionAction
Gets the current selection.
getSelection() - Method in interface org.eclipse.gef.ui.palette.PaletteViewer
 
getSelection() - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
getSelection() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getSelection() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
getSelection(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getSelectionSynchronizer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
getSelectionWithoutDependants(EditPartViewer) - Static method in class org.eclipse.gef.tools.ToolUtilities
 
getSelectionWithoutDependants(List) - Static method in class org.eclipse.gef.tools.ToolUtilities
 
getSender() - Method in class org.eclipse.gef.requests.ForwardedRequest
Returns the EditPart that forwarded this Request.
getSize() - Method in class org.eclipse.gef.requests.CreateRequest
Returns the size of the object to be created.
getSizeDelta() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Returns a Dimension representing how much the EditPart has been resized.
getSizeOnDropFeedback() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
getSmallIcon() - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
getSmallIcon() - Method in interface org.eclipse.gef.palette.PaletteEntry
Returns a small icon representing the entry.
getSource() - Method in interface org.eclipse.gef.ConnectionEditPart
Returns the EditPart at the Source of this connection.
getSource() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Returns the source EditPart
getSource() - Method in class org.eclipse.gef.palette.PaletteEvent
Deprecated.  
getSource() - Method in class org.eclipse.gef.requests.BendpointRequest
 
getSourceAnchorLocations() - Method in interface org.eclipse.gef.AccessibleAnchorProvider
Returns a list of Points in absolute coordinates where source anchors are located.
getSourceAnchorLocations() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
 
getSourceConnectionAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
If the source is an instance of GraphicalNodeEditPart, it returns the anchor associated with it, else it returns null
getSourceConnectionAnchor(ConnectionEditPart) - Method in interface org.eclipse.gef.NodeEditPart
Returns the ConnectionAnchor that the passed ConnectionEditPart should use with its Connection figure.
getSourceConnectionAnchor(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
getSourceConnectionAnchor(Request) - Method in interface org.eclipse.gef.NodeEditPart
Returns the ConnectionAnchor that is closest to the point .
getSourceConnections() - Method in interface org.eclipse.gef.GraphicalEditPart
Returns the connections for which this EditPart is the source.
getSourceConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
getSourceDeletedCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEditPolicy
 
getSourceEditPart() - Method in class org.eclipse.gef.requests.CreateConnectionRequest
Returns the source EditPart.
getSourceEditPart() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
getSourceRequest() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Returns the request for the source of the drag, creating it if necessary.
getSourceRequest() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
getStartCommand() - Method in class org.eclipse.gef.requests.CreateConnectionRequest
Returns the Command.
getStartLocation() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the starting location for the current tool operation.
getState() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the current state.
getState(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getState(AccessibleControlEvent) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart
 
getState(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getTarget() - Method in interface org.eclipse.gef.ConnectionEditPart
Returns the EditPart at the Target of this connection.
getTarget() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Returns the target EditPart
getTarget() - Method in class org.eclipse.gef.requests.ReconnectRequest
 
getTargetAnchorLocations() - Method in interface org.eclipse.gef.AccessibleAnchorProvider
Returns a list of Points in absolute coordinates where target anchors are located.
getTargetAnchorLocations() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
 
getTargetConnectionAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
If the target is an instance of NodeEditPart, it returns the anchor associated with it, else it returns null
getTargetConnectionAnchor(ConnectionEditPart) - Method in interface org.eclipse.gef.NodeEditPart
Returns the ConnectionAnchor that the passed ConnectionEditPart should use with its Connection figure.
getTargetConnectionAnchor(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
getTargetConnectionAnchor(Request) - Method in interface org.eclipse.gef.NodeEditPart
Returns the ConnectionAnchor that is closest to the point .
getTargetConnections() - Method in interface org.eclipse.gef.GraphicalEditPart
Returns the connections for which this EditPart is the target.
getTargetConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
getTargetDeletedCommand(DeleteRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEditPolicy
 
getTargetEditPart() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the target EditPart.
getTargetEditPart() - Method in class org.eclipse.gef.requests.CreateConnectionRequest
 
getTargetEditPart() - Method in class org.eclipse.gef.tools.TargetingTool
 
getTargetEditPart(Request) - Method in interface org.eclipse.gef.EditPolicy
Returns the host EditPart if the EditPolicy works with the given request type, otherwise return null.
getTargetEditPart(Request) - Method in interface org.eclipse.gef.EditPart
Return the editpart that should be used as the target for the Request.
getTargetEditPart(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns the EditPart which is the target of the Request.
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
 
getTargetHoverRequest() - Method in class org.eclipse.gef.tools.SelectionTool
 
getTargetRequest() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the target request.
getTargetRequest() - Method in class org.eclipse.gef.tools.TargetingTool
 
getText() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
 
getText(Object) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
getTool() - Method in class org.eclipse.gef.palette.DefaultPaletteToolEntry
 
getTool() - Method in interface org.eclipse.gef.palette.PaletteToolEntry
 
getTransfer() - Method in interface org.eclipse.gef.dnd.TransferDropTargetListener
Returns the Transfer that this listener can handle.
getTransfer() - Method in interface org.eclipse.gef.dnd.TransferDragSourceListener
Returns the Transfer that this listener can handle.
getTransfer() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the Transfer type that this listener can handle.
getTransfer() - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Returns the Transfer that this listener can handle.
getTransferTypes() - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Adds the Transfer from each listener to an array and returns that array.
getTransferTypes() - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Adds the Transfer from each listener to an array and returns that array.
getTransformedRectangle(Rectangle) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Returns a Rectangle representing the new bounds.
getTransformedRectangle(Rectangle) - Method in class org.eclipse.gef.requests.AlignmentRequest
 
getType() - Method in class org.eclipse.gef.Request
returns the type of the request
getType() - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
getType() - Method in interface org.eclipse.gef.palette.PaletteEntry
Returns the type of this entry.
getType() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
getUndoCommand() - Method in interface org.eclipse.gef.commands.CommandStack
This returns the command that will be undone if CommandStack.undo() is called.
getUndoCommand() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Returns the next command to be undone.
getValue(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getValue(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getViewer() - Method in interface org.eclipse.gef.RootEditPart
Return the EditPartViewerviewer for this root.
getViewer() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the EditPartViewer that is the target of the drop.
getViewer() - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Returns the EditPartViewer that is the source of the drag.
getViewer() - Method in class org.eclipse.gef.editparts.AbstractEditPart
A convenience method which uses the Root to obtain the Viewer.
getViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
Return the EditorView for this.
getViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
 
getViewer() - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
 
getViewer() - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
Return the viewer that this root view object lives in.
getViewer() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
getViewer() - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
getVisualPartMap() - Method in interface org.eclipse.gef.EditPartViewer
Returns the map for registering visual parts to the EditParts which created them.
getVisualPartMap() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getWidget() - Method in interface org.eclipse.gef.TreeEditPart
 
getWidget() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Returns the Widget which represents this.
getWidget() - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
 
globalActions - Variable in class org.eclipse.gef.ui.actions.ActionBarContributor
A list of global actions.
GlobalDebug - Static variable in class org.eclipse.gef.GEF
 
GRAPHICAL_NODE_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
GraphicalEditor - class org.eclipse.gef.ui.parts.GraphicalEditor.
 
GraphicalEditor() - Constructor for class org.eclipse.gef.ui.parts.GraphicalEditor
 
GraphicalEditorWithPalette - class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette.
 
GraphicalEditorWithPalette() - Constructor for class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
 
GraphicalEditPart - interface org.eclipse.gef.GraphicalEditPart.
Specialized EditPart for use with Graphical draw2d Figures.
GraphicalEditPolicy - class org.eclipse.gef.editpolicies.GraphicalEditPolicy.
A Graphical edit policy knows about the EditPart's view as a Figure.
GraphicalEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.GraphicalEditPolicy
 
GraphicalNodeEditPolicy - class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy.
 
GraphicalNodeEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
GraphicalRootEditPart - class org.eclipse.gef.ui.parts.GraphicalRootEditPart.
Provides support for representation of any other graphical EditPart.
GraphicalRootEditPart() - Constructor for class org.eclipse.gef.ui.parts.GraphicalRootEditPart
 
GraphicalRootEditPartWithOverview - class org.eclipse.gef.ui.parts.GraphicalRootEditPartWithOverview.
 
GraphicalRootEditPartWithOverview() - Constructor for class org.eclipse.gef.ui.parts.GraphicalRootEditPartWithOverview
 
GraphicalViewer - interface org.eclipse.gef.GraphicalViewer.
Specializes EditPartViewer adding the ability to hit-test Handles.
GraphicalViewerImpl - class org.eclipse.gef.ui.parts.GraphicalViewerImpl.
 
GraphicalViewerImpl() - Constructor for class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
GraphicalViewerKeyHandler - class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler.
 
GraphicalViewerKeyHandler(GraphicalViewer) - Constructor for class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
 
GroupEditPart - class org.eclipse.gef.ui.palette.GroupEditPart.
 
GroupEditPart(PaletteContainer) - Constructor for class org.eclipse.gef.ui.palette.GroupEditPart
 
GroupRequest - class org.eclipse.gef.requests.GroupRequest.
A Request from multiple EditParts.
GroupRequest() - Constructor for class org.eclipse.gef.requests.GroupRequest
Default constructor.
GroupRequest(Object) - Constructor for class org.eclipse.gef.requests.GroupRequest
Creates a GroupRequest with the given type.

H

hack() - Static method in class org.eclipse.gef.GEF
 
Handle - interface org.eclipse.gef.Handle.
A simple lightweight object that combines a small hit-test area with a sinlge DragTracker.
HANDLE_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
Identifies the layer containing handles, which are typically editing decorations that appear on top of any model representations.
HandleBounds - interface org.eclipse.gef.handles.HandleBounds.
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.AbstractTool
Called when the mouse button has been pressed.
handleButtonDown(int) - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.DeselectAllTracker
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.SimpleDragTracker
Handles the button down event.
handleButtonDown(int) - Method in class org.eclipse.gef.tools.SelectionTool
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Sets the selection mode to TOGGLE_MODE or APPEND_MODE depending on the keyboard input.
handleButtonDown(int) - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.ConnectionDragCreationTool
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.CreationTool
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.ConnectionCreationTool
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.AbstractTool
Handles the high-level processing of a mouse release.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.SimpleDragTracker
Handles the button up event.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.SelectionTool
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Erases feedback and performs the selection.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.ConnectionDragCreationTool
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.CreationTool
 
handleCreateConnection() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleDoubleClick(int) - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a double click.
handleDoubleClick(int) - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
handleDrag() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a mouse drag.
handleDrag() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleDragEnter() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the target Request and EditPart.
handleDragInProgress() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a mouse drag once the threshold has been passed.
handleDragInProgress() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Called after the mouse has been dragged past the threshold.
handleDragInProgress() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Calculates the selection and updates the feedback.
handleDragInProgress() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.CreationTool
 
handleDragLeave() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Erases target feedback.
handleDragOperationChanged() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Subclasses should return true when overriding this method.
handleDragOver() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the target Request and EditPart.
handleDragStarted() - Method in class org.eclipse.gef.tools.AbstractTool
Called once when the drag threshold has been passed.
handleDragStarted() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
handleDragStarted() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Called once when the drag starts.
handleDragStarted() - Method in class org.eclipse.gef.tools.ConnectionDragCreationTool
When the threshold is passed, transition to CONNECTION_STARTED.
handleDragStarted() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
handleDragStarted() - Method in class org.eclipse.gef.tools.CreationTool
 
handleDrop() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Sets the event's detail field to DND.DROP_NONE if its data field is null.
handleDropAccept() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Subclasses should return true when overriding this method.
handleEnteredEditPart() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Shows target feedback.
handleEnteredEditPart() - Method in class org.eclipse.gef.tools.TargetingTool
 
handleExitingEditPart() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Erases target feedback.
handleExitingEditPart() - Method in class org.eclipse.gef.tools.TargetingTool
 
handleFinished() - Method in class org.eclipse.gef.tools.AbstractTool
Called when the current tool operation is complete.
handleFinished() - Method in class org.eclipse.gef.tools.ConnectionDragCreationTool
 
handleFinished() - Method in class org.eclipse.gef.tools.MarqueeDragTracker
Called when the mouse button is released.
handleFocusGained() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a focus gained event.
handleFocusLost() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a focus lost event.
handleFocusLost() - Method in class org.eclipse.gef.tools.SelectionTool
 
handleHover() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a mouse hover event.
handleHover() - Method in class org.eclipse.gef.tools.SelectionTool
 
handleHoverStop() - Method in class org.eclipse.gef.tools.TargetingTool
 
handleHoverStop() - Method in class org.eclipse.gef.tools.SelectionTool
 
handleInvalidInput() - Method in class org.eclipse.gef.tools.TargetingTool
 
handleInvalidInput() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Called when the mouse and/or keyboard input is invalid.
handleInvalidInput() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
handleInvalidInput() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
This method is called when mouse or keyboard input is invalid and erases the feedback.
handleInvalidInput() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a key down event.
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.SelectionTool
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
handleKeyUp(KeyEvent) - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a key up event.
handleKeyUp(KeyEvent) - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
handleKeyUp(KeyEvent) - Method in class org.eclipse.gef.tools.SelectionTool
 
handleKeyUp(KeyEvent) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
handleLeavingEditPart() - Method in class org.eclipse.gef.tools.TargetingTool
 
handleMove() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a mouse move.
handleMove() - Method in class org.eclipse.gef.tools.SelectionTool
 
handleMove() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleMove() - Method in class org.eclipse.gef.tools.CreationTool
 
handles - Variable in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
handles - Variable in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
handleSelectionChanged() - Method in class org.eclipse.gef.ui.actions.SelectionAction
 
handleViewerEntered() - Method in class org.eclipse.gef.tools.AbstractTool
Called when the mouse enters an EditPartViewer.
handleViewerExited() - Method in class org.eclipse.gef.tools.AbstractTool
Called when the mouse exits an EditPartViewer.
handleViewerExited() - Method in class org.eclipse.gef.tools.TargetingTool
 
handleViewerExited() - Method in class org.eclipse.gef.tools.SelectionTool
 
hasChildren(Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
hasFocus() - Method in interface org.eclipse.gef.EditPart
Returns true if this EditPart has focus.
hasFocus() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
hashCode() - Method in class org.eclipse.gef.KeyStroke
 
hasNext() - Method in class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
Availabilty of further EditPolicies is returned
hasSelectionOccurred() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
hideFocus() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
hideFocus() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
hideFocus() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
hideSelection() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
hideSelection() - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
hookControl() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
hookControl() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
hookControl() - Method in class org.eclipse.gef.ui.parts.TreeViewer
"Hooks up" a Control, i.e.
hookDragSource() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
hookDragSource() - Method in class org.eclipse.gef.ui.parts.TreeViewer
 
hookDropTarget() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
hookDropTarget() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
hookEditorPart() - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Adds any needed listeners.
hookEditorPart() - Method in class org.eclipse.gef.ui.actions.StackAction
Adds this action as a CommandStackListener to the CommandStack.
hookEditorPart() - Method in class org.eclipse.gef.ui.actions.SelectionAction
Add this action as a ISelectionListener to the selection service.
hookEditorPart() - Method in class org.eclipse.gef.ui.actions.SaveAction
Adds this action to the editor's list of IPropertyListeners.
hookGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Hooks the GraphicalViewer to the rest of the Editor.
hookPaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
 

I

ICON_TOOL_ARROW_16 - Static variable in interface org.eclipse.gef.SharedImageConstants
Use this key to obtain the Icon from GEFPlugin.getImage(String).
ICON_TOOL_ARROW_32 - Static variable in interface org.eclipse.gef.SharedImageConstants
Use this key to obtain the Icon from GEFPlugin.getImage(String).
ICON_TOOL_MARQUEE_16 - Static variable in interface org.eclipse.gef.SharedImageConstants
Use this key to obtain the Icon from GEFPlugin.getImage(String).
ID - Static variable in interface org.eclipse.gef.editparts.LayerManager
 
ID - Static variable in class org.eclipse.gef.ui.actions.DeleteAction
 
ID - Static variable in class org.eclipse.gef.ui.actions.DirectEditAction
 
ID_ALIGN_BOTTOM - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
 
ID_ALIGN_CENTER - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
 
ID_ALIGN_LEFT - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
 
ID_ALIGN_MIDDLE - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
 
ID_ALIGN_RIGHT - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
 
ID_ALIGN_TOP - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
 
ImageConstants - class org.eclipse.gef.ui.palette.ImageConstants.
 
ImageConstants() - Constructor for class org.eclipse.gef.ui.palette.ImageConstants
 
includeChildren(List) - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
init() - Method in class org.eclipse.gef.DefaultEditDomain
 
init() - Method in class org.eclipse.gef.handles.SquareHandle
 
init() - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Initializes this action.
init() - Method in class org.eclipse.gef.ui.actions.DeleteAction
Initializes this action's text and images.
init() - Method in class org.eclipse.gef.ui.actions.RedoAction
Initializes this actions text and images.
init() - Method in class org.eclipse.gef.ui.actions.SaveAction
Initializes this action's text.
init() - Method in class org.eclipse.gef.ui.actions.UndoAction
Initializes this action's text and images.
init() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
init() - Method in class org.eclipse.gef.ui.actions.DirectEditAction
 
init() - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
init() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
init(IActionBars) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Initializes the contributor.
initCellEditor() - Method in class org.eclipse.gef.tools.DirectEditManager
 
initialize() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Calls AbstractEditPart.doInitialize() if AbstractEditPart.shouldInitialize() returns true.
initialize() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Initialize is called by activate().
initialize() - Method in class org.eclipse.gef.handles.MoveHandle
Initializes the handle.
initialize() - Method in class org.eclipse.gef.handles.NonResizableHandle
Initializes the handle.
initialize() - Method in class org.eclipse.gef.ui.palette.PaletteScrollBar
 
initializeActionRegistry() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
initializes the ActionRegistry.
initializeGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Override to set the contents of the GraphicalViewer after it has been created.
initializePaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
 
INNER_PAD - Static variable in class org.eclipse.gef.handles.MoveHandle
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
insertionLine - Variable in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
installEditPolicy(Object, EditPolicy) - Method in interface org.eclipse.gef.EditPart
installs an EditPolicy for a certain editing role.
installEditPolicy(Object, EditPolicy) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Installs the given EditPolicy using the given key or ID.
INSTANCE - Static variable in class org.eclipse.gef.commands.UnexecutableCommand
 
isActive() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns true if this EditPart is active.
isActive() - Method in class org.eclipse.gef.tools.AbstractTool
Returns true if the tool is active.
isAltKeyDown() - Method in class org.eclipse.gef.tools.AbstractTool.Input
Returns true if the ALT key is pressed.
isAltKeyPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
 
isAnyButtonDown() - Method in class org.eclipse.gef.tools.AbstractTool.Input
Returns true if any of the 3 mouse buttons are pressed.
isAnyMouseButtonPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
 
isControlKeyDown() - Method in class org.eclipse.gef.tools.AbstractTool.Input
Returns true if the CTRL key is pressed.
isControlKeyPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
 
isDefault() - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
isDefault() - Method in interface org.eclipse.gef.palette.PaletteEntry
Returns the default nature of the entry.
isDeleted(Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
isDirty() - Method in class org.eclipse.gef.tools.DirectEditManager
 
isDynamic() - Method in class org.eclipse.gef.ui.actions.EditorPartAction
 
isEmpty() - Method in class org.eclipse.gef.commands.CompoundCommand
 
isEmpty() - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Returns true if there are no listeners to delegate events to.
isEmpty() - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Returns true if there are no listeners to delegate the events to.
isEnabled() - Method in class org.eclipse.gef.ui.actions.EditorPartAction
If this action uses the default EditorPartAction.DYNAMIC style, Action.isEnabled() is called.
isEnabled(DropTargetEvent) - Method in interface org.eclipse.gef.dnd.TransferDropTargetListener
Returns true if this listener can handle the drop based on the given DropTargetEvent.
isEnabled(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns true if one of the TransferData types in the event is supported by this listener.
isExpanded() - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
 
isFixed() - Method in class org.eclipse.gef.handles.ConnectionHandle
 
isHoverActive() - Method in class org.eclipse.gef.tools.AbstractTool
Returns true if the tool is hovering.
isImportant(IWorkbenchPart) - Method in class org.eclipse.gef.ui.stackview.CommandStackInspector
 
isInState(int) - Method in class org.eclipse.gef.tools.AbstractTool
Returns true if the tool is in the given state.
isLabelProperty(Object, String) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
isLeftMouseButtonPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
 
isMouseButtonDown(int) - Method in class org.eclipse.gef.tools.AbstractTool.Input
Returns true if button # which (1, 2, or 3) is pressed.
isMove() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
isMove() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
isMovingStartAnchor() - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
 
isMovingStartAnchor() - Method in class org.eclipse.gef.requests.ReconnectRequest
 
isOpaque() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
 
isOpaque() - Method in class org.eclipse.gef.ui.palette.PaletteDrawerBorder
Deprecated.  
isOpaque() - Method in class org.eclipse.gef.ui.palette.PaletteEntryBorder
 
isPrimary() - Method in class org.eclipse.gef.handles.SquareHandle
Returns true if the handle's owner is the primary object in the selection.
isPrimary() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Returns true if this border is for the primary object in the selection.
isRightMouseButtonPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
 
isSaveNeeded() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Returns true if the model needs to be saved.
isSelectable() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
isShiftKeyDown() - Method in class org.eclipse.gef.tools.AbstractTool.Input
Returns true if the SHIFT key is pressed.
isShiftKeyPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
 
isShowingFeedback() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Returns true if feedback is being shown.
isShowingSourceFeedback() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
isShowingTargetFeedback() - Method in class org.eclipse.gef.tools.TargetingTool
 
isTargetLocked() - Method in class org.eclipse.gef.tools.TargetingTool
 
iter - Variable in class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
 

K

keyDown(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Called when a key is pressed within a viewer that the editor controls.
keyDown(KeyEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when a key is pressed within a viewer of this Domain.
keyDown(KeyEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a key is pressed within a viewer that the editor controls.
keyDown(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Processes a KeyDown event for the given viewer.
keyDown(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
 
KeyHandler - class org.eclipse.gef.KeyHandler.
 
KeyHandler() - Constructor for class org.eclipse.gef.KeyHandler
 
keyPressed(KeyEvent) - Method in class org.eclipse.gef.KeyHandler
 
keyPressed(KeyEvent) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
 
keyPressed(KeyEvent) - Method in class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler
 
keyReleased(KeyEvent) - Method in class org.eclipse.gef.KeyHandler
 
KeyStroke - class org.eclipse.gef.KeyStroke.
Encapsulates a Keyboard gesture (press or release) from the User.
keyUp(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Called when a key is pressed within a viewer that the editor controls.
keyUp(KeyEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when a key is released within a viewer of this Domain.
keyUp(KeyEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a key is released within a viewer that the editor controls.
keyUp(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Processes a KeyUp event for the given viewer.
keyUp(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
 

L

labelStyle - Variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
LayerConstants - interface org.eclipse.gef.LayerConstants.
The constants used to identify typical layers in a graphical application.
LayerManager - interface org.eclipse.gef.editparts.LayerManager.
 
LayerManager.Helper - class org.eclipse.gef.editparts.LayerManager.Helper.
 
LayerManager.Helper() - Constructor for class org.eclipse.gef.editparts.LayerManager.Helper
 
LAYOUT_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
LayoutEditPolicy - class org.eclipse.gef.editpolicies.LayoutEditPolicy.
EditPolicy handles creating commands; providing target feedback; building/converting model and layout constraints; and refreshing layout constraints based on model changes.
LayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
listeners - Variable in class org.eclipse.gef.commands.DefaultCommandStack
 
loadDefaultTool() - Method in class org.eclipse.gef.DefaultEditDomain
Sets the current tool to the default tool.
loadDefaultTool() - Method in interface org.eclipse.gef.EditDomain
Unloads the current tool and loads the default tool for this Domain.
LocationRequest - class org.eclipse.gef.requests.LocationRequest.
A Request that needs to keep track of a location.
LocationRequest() - Constructor for class org.eclipse.gef.requests.LocationRequest
 
lockTargetEditPart(EditPart) - Method in class org.eclipse.gef.tools.TargetingTool
 

M

makeActions() - Method in class org.eclipse.gef.ui.console.DebugGEF
 
makeContributions(IMenuManager, IToolBarManager, IStatusLineManager) - Method in class org.eclipse.gef.ui.stackview.CommandStackInspectorPage
 
MarqueeDragTracker - class org.eclipse.gef.tools.MarqueeDragTracker.
A marqueeSelectionTool that implements the DragTracker interface.
MarqueeDragTracker() - Constructor for class org.eclipse.gef.tools.MarqueeDragTracker
 
MarqueeSelectionTool - class org.eclipse.gef.tools.MarqueeSelectionTool.
This tool implements the selection of multiple objects in rectangular area.
MarqueeSelectionTool() - Constructor for class org.eclipse.gef.tools.MarqueeSelectionTool
Creates a new MarqueeSelectionTool.
MAX_FLAG - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
The highest bit used as a bitmask in this class.
MAX_FLAG - Static variable in class org.eclipse.gef.tools.AbstractTool
 
MAX_FLAG - Static variable in class org.eclipse.gef.tools.TargetingTool
 
MAX_FLAG - Static variable in class org.eclipse.gef.tools.SelectEditPartTracker
 
MAX_FLAG - Static variable in class org.eclipse.gef.tools.SimpleDragTracker
 
MAX_FLAG - Static variable in class org.eclipse.gef.tools.SelectionTool
 
MAX_FLAG - Static variable in class org.eclipse.gef.tools.DragEditPartsTracker
 
MAX_FLAG - Static variable in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
MAX_FLAG - Static variable in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
MAX_STATE - Static variable in class org.eclipse.gef.tools.AbstractTool
 
MAX_STATE - Static variable in class org.eclipse.gef.tools.SelectionTool
 
MAX_STATE - Static variable in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
menuAboutToShow(IMenuManager) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called just before the context menu is shown.
menuAboutToShow(IMenuManager) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
mostRecentCommand - Variable in class org.eclipse.gef.commands.DefaultCommandStack
 
MOUSE_BUTTON_ANY - Static variable in class org.eclipse.gef.tools.AbstractTool
 
MOUSE_BUTTON1 - Static variable in class org.eclipse.gef.tools.AbstractTool
 
MOUSE_BUTTON2 - Static variable in class org.eclipse.gef.tools.AbstractTool
 
MOUSE_BUTTON3 - Static variable in class org.eclipse.gef.tools.AbstractTool
 
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Called when the mouse button has been double clicked over a viewer that the editor controls.
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when the mouse button has been double-clicked on a viewer from this domain.
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when the mouse button has been double clicked over a viewer that the editor controls.
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse double click events within a viewer.
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
 
mouseDown(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Called when the mouse button has been pressed over a viewer that the editor controls.
mouseDown(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when the mouse button has been pressed over a viewer that the editor controls.
mouseDown(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when the mouse button has been pressed over a viewer that the editor controls.
mouseDown(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse down events within a viewer.
mouseDown(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
 
mouseDrag(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Called when the mouse button has been dragged over a viewer that the editor controls.
mouseDrag(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when the mouse has been dragged within a viewer that the editor controls.
mouseDrag(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when the mouse has been dragged within a viewer that the editor controls.
mouseDrag(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse drag events within a viewer.
mouseDrag(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Handles mouse drag events.
mouseHover(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Called when the mouse button has been dragged over a viewer that the editor controls.
mouseHover(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when the mouse has hovered within a viewer that the editor controls.
mouseHover(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when the mouse has hovered within a viewer that the editor controls.
mouseHover(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse hover event.
mouseHover(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Handles mouse moves (if the mouse button is up) within a viewer.
mouseMove(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Called when the mouse button has been moved over a viewer that the editor controls.
mouseMove(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when the mouse has been moved within a viewer that the editor controls.
mouseMove(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when the mouse has been moved within a based that the editor controls.
mouseMove(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse moves (if the mouse button is up) within a viewer.
mouseMove(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
 
mouseUp(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Called when the mouse button has been released over a viewer that the editor controls.
mouseUp(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when the mouse button has been released over a viewer that the editor controls.
mouseUp(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when the mouse button has been released over a viewer that the editor controls.
mouseUp(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse up within a viewer.
mouseUp(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Handles mouse up events.
movedPastThreshold() - Method in class org.eclipse.gef.tools.AbstractTool
Returns true if the mouse has been dragged past the drag threshold.
MoveHandle - class org.eclipse.gef.handles.MoveHandle.
A Handle used for moving GraphicalEditParts.
moveHandle(GraphicalEditPart) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Adds a MoveHandle to the passed GraphicalEditPart.
moveHandle(GraphicalEditPart) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
 
MoveHandle(GraphicalEditPart) - Constructor for class org.eclipse.gef.handles.MoveHandle
Creates a MoveHandle for the given GraphicalEditPart using a default Locator.
MoveHandle(GraphicalEditPart, Locator) - Constructor for class org.eclipse.gef.handles.MoveHandle
Creates a MoveHandle for the given GraphicalEditPart using the given Locator.
MoveHandleLocator - class org.eclipse.gef.handles.MoveHandleLocator.
A Locator used to place MoveHandles.
MoveHandleLocator(IFigure) - Constructor for class org.eclipse.gef.handles.MoveHandleLocator
Creates a new MoveHandleLocator and sets its reference figure to ref.

N

next - Variable in class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
 
next() - Method in class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
Returns the next EditPolicy
NODE_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
NodeEditPart - interface org.eclipse.gef.NodeEditPart.
A specialized GraphicalEditPart that supports both target and source ConnectionEditParts.
NodeEditPolicy - class org.eclipse.gef.editpolicies.NodeEditPolicy.
 
NodeEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.NodeEditPolicy
 
NodeListener - interface org.eclipse.gef.NodeListener.
The listener interface for receiving Connection events from EditParts that serve as nodes.
noIcon - Static variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
NonResizableEditPolicy - class org.eclipse.gef.editpolicies.NonResizableEditPolicy.
 
NonResizableEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
NonResizableHandle - class org.eclipse.gef.handles.NonResizableHandle.
A MoveHandle for a non-resizable EditPart.
NonResizableHandle(GraphicalEditPart) - Constructor for class org.eclipse.gef.handles.NonResizableHandle
Creates a NonResizableHandle for the given GraphicalEditPart using a default Locator.
NonResizableHandle(GraphicalEditPart, Locator) - Constructor for class org.eclipse.gef.handles.NonResizableHandle
Creates a NonResizableHandle for the given GraphicalEditPart using the given Locator.
NonResizableHandleKit - class org.eclipse.gef.handles.NonResizableHandleKit.
A set of utility methods to create Handles for NonResizable Figures.
NonResizableHandleKit() - Constructor for class org.eclipse.gef.handles.NonResizableHandleKit
 
NORMAL_LABEL_STYLE - Static variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
NORTH_CURSOR - Static variable in class org.eclipse.gef.handles.ResizableHandleKit
 
NORTHEAST_CURSOR - Static variable in class org.eclipse.gef.handles.ResizableHandleKit
 
NORTHWEST_CURSOR - Static variable in class org.eclipse.gef.handles.ResizableHandleKit
 
notifyListeners() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Sends a notification to any object listening to this CommandStack.

O

optimize() - Static method in class org.eclipse.gef.GEF
 
OrderedLayoutEditPolicy - class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy.
 
OrderedLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
 
org.eclipse.gef - package org.eclipse.gef
All interfaces, base types, and the plugin class are here.
org.eclipse.gef.commands - package org.eclipse.gef.commands
Simple implementations of the Command interface which support development-time inspection.
org.eclipse.gef.dnd - package org.eclipse.gef.dnd
 
org.eclipse.gef.editparts - package org.eclipse.gef.editparts
This package contains abstract implementation of the EditPart interface.
org.eclipse.gef.editpolicies - package org.eclipse.gef.editpolicies
This package contains EditPolicy implementations for many common editing Roles.  For help on when to use each EditPolicy and how to use them together, see Editing Roles: Using the Provided EditPolicies.
org.eclipse.gef.handles - package org.eclipse.gef.handles
This package provide several common handle implementations.
org.eclipse.gef.palette - package org.eclipse.gef.palette
This package defines and implements the model used by the PaletteViewer.
org.eclipse.gef.requests - package org.eclipse.gef.requests
This package contains the common Request types used by the provided tools and edit policies.
org.eclipse.gef.tools - package org.eclipse.gef.tools
This package provides several tool implementations.
org.eclipse.gef.ui.actions - package org.eclipse.gef.ui.actions
This package support for using JFace Actions in your EditorPart.
org.eclipse.gef.ui.console - package org.eclipse.gef.ui.console
All interfaces, base types, and the plugin class are here.
org.eclipse.gef.ui.palette - package org.eclipse.gef.ui.palette
 
org.eclipse.gef.ui.parts - package org.eclipse.gef.ui.parts
 
org.eclipse.gef.ui.stackview - package org.eclipse.gef.ui.stackview
 

P

paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Paints the border.
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gef.ui.palette.PaletteDrawerBorder
Deprecated.  
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gef.ui.palette.PaletteEntryBorder
 
paintFigure(Graphics) - Method in class org.eclipse.gef.handles.SquareHandle
Draws the handle with fill color and outline color dependent on the primary selection status of the owner editpart.
PALETTE_TYPE_CATEGORY - Static variable in interface org.eclipse.gef.palette.PaletteContainer
 
PALETTE_TYPE_GROUP - Static variable in interface org.eclipse.gef.palette.PaletteContainer
 
PALETTE_TYPE_ROOT - Static variable in interface org.eclipse.gef.palette.PaletteRoot
 
PALETTE_TYPE_UNKNOWN - Static variable in interface org.eclipse.gef.palette.PaletteEntry
 
PaletteContainer - interface org.eclipse.gef.palette.PaletteContainer.
Interface for a Palette Category
PaletteDrawerBorder - class org.eclipse.gef.ui.palette.PaletteDrawerBorder.
Deprecated. Warning, the look and feel of this border is subject to change without warning. It is intended to be use with the palette's default implementation or an implementation that preserves that look and feel.
PaletteDrawerBorder() - Constructor for class org.eclipse.gef.ui.palette.PaletteDrawerBorder
Deprecated.  
PaletteEditPartFactory - class org.eclipse.gef.ui.palette.PaletteEditPartFactory.
 
PaletteEditPartFactory() - Constructor for class org.eclipse.gef.ui.palette.PaletteEditPartFactory
 
PaletteEntry - interface org.eclipse.gef.palette.PaletteEntry.
 
PaletteEntryBorder - class org.eclipse.gef.ui.palette.PaletteEntryBorder.
 
PaletteEntryBorder() - Constructor for class org.eclipse.gef.ui.palette.PaletteEntryBorder
 
PaletteEvent - class org.eclipse.gef.palette.PaletteEvent.
Event sent with palette notifications.
PaletteEvent(Object) - Constructor for class org.eclipse.gef.palette.PaletteEvent
PaletteEvent with no entry.
PaletteEvent(Object, Object) - Constructor for class org.eclipse.gef.palette.PaletteEvent
PaletteEvent with a entry.
PaletteListener - interface org.eclipse.gef.palette.PaletteListener.
 
PaletteRoot - interface org.eclipse.gef.palette.PaletteRoot.
 
PaletteRootEditPart - class org.eclipse.gef.ui.palette.PaletteRootEditPart.
 
PaletteRootEditPart() - Constructor for class org.eclipse.gef.ui.palette.PaletteRootEditPart
 
PaletteScrollBar - class org.eclipse.gef.ui.palette.PaletteScrollBar.
 
PaletteScrollBar() - Constructor for class org.eclipse.gef.ui.palette.PaletteScrollBar
 
PaletteToolEntry - interface org.eclipse.gef.palette.PaletteToolEntry.
 
PaletteViewer - interface org.eclipse.gef.ui.palette.PaletteViewer.
 
PaletteViewerImpl - class org.eclipse.gef.ui.palette.PaletteViewerImpl.
 
PaletteViewerImpl() - Constructor for class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
PaletteViewerKeyHandler - class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler.
KeyHandler for the Palette.
PaletteViewerKeyHandler(PaletteViewer) - Constructor for class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler
 
partActivated(EditPart) - Method in interface org.eclipse.gef.EditPartListener
This method is currently never called by default.
partActivated(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
 
partDeactivated(EditPart) - Method in interface org.eclipse.gef.EditPartListener
This method is currently never called by default.
partDeactivated(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
 
performConditionalSelection() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Ensures that the source EditPart is selected.
performCreation(int) - Method in class org.eclipse.gef.tools.CreationTool
 
performDrag() - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
performDrag() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
performRequest(Request) - Method in interface org.eclipse.gef.EditPart
Performs the specified Request.
performRequest(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
performSelection() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
performSelection() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
primAddSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Performs the actual addition of a source connection.
primAddTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Performs the actual addition of a target connection.
PRIMARY_DRAG_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
PRIMARY_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
Identifies the layer containing the primary pieces of the application.
primGetSelectedEditParts() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
primRemoveSourceConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Performs the actual removal of a source connection.
primRemoveTargetConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Performs the actual removal of a target connection.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Adds selection handles to the Connection, if it is selected, when the points property changes.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.handles.ConnectionHandle
 
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.handles.BendpointHandle
Revalidates this handle when the connection's points change.
propertyChanged(Object, int) - Method in class org.eclipse.gef.ui.actions.SaveAction
Updates this action when the editor's state becomes dirty.
put(KeyStroke, IAction) - Method in class org.eclipse.gef.KeyHandler
 

R

reactivate() - Method in class org.eclipse.gef.tools.AbstractTool
Deactivates and then activates this tool.
ReconnectRequest - class org.eclipse.gef.requests.ReconnectRequest.
A Request to reconnect a connection.
ReconnectRequest() - Constructor for class org.eclipse.gef.requests.ReconnectRequest
Default constructor.
ReconnectRequest(Object) - Constructor for class org.eclipse.gef.requests.ReconnectRequest
Creates a ReconnectRequest with the given type.
redo() - Method in class org.eclipse.gef.commands.AbstractCommand
 
redo() - Method in class org.eclipse.gef.commands.CompoundCommand
redo the command.
redo() - Method in interface org.eclipse.gef.commands.CommandStack
This moves the top of the stack up, redoing the new top command.
redo() - Method in interface org.eclipse.gef.commands.Command
This will again perform the command activity required to redo the effect after undoing the effect.
redo() - Method in class org.eclipse.gef.commands.UnexecutableCommand
 
redo() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Executes the last undone Command.
RedoAction - class org.eclipse.gef.ui.actions.RedoAction.
An action to redo the last command.
RedoAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.RedoAction
Creates a RedoAction and associates it with the given editor.
refresh() - Method in interface org.eclipse.gef.EditPart
Called to force a refresh of all properties displayed by this EditPart.
refresh() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Refreshes all properties visually displayed by this EditPart.
refresh() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
refresh() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
refresh() - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Refreshes the properties of this action.
refresh() - Method in class org.eclipse.gef.ui.actions.RedoAction
Refreshes this action's text to use the last undone command's label.
refresh() - Method in class org.eclipse.gef.ui.actions.UndoAction
Refreshes this action's text to use the last executed command's label.
refresh() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
 
refreshChildren() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Refreshes the set of Children.
refreshChildren() - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
Sets the minimum preferred size of certain figures, as not doing so results in the figure's minimum size being its preferred sizes, or the preferred size of the scrollbar's which in-turn doesnt allow for compression.
refreshChildren() - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
 
refreshChildren() - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
 
refreshCursor() - Method in class org.eclipse.gef.tools.AbstractTool
Selects the appropriate cursor.
refreshCursor() - Method in class org.eclipse.gef.tools.SelectionTool
 
refreshDragSourceAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
refreshDropTargetAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
refreshSourceAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
refreshSourceConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Refreshes the set of Source Connections.
refreshTargetAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
refreshTargetConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Refreshes the set of Target Connections.
refreshVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Refreshes this part's visuals.
refreshVisuals() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
 
refreshVisuals() - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
 
refreshVisuals() - Method in class org.eclipse.gef.ui.palette.EntryEditPart
 
refreshVisuals(boolean) - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
Refreshes the FIgure for this part.
register() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Registers itself in the viewer's various registries.
register() - Method in class org.eclipse.gef.ui.palette.EntryEditPart
 
registerAccessibility() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
registerAccessibleEditPart(AccessibleEditPart) - Method in interface org.eclipse.gef.EditPartViewer
 
registerAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
registerAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
registerAction(IAction) - Method in class org.eclipse.gef.ui.actions.ActionRegistry
Register an action with this registry.
registerModel() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
registerVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
registerVisuals() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
RelativeHandleLocator - class org.eclipse.gef.handles.RelativeHandleLocator.
 
RelativeHandleLocator(IFigure, int) - Constructor for class org.eclipse.gef.handles.RelativeHandleLocator
 
releaseToolCapture() - Method in class org.eclipse.gef.tools.AbstractTool
Events will also be sent to the figures after this method is called.
relocate(CellEditor) - Method in interface org.eclipse.gef.tools.CellEditorLocator
 
relocate(IFigure) - Method in class org.eclipse.gef.handles.MoveHandleLocator
Sets the handle's bounds to that of its owner figure's bounds, expanded by the handle's Insets.
remove(KeyStroke) - Method in class org.eclipse.gef.KeyHandler
 
removeChild(EditPart) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Removes a child EditPart.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Before removing the child EditPart from the model structure in super, its Figure is removed from the graphical model.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
The child is finally removed through this method.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
This is where the child gets removed.
removeCommandStackListener(CommandStackListener) - Method in interface org.eclipse.gef.commands.CommandStack
This removes a previously added listener.
removeCommandStackListener(CommandStackListener) - Method in class org.eclipse.gef.commands.DefaultCommandStack
Removes the given CommandStackListener.
removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Removes the given TransferDragSourceListener from the list of listeners.
removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
removeDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Removes the given TransferDropTargetListener from the list of listeners.
removeDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
removeEditPartListener(EditPartListener) - Method in interface org.eclipse.gef.EditPart
Removes the first entry for that listener in the list of listeners.
removeEditPartListener(EditPartListener) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Removes a listener.
removeEditPolicy(Object) - Method in interface org.eclipse.gef.EditPart
Removes the EditPolicy for the given role, if found.
removeEditPolicy(Object) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Uninstalls the edit policy if present.
removeFeedback(IFigure) - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
 
removeFeedback(IFigure) - Method in class org.eclipse.gef.tools.AbstractTool
Removes the given figure from the feedback layer.
removeListener(ILabelProviderListener) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
removeNotify() - Method in class org.eclipse.gef.handles.AbstractHandle
 
removeNotify() - Method in class org.eclipse.gef.handles.ConnectionHandle
 
removeNotify() - Method in class org.eclipse.gef.handles.BendpointHandle
Removes this PropertyChangeListener from its owner figure.
removePaletteListener(PaletteListener) - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
removeSelectionHandles() - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
removeSelectionListener() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
removeSourceConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Removes the given connection for which this EditPart is the source.
removeTargetConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Removes the given connection for which this EditPart is the target.
removeViewer(EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Removes an already added viewer from the editor.
removeViewer(EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Adds an already added viewer from the editor.
removeViewer(EditPartViewer) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
 
removingChild(EditPart, int) - Method in interface org.eclipse.gef.EditPartListener
Called before a child EditPart is removed from its parent.
removingChild(EditPart, int) - Method in class org.eclipse.gef.EditPartListener.Stub
 
removingSourceConnection(ConnectionEditPart, int) - Method in interface org.eclipse.gef.NodeListener
Called prior to removing the connection from its source node.
removingTargetConnection(ConnectionEditPart, int) - Method in interface org.eclipse.gef.NodeListener
Called prior to removing the connection from its target node.
reorderChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Bubbles and EditPart forward into a lower index than it previously occupied.
reorderChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Reorders the child to be at the specified new position.
reorderSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Bubbles the given source ConnectionEditPart into a lower index than it previously occupied.
reorderTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Bubbles the given target ConnectionEditPart into a lower index than it previously occupied.
REQ_ADD - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_ALIGN - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_ALIGN_CHILD - Static variable in interface org.eclipse.gef.RequestConstants
Deprecated. use REQ_ALIGN_CHILDREN
REQ_ALIGN_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_ANCESTOR_DELETED - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_CONNECTION_END - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_CONNECTION_START - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_CREATE - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_CREATE_BENDPOINT - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_DELETE - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_DELETE_BENDPOINT - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_DELETE_DEPENDANT - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_DIRECT_EDIT - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_MOVE - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_MOVE_BENDPOINT - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_MOVE_CHILD - Static variable in interface org.eclipse.gef.RequestConstants
Deprecated. use REQ_MOVE_CHILDREN
REQ_MOVE_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_ORPHAN - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_ORPHAN_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_RECONNECT_END - Static variable in interface org.eclipse.gef.RequestConstants
Deprecated. use REQ_RECONNECT_TARGET
REQ_RECONNECT_SOURCE - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_RECONNECT_START - Static variable in interface org.eclipse.gef.RequestConstants
Deprecated. use REQ_RECONNECT_SOURCE
REQ_RECONNECT_TARGET - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_RESIZE - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_RESIZE_CHILD - Static variable in interface org.eclipse.gef.RequestConstants
Deprecated. use REQ_RESIZE_CHILDREN
REQ_RESIZE_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_SELECTION - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_SELECTION_HOVER - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_SOURCE_DELETED - Static variable in interface org.eclipse.gef.RequestConstants
 
REQ_TARGET_DELETED - Static variable in interface org.eclipse.gef.RequestConstants
 
Request - class org.eclipse.gef.Request.
Encapsulates the information EditParts need to perform various functions.
Request() - Constructor for class org.eclipse.gef.Request
 
Request(Object) - Constructor for class org.eclipse.gef.Request
Constructs a Request with the type type
RequestConstants - interface org.eclipse.gef.RequestConstants.
The constants used to identify typical requests.
resetFlags() - Method in class org.eclipse.gef.tools.AbstractTool
Resets the flags.
resetFlags() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
ResizableEditPolicy - class org.eclipse.gef.editpolicies.ResizableEditPolicy.
 
ResizableEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ResizableEditPolicy
 
ResizableHandleKit - class org.eclipse.gef.handles.ResizableHandleKit.
A set of utility methods to create Handles for the common locations on a figure's bounds.
ResizableHandleKit() - Constructor for class org.eclipse.gef.handles.ResizableHandleKit
 
ResizeHandle - class org.eclipse.gef.handles.ResizeHandle.
A Handle used to resize a GraphicalEditPart.
ResizeHandle(GraphicalEditPart, int) - Constructor for class org.eclipse.gef.handles.ResizeHandle
Creates a new ResizeHandle for the given GraphicalEditPart.
ResizeHandle(GraphicalEditPart, Locator, Cursor) - Constructor for class org.eclipse.gef.handles.ResizeHandle
Creates a new ResizeHandle for the given GraphicalEditPart.
ResizeTracker - class org.eclipse.gef.tools.ResizeTracker.
 
ResizeTracker(int) - Constructor for class org.eclipse.gef.tools.ResizeTracker
 
restoreOriginalConstraint() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Restores the original constraint that was saved before feedback began to show.
revertOldEditValue(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
RootComponentEditPolicy - class org.eclipse.gef.editpolicies.RootComponentEditPolicy.
The root component is not deletable.
RootComponentEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.RootComponentEditPolicy
 
RootEditPart - interface org.eclipse.gef.RootEditPart.
The top-level EditPart that bridges the gap between EditParts and their EditPartViewer.
RootTreeEditPart - class org.eclipse.gef.ui.parts.RootTreeEditPart.
 
RootTreeEditPart() - Constructor for class org.eclipse.gef.ui.parts.RootTreeEditPart
 
run() - Method in class org.eclipse.gef.ui.actions.DeleteAction
Performs the delete action on the selected objects.
run() - Method in class org.eclipse.gef.ui.actions.RedoAction
Redoes the last command.
run() - Method in class org.eclipse.gef.ui.actions.SaveAction
Saves the state of the associated editor.
run() - Method in class org.eclipse.gef.ui.actions.UndoAction
Undoes the last command.
run() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
run() - Method in class org.eclipse.gef.ui.actions.DirectEditAction
 
run() - Method in class org.eclipse.gef.ui.console.DebugGEFAction
 
run() - Method in class org.eclipse.gef.ui.stackview.CommandStackViewerAction
 

S

SaveAction - class org.eclipse.gef.ui.actions.SaveAction.
An action to save the editor's current state.
SaveAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.SaveAction
Creates a SaveAction and associates it with the given editor.
saveIndex - Variable in class org.eclipse.gef.commands.DefaultCommandStack
 
saveIsDone() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Flushes the undo and redo stacks.
saveOriginalConstraint() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Since the original figure is used for feedback, this method saves the original constraint, so that is can be restored when the feedback is erased.
ScrollingGraphicalViewer - class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer.
 
ScrollingGraphicalViewer() - Constructor for class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
 
select() - Method in class org.eclipse.gef.ui.palette.EntryEditPart
 
select(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
Replaces the current selection with the EditPart.
select(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
SELECTED - Static variable in interface org.eclipse.gef.EditPart
Used to indicate non-primary selection
SELECTED_NONE - Static variable in interface org.eclipse.gef.EditPart
Used to indicate no selection
SELECTED_PRIMARY - Static variable in interface org.eclipse.gef.EditPart
Used to indicate primary selection, or "Anchor" selection.
SelectEditPartTracker - class org.eclipse.gef.tools.SelectEditPartTracker.
 
SelectEditPartTracker(EditPart) - Constructor for class org.eclipse.gef.tools.SelectEditPartTracker
 
selectedStateChanged(EditPart) - Method in interface org.eclipse.gef.EditPartListener
Called when the selected state of an EditPart has changed.
selectedStateChanged(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
 
selection - Variable in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
SELECTION_FEEDBACK_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
SelectionAction - class org.eclipse.gef.ui.actions.SelectionAction.
Superclass for an action needing the current selection.
SelectionAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.SelectionAction
Creates a SelectionAction and associates it with the given editor.
SelectionAction(IEditorPart, int) - Constructor for class org.eclipse.gef.ui.actions.SelectionAction
Creates a SelectionAction and associates it with the given editor.
selectionChanged(IWorkbenchPart, ISelection) - Method in class org.eclipse.gef.ui.actions.SelectionAction
Updates the enable state depending on the current selection.
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
 
SelectionEditPolicy - class org.eclipse.gef.editpolicies.SelectionEditPolicy.
 
SelectionEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
SelectionHandlesEditPolicy - class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy.
 
SelectionHandlesEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
selectionListeners - Variable in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
SelectionRequest - class org.eclipse.gef.requests.SelectionRequest.
 
SelectionRequest() - Constructor for class org.eclipse.gef.requests.SelectionRequest
 
SelectionSynchronizer - class org.eclipse.gef.ui.parts.SelectionSynchronizer.
 
SelectionSynchronizer() - Constructor for class org.eclipse.gef.ui.parts.SelectionSynchronizer
 
SelectionTool - class org.eclipse.gef.tools.SelectionTool.
Tool to select and manipulate figures.
SelectionTool() - Constructor for class org.eclipse.gef.tools.SelectionTool
 
SEPARATOR - Static variable in class org.eclipse.gef.ui.actions.ActionBarContributor
 
setActionRegistry(ActionRegistry) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Sets the ActionRegistry for this EditorPart.
setActiveEditor(IEditorPart) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Sets the active editor and updates the global actions.
setAlignment(int) - Method in class org.eclipse.gef.requests.AlignmentRequest
 
setAlignmentRectangle(Rectangle) - Method in class org.eclipse.gef.requests.AlignmentRequest
 
setAnchor(ConnectionAnchor) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
 
setCapture(IFigure) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
setCellEditor(CellEditor) - Method in class org.eclipse.gef.requests.DirectEditRequest
 
setCellEditor(CellEditor) - Method in class org.eclipse.gef.tools.DirectEditManager
 
setChildren(List) - Method in class org.eclipse.gef.palette.DefaultPaletteContainer
 
setCommandName(String) - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
setCommandStack(CommandStack) - Method in class org.eclipse.gef.DefaultEditDomain
Sets the command stack of this Editor with the input stack given.
setConnection(Connection) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
 
setConnectionEditPart(ConnectionEditPart) - Method in class org.eclipse.gef.requests.ReconnectRequest
Sets the ConnectionEditPart to be reconnected.
setConnectionEditPart(ConnectionEditPart) - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
setConnectionEditPart(ConnectionEditPart) - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
setConsole(Text) - Static method in class org.eclipse.gef.GEF
 
setContents(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
Sets the Contents for this Viewer.
setContents(EditPart) - Method in interface org.eclipse.gef.RootEditPart
 
setContents(EditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
Sets the contents.
setContents(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setContents(EditPart) - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
Sets the contents.
setContents(EditPart) - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
 
setContents(Object) - Method in interface org.eclipse.gef.EditPartViewer
Creates an EditPart for the specified contents using this viewers Factory.
setContents(Object) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setContextMenuProvider(ContextMenuProvider) - Method in interface org.eclipse.gef.EditPartViewer
sets the ContextMenuProvider that will be used when the user invokes the context menu on the Viewer's control.
setContextMenuProvider(ContextMenuProvider) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setContributions(List) - Method in class org.eclipse.gef.requests.DeleteRequest
Sets the EditParts making the request.
setControl(Control) - Method in interface org.eclipse.gef.EditPartViewer
Optionally sets the control that the viewer should use.
setControl(Control) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setCurrentCommand(Command) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the current command.
setCurrentEvent(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Sets the current DropTargetEvent.
setCursor(Cursor) - Method in interface org.eclipse.gef.EditPartViewer
Sets the cursor for the viewer's control.
setCursor(Cursor) - Method in class org.eclipse.gef.tools.AbstractTool
Set the cursor on the argument to the not cursor Record the fact we have altered the cursor of this viewer so that when we are deactivated we can go back and set it to normal
setCursor(Cursor) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setCursor(Cursor) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
setCursor(Cursor) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
setDebugLabel(String) - Method in class org.eclipse.gef.commands.AbstractCommand
 
setDefault(boolean) - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
setDefaultCursor(Cursor) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the default cursor.
setDefaultTool(Tool) - Method in class org.eclipse.gef.DefaultEditDomain
Sets the default tool, which is used if the PaletteRoot has no default entry.
setDescription(String) - Method in class org.eclipse.gef.commands.AbstractCommand
 
setDescription(String) - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
setDirectEditFeature(Object) - Method in class org.eclipse.gef.requests.DirectEditRequest
 
setDirectEditRequest(Request) - Method in class org.eclipse.gef.ui.actions.DirectEditAction
 
setDirty(boolean) - Method in class org.eclipse.gef.tools.DirectEditManager
 
setDisabledCursor(Cursor) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the disabled cursor.
setDragCursor(Cursor) - Method in class org.eclipse.gef.handles.AbstractHandle
Sets the Cursor for the handle.
setDragTracker(DragTracker) - Method in class org.eclipse.gef.handles.AbstractHandle
 
setDragTracker(DragTracker) - Method in class org.eclipse.gef.tools.SelectionTool
 
setDropTarget(DropTarget) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Sets the dropTarget.
setEditDomain(DefaultEditDomain) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Sets the EditDomain for this EditorPart.
setEditDomain(EditDomain) - Method in interface org.eclipse.gef.EditPartViewer
Sets the EditDomain for this viewer.
setEditDomain(EditDomain) - Method in interface org.eclipse.gef.Tool
 
setEditDomain(EditDomain) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the EditDomain.
setEditDomain(EditDomain) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setEditDomain(EditDomain) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
setEditorPart(IEditorPart) - Method in class org.eclipse.gef.DefaultEditDomain
 
setEditorPart(IEditorPart) - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Sets the editor.
setEditPart(GraphicalEditPart) - Method in class org.eclipse.gef.tools.DirectEditManager
 
setEditPartFactory(EditPartFactory) - Method in interface org.eclipse.gef.EditPartViewer
 
setEditPartFactory(EditPartFactory) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setEditParts(EditPart) - Method in class org.eclipse.gef.requests.GroupRequest
A helper method to set the given EditPart as the requester.
setEditParts(List) - Method in class org.eclipse.gef.requests.GroupRequest
Sets the EditParts making this Request to the given List.
setExpanded(boolean) - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
 
setFactory(CreateRequest.Factory) - Method in class org.eclipse.gef.requests.CreateRequest
Sets the factory to be used when creating the new object.
setFactory(CreateRequest.Factory) - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
setFactory(CreateRequest.Factory) - Method in class org.eclipse.gef.tools.CreationTool
 
setFigure(IFigure) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Sets the Figure representing the graphical content of this.
setFixed(boolean) - Method in class org.eclipse.gef.handles.ConnectionHandle
 
setFlag(int, boolean) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Sets the value of the given flag to the appropriate value.
setFocus() - Method in class org.eclipse.gef.ui.console.DebugGEF
 
setFocus() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
setFocus() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
Sets focus to a part in the page.
setFocus() - Method in class org.eclipse.gef.ui.stackview.CommandStackInspectorPage
 
setFocus(boolean) - Method in interface org.eclipse.gef.EditPart
Tells the EditPart whether it is the focus owner.
setFocus(boolean) - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
setFocus(boolean) - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
setFocus(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
 
setFocus(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setGraphicalViewer(GraphicalViewer) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Sets the graphicalViewer for this EditorPart.
setHost(EditPart) - Method in interface org.eclipse.gef.EditPolicy
Sets the host in which this EditPolicy is installed.
setHost(EditPart) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
setHoverActive(boolean) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the hover flag to true.
setIndex(int) - Method in class org.eclipse.gef.handles.BendpointHandle
Sets the index.
setIndex(int) - Method in class org.eclipse.gef.requests.BendpointRequest
 
setIndex(int) - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
setInput(MouseEvent) - Method in class org.eclipse.gef.tools.AbstractTool.Input
Sets the mouse and keyboard input based on the MouseEvent.
setKeyHandler(KeyHandler) - Method in interface org.eclipse.gef.EditPartViewer
 
setKeyHandler(KeyHandler) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setLabel(String) - Method in class org.eclipse.gef.commands.AbstractCommand
 
setLabel(String) - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
setLabelStyle(byte) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
setLargeIcon(Image) - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
setLayoutConstraint(EditPart, IFigure, Object) - Method in interface org.eclipse.gef.GraphicalEditPart
A child can call this method to set the layout constraint for its figure.
setLayoutConstraint(EditPart, IFigure, Object) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
setListener(EditPartListener) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
setLocation(Point) - Method in class org.eclipse.gef.requests.LocationRequest
Sets the current location.
setLocation(Point) - Method in class org.eclipse.gef.requests.CreateRequest
Sets the location where the new object will be placed.
setLocation(Point) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Sets the location of the mouse pointer.
setLocator(CellEditorLocator) - Method in class org.eclipse.gef.tools.DirectEditManager
Sets the locator.
setLocator(Locator) - Method in class org.eclipse.gef.handles.AbstractHandle
 
setModel(Object) - Method in interface org.eclipse.gef.EditPart
Sets the model.
setModel(Object) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Set the primary model object that this EditPart represents.
setModifiers(int) - Method in class org.eclipse.gef.requests.SelectionRequest
 
setMouseButton(int, boolean) - Method in class org.eclipse.gef.tools.AbstractTool.Input
Sets mouse button # which to be pressed if state is true.
setMouseLocation(Point) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Deprecated.  
setMoveDelta(Point) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Sets the move delta.
setMovingStartAnchor(boolean) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
 
setOverrideCursor(Cursor) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
setOwner(GraphicalEditPart) - Method in class org.eclipse.gef.handles.AbstractHandle
 
setPaletteRoot(PaletteRoot) - Method in class org.eclipse.gef.DefaultEditDomain
Called to set the palette model for this Editor.
setPaletteRoot(PaletteRoot) - Method in interface org.eclipse.gef.ui.palette.PaletteViewer
 
setPaletteRoot(PaletteRoot) - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
setPaletteViewer(PaletteViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Sets the palette viewer to be used by the editor.
setPaletteViewer(PaletteViewer) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
 
setParent(EditPart) - Method in interface org.eclipse.gef.EditPart
Sets the parent.
setParent(EditPart) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Sets the parent EditPart.
setParent(EditPart) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
setParent(KeyHandler) - Method in class org.eclipse.gef.KeyHandler
 
setPrimary(boolean) - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Sets this border as primary if isPrimary is true.
setReference(IFigure) - Method in class org.eclipse.gef.handles.MoveHandleLocator
Sets the reference figure.
setResizeDirection(int) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Sets the direction the figure is being resized.
setRootEditPart(RootEditPart) - Method in interface org.eclipse.gef.EditPartViewer
Sets the root of this viewer.
setRootEditPart(RootEditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setRootEditPart(RootEditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
setRootFigure(IFigure) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
setRootFigure(IFigure) - Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
 
setRouteEventsToEditor(boolean) - Method in interface org.eclipse.gef.EditPartViewer
Turns on/off the routing of events directly to the Editor.
setRouteEventsToEditor(boolean) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setRouteEventsToEditor(boolean) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
setRouteEventsToEditor(boolean) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
setSelected(int) - Method in interface org.eclipse.gef.EditPart
Sets the selected state.
setSelected(int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
sets the selected state of this EditPart.
setSelected(int) - Method in class org.eclipse.gef.ui.palette.CategoryEditPart
 
setSelected(int) - Method in class org.eclipse.gef.ui.palette.EntryEditPart
 
setSelectedState(int) - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
setSelection(ISelection) - Method in class org.eclipse.gef.ui.actions.SelectionAction
Sets the current selection and calls on subclasses to handle the selectionChanged event.
setSelection(ISelection) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
This method will clear the current selection, and set the given ISelection as the current selection.
setSelection(ISelection) - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
setSelection(PaletteEntry) - Method in interface org.eclipse.gef.ui.palette.PaletteViewer
 
setSelection(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
 
setSite(IWorkbenchPartSite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
setSize(Dimension) - Method in class org.eclipse.gef.requests.CreateRequest
Sets the size of the new object.
setSizeDelta(Dimension) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Sets the size delta.
setSmallIcon(Image) - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
setSource(ConnectionEditPart) - Method in class org.eclipse.gef.requests.BendpointRequest
 
setSource(EditPart) - Method in interface org.eclipse.gef.ConnectionEditPart
Sets the source Editpart of this connection.
setSource(EditPart) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Sets the source EditPart of this connection.
setSourceEditPart(EditPart) - Method in class org.eclipse.gef.requests.CreateConnectionRequest
Sets the source of the Connection to the given EditPart.
setSourceEditPart(EditPart) - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
setStartCommand(Command) - Method in class org.eclipse.gef.requests.CreateConnectionRequest
Sets the Command to be executed.
setStartLocation(Point) - Method in class org.eclipse.gef.tools.AbstractTool
 
setState(int) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the tool state.
setTarget(EditPart) - Method in interface org.eclipse.gef.ConnectionEditPart
Sets the target EditPart of this connection.
setTarget(EditPart) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Sets the target EditPart of this connection.
setTargetEditPart(EditPart) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Sets the target EditPart.
setTargetEditPart(EditPart) - Method in class org.eclipse.gef.requests.ReconnectRequest
 
setTargetEditPart(EditPart) - Method in interface org.eclipse.gef.requests.TargetRequest
 
setTargetEditPart(EditPart) - Method in class org.eclipse.gef.requests.CreateConnectionRequest
 
setTargetEditPart(EditPart) - Method in class org.eclipse.gef.tools.TargetingTool
 
setTargetRequest(Request) - Method in class org.eclipse.gef.tools.TargetingTool
 
setTool(Tool) - Method in class org.eclipse.gef.DefaultEditDomain
Set the current tool for the editor.
setTool(Tool) - Method in interface org.eclipse.gef.EditDomain
Sets the active Tool for this EditDomain.
setTool(Tool) - Method in class org.eclipse.gef.palette.DefaultPaletteToolEntry
 
setToolCapture() - Method in class org.eclipse.gef.tools.AbstractTool
Captures all events and sends them to the tool.
setTransfer(Transfer) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Sets the Tranfer type that this listener can handle.
setTransfer(Transfer) - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Sets the Transfer that this listener can handle.
setType(Object) - Method in class org.eclipse.gef.Request
Sets the type of the request
setType(Object) - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
setType(Object) - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
setUnloadWhenFinished(boolean) - Method in class org.eclipse.gef.tools.AbstractTool
Setting this to true will cause the tool to be unloaded after one operation has finished
setViewer(EditPartViewer) - Method in interface org.eclipse.gef.RootEditPart
Sets the viewer.
setViewer(EditPartViewer) - Method in interface org.eclipse.gef.Tool
 
setViewer(EditPartViewer) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Sets the EditPartViewer.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Sets the EditPartViewer that is the source of the drag.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the viewer to the given EditPartViewer.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Sets the EditPartViewer.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
Sets the viewer.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
Sets the viewer.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
Set the viewer that this root view object lives in.
setWidget(Widget) - Method in interface org.eclipse.gef.TreeEditPart
 
setWidget(Widget) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Sets the Widget of this, after which the entire EditPart is updated.
setWidget(Widget) - Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
 
setWidgetImage(Image) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Sets the image of a TreeItem (Widget) of this with the one given as input.
setWidgetText(String) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Sets the test of a TreeItem (Widget) of this with the text given as input.
SharedCursors - class org.eclipse.gef.SharedCursors.
 
SharedCursors() - Constructor for class org.eclipse.gef.SharedCursors
 
SharedImageConstants - interface org.eclipse.gef.SharedImageConstants.
Contains constants used in conjunction with GEFPlugin.
shouldInitialize() - Method in class org.eclipse.gef.editparts.AbstractEditPart
determines whether AbstractEditPart.doInitialize() should be called.
shouldInitialize() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Updates this EditPart.
shouldInitialize() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
shouldInitialize() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Determines if the Editpart has the necessary information to initialize
show() - Method in class org.eclipse.gef.tools.DirectEditManager
 
showChangeBoundsFeedback(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Display feedback to indicate that the receiver object is being dragged.
showConnectionMoveFeedback(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
showCreateBendpointFeedback(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Shows feedback when a bendpoint is being created.
showCreationFeedback(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
showCurrentEditValue(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
showDeleteBendpointFeedback(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Shows feedback when a bendpoint is being deleted.
showDirectEditFeedback(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
showDragTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
showDragTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
showFeedback() - Method in class org.eclipse.gef.tools.DirectEditManager
 
showFocus() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
showFocus() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
showFocus() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
showHoverFeedback() - Method in class org.eclipse.gef.tools.SelectionTool
 
showMoveBendpointFeedback(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Shows feedback when a bendpoint is being moved.
showPrimarySelection() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
showSelection() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
showSelection() - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
showSizeOnDropFeedback(CreateRequest) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
showSizeOnDropFeedback(CreateRequest) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
showSourceFeedback() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Show the source drag feedback for the drag occurring within the viewer.
showSourceFeedback() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
showSourceFeedback() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
showSourceFeedback() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
showSourceFeedback(Request) - Method in interface org.eclipse.gef.EditPolicy
Shows or updates source feedback if the receiver works with the request type.
showSourceFeedback(Request) - Method in interface org.eclipse.gef.EditPart
Shows or updates source feedback for the given request.
showSourceFeedback(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Shows source feedback for the given Request.
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Shows feedback, when appropriate.
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
 
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
showTargetConnectionFeedback(DropRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
showTargetFeedback() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Asks the target EditPart to show target feedback if it is not null.
showTargetFeedback() - Method in class org.eclipse.gef.tools.TargetingTool
 
showTargetFeedback(Request) - Method in interface org.eclipse.gef.EditPolicy
Shows or updates target feedback if the receiver works with the request type.
showTargetFeedback(Request) - Method in interface org.eclipse.gef.EditPart
Shows or updates target feedback for the given request.
showTargetFeedback(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Shows target feedback for the given Request.
showTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
showTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
showTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
showTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
 
SimpleDragTracker - class org.eclipse.gef.tools.SimpleDragTracker.
A tool that interacts with one or more sources only.
SimpleDragTracker() - Constructor for class org.eclipse.gef.tools.SimpleDragTracker
Null constructor.
size() - Method in class org.eclipse.gef.commands.CompoundCommand
 
SIZEALL_CURSOR - Static variable in class org.eclipse.gef.handles.NonResizableHandleKit
 
SliderPaletteEditPart - class org.eclipse.gef.ui.palette.SliderPaletteEditPart.
 
SliderPaletteEditPart(PaletteRoot) - Constructor for class org.eclipse.gef.ui.palette.SliderPaletteEditPart
 
sourceConnectionAdded(ConnectionEditPart, int) - Method in interface org.eclipse.gef.NodeListener
Called after the connection has been added to its source node.
sourceConnections - Variable in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
SOUTH_CURSOR - Static variable in class org.eclipse.gef.handles.ResizableHandleKit
 
SOUTHEAST_CURSOR - Static variable in class org.eclipse.gef.handles.ResizableHandleKit
 
SOUTHWEST_CURSOR - Static variable in class org.eclipse.gef.handles.ResizableHandleKit
 
SquareHandle - class org.eclipse.gef.handles.SquareHandle.
A square handle.
SquareHandle() - Constructor for class org.eclipse.gef.handles.SquareHandle
 
SquareHandle(GraphicalEditPart, Locator) - Constructor for class org.eclipse.gef.handles.SquareHandle
Creates a SquareHandle for the given GraphicalEditPart using the given Locator.
SquareHandle(GraphicalEditPart, Locator, Cursor) - Constructor for class org.eclipse.gef.handles.SquareHandle
Creates a SquareHandle for the given GraphicalEditPart with the given Cursor using the given Locator.
stack - Variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
StackAction - class org.eclipse.gef.ui.actions.StackAction.
Superclass for actions needing access to the stack.
StackAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.StackAction
Creates a StackAction and associates it with the given editor.
STATE_ACCESSIBLE_DRAG - Static variable in class org.eclipse.gef.tools.AbstractTool
 
STATE_ACCESSIBLE_DRAG_IN_PROGRESS - Static variable in class org.eclipse.gef.tools.AbstractTool
 
STATE_CONNECTION_STARTED - Static variable in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
STATE_DRAG - Static variable in class org.eclipse.gef.tools.AbstractTool
 
STATE_DRAG_IN_PROGRESS - Static variable in class org.eclipse.gef.tools.AbstractTool
 
STATE_INITIAL - Static variable in class org.eclipse.gef.tools.AbstractTool
 
STATE_INVALID - Static variable in class org.eclipse.gef.tools.AbstractTool
 
STATE_TERMINAL - Static variable in class org.eclipse.gef.tools.AbstractTool
 
STATE_TRAVERSE_HANDLE - Static variable in class org.eclipse.gef.tools.SelectionTool
 
stateTransition(int, int) - Method in class org.eclipse.gef.tools.AbstractTool
This method attempts to transistion the tool from state start to state end and returns true if successful.
storeOldEditValue(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
StrokePointList - class org.eclipse.gef.editpolicies.StrokePointList.
 
StrokePointList() - Constructor for class org.eclipse.gef.editpolicies.StrokePointList
 
style - Variable in class org.eclipse.gef.ui.actions.EditorPartAction
A style bitmask.

T

targetConnectionAdded(ConnectionEditPart, int) - Method in interface org.eclipse.gef.NodeListener
 
targetConnections - Variable in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
TargetingTool - class org.eclipse.gef.tools.TargetingTool.
 
TargetingTool() - Constructor for class org.eclipse.gef.tools.TargetingTool
 
TargetRequest - interface org.eclipse.gef.requests.TargetRequest.
 
text - Variable in class org.eclipse.gef.ui.console.DebugGEF
 
ToDo() - Static method in class org.eclipse.gef.GEF
 
tool - Variable in class org.eclipse.gef.palette.DefaultPaletteToolEntry
 
Tool - interface org.eclipse.gef.Tool.
Generates Requests or other high-level interpretations of raw event data.
toolbarActions - Variable in class org.eclipse.gef.ui.actions.ActionBarContributor
A list of actions that will be on the toolbar.
ToolUtilities - class org.eclipse.gef.tools.ToolUtilities.
 
ToolUtilities() - Constructor for class org.eclipse.gef.tools.ToolUtilities
 
toString() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Describes this EditPart for developmental debugging purposes.
toString() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
toString() - Method in class org.eclipse.gef.palette.DefaultPaletteEntry
 
toString() - Method in class org.eclipse.gef.palette.DefaultPaletteContainer
 
toString() - Method in class org.eclipse.gef.palette.DefaultPaletteRoot
 
TransferDragSourceListener - interface org.eclipse.gef.dnd.TransferDragSourceListener.
A DragSourceListener that can handle one type of Transfer.
TransferDropTargetListener - interface org.eclipse.gef.dnd.TransferDropTargetListener.
A DropTargetListener that can handle one type of Transfer.
translateToFigureConstraint(Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Deprecated. This is never used.
translateToModelConstraint(Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Converts a constraint from the format used by LayoutManagers, to the form stored in the model.
TREE_CONTAINER_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
 
TreeContentProvider - class org.eclipse.gef.ui.stackview.TreeContentProvider.
 
TreeContentProvider(CommandStack) - Constructor for class org.eclipse.gef.ui.stackview.TreeContentProvider
 
TreeEditPart - interface org.eclipse.gef.TreeEditPart.
 
TreeLabelProvider - class org.eclipse.gef.ui.stackview.TreeLabelProvider.
 
TreeLabelProvider(CommandStack) - Constructor for class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
TreeViewer - class org.eclipse.gef.ui.parts.TreeViewer.
 
TreeViewer() - Constructor for class org.eclipse.gef.ui.parts.TreeViewer
The constructor.

U

undecorateChild(EditPart) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
undecorateChildren() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
understandsRequest(Request) - Method in interface org.eclipse.gef.EditPolicy
 
understandsRequest(Request) - Method in interface org.eclipse.gef.EditPart
Returns true if editpart understands the given Request.
understandsRequest(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns true if this EditPart understand the given Request.
understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
 
understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
undo() - Method in class org.eclipse.gef.commands.AbstractCommand
 
undo() - Method in class org.eclipse.gef.commands.CompoundCommand
Undo the command.
undo() - Method in class org.eclipse.gef.commands.ForwardUndoCompoundCommand
Undo the command.
undo() - Method in interface org.eclipse.gef.commands.CommandStack
This moves the top of the stack down, undoing what was formerly the top command.
undo() - Method in interface org.eclipse.gef.commands.Command
This will perform the command activity required to undo the effects of a preceding execute (or redo).
undo() - Method in class org.eclipse.gef.commands.DefaultCommandStack
Undoes the last executed Command.
UndoAction - class org.eclipse.gef.ui.actions.UndoAction.
An action to undo the last command.
UndoAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.UndoAction
Creates an UndoAction and associates it with the given editor.
UnexecutableCommand - class org.eclipse.gef.commands.UnexecutableCommand.
This class provides a singleton UnexecutableCommand.INSTANCE that cannot execute.
unhookControl() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
unhookControl() - Method in class org.eclipse.gef.ui.parts.TreeViewer
Unhooks a control so that it can be reset.
unhookEditorPart() - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Remove any needed listeners.
unhookEditorPart() - Method in class org.eclipse.gef.ui.actions.StackAction
Removes this CommandStackListener from the CommandStack.
unhookEditorPart() - Method in class org.eclipse.gef.ui.actions.SelectionAction
Removes this selection listener from the selection service.
unhookEditorPart() - Method in class org.eclipse.gef.ui.actions.SaveAction
Removes this action from the editor's list of IPropertyListeners.
unhookListeners() - Method in class org.eclipse.gef.tools.DirectEditManager
 
unload() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Erases target feedback and sets the request to null.
unloadWhenFinished() - Method in class org.eclipse.gef.tools.AbstractTool
Returns true if the tool is set to unload when its current operation is complete.
unlockTargetEditPart() - Method in class org.eclipse.gef.tools.TargetingTool
 
unregister() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Undoes any registration performed by AbstractEditPart.register().
unregister() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
unregister() - Method in class org.eclipse.gef.ui.palette.EntryEditPart
 
unregisterAccessibility() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
unregisterAccessibleEditPart(AccessibleEditPart) - Method in interface org.eclipse.gef.EditPartViewer
 
unregisterAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
unregisterAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
unregisterModel() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
unwrap() - Method in class org.eclipse.gef.commands.CompoundCommand
This returns one of three things: UnexecutableCommand.INSTANCE, if there are no commands, the one command, if there is exactly one command, or this, if there are multiple commands; this command is CompoundCommand.dispose()d in the first two cases.
up - Static variable in class org.eclipse.gef.ui.palette.ImageConstants
 
update(ConnectionAnchor, Point) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
 
updateDownLabel() - Method in class org.eclipse.gef.ui.palette.PaletteScrollBar
 
updateHoverRequest() - Method in class org.eclipse.gef.tools.SelectionTool
 
updateSourceRequest() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Updates the source request.
updateSourceRequest() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
updateSourceRequest() - Method in class org.eclipse.gef.tools.ResizeTracker
 
updateTargetEditPart() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the target EditPart.
updateTargetRequest() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Subclasses should implement this to update the target Request.
updateTargetRequest() - Method in class org.eclipse.gef.tools.TargetingTool
 
updateTargetRequest() - Method in class org.eclipse.gef.tools.SelectionTool
 
updateTargetRequest() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
updateTargetRequest() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
updateTargetRequest() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
updateTargetRequest() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
updateTargetRequest() - Method in class org.eclipse.gef.tools.CreationTool
 
updateTargetUnderMouse() - Method in class org.eclipse.gef.tools.TargetingTool
Returns true if the target has changed.
updateUpLabel() - Method in class org.eclipse.gef.ui.palette.PaletteScrollBar
 
upGrayed - Static variable in class org.eclipse.gef.ui.palette.ImageConstants
 
upLabel - Variable in class org.eclipse.gef.ui.palette.PaletteScrollBar
 
upPressed - Static variable in class org.eclipse.gef.ui.palette.ImageConstants
 

V

validate() - Method in class org.eclipse.gef.handles.AbstractHandle
 
validate() - Method in class org.eclipse.gef.handles.NonResizableHandle
Updates the handle's color by setting the border's primary attribute.
viewer - Variable in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
 
viewer - Variable in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
 
viewer - Variable in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
viewer - Variable in class org.eclipse.gef.ui.stackview.CommandStackViewerAction
 
viewerEntered(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Called when the mouse has entered a viewer that the editor controls.
viewerEntered(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when the mouse Enters a viewer from this domain.
viewerEntered(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
 
viewerEntered(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles the mouse entering a viewer.
viewerExited(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.DefaultEditDomain
Called when the mouse has exited a viewer that the editor controls.
viewerExited(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.EditDomain
Called when the mouse Exits a viewer from this domain.
viewerExited(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
 
viewerExited(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles the mouse exiting a viewer.
ViewportExposeHelper - class org.eclipse.gef.editparts.ViewportExposeHelper.
 
ViewportExposeHelper(GraphicalEditPart) - Constructor for class org.eclipse.gef.editparts.ViewportExposeHelper
 

W

WEST_CURSOR - Static variable in class org.eclipse.gef.handles.ResizableHandleKit
 
widget - Variable in class org.eclipse.gef.editparts.AbstractTreeEditPart
 

X

XYLayoutEditPolicy - class org.eclipse.gef.editpolicies.XYLayoutEditPolicy.
 
XYLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 

Y

yesIcon - Static variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 

A B C D E F G H I K L M N O P R S T U V W X Y
GEF v2.0