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

G

GEF - class org.eclipse.gef.GEF.
This is an internal class used for debugging
GEF() - Constructor for class org.eclipse.gef.GEF
 
GEFActionConstants - class org.eclipse.gef.ui.actions.GEFActionConstants.
Defines the names of those actions which are preregistered with the GraphicalEditor.
GEFActionConstants() - Constructor for class org.eclipse.gef.ui.actions.GEFActionConstants
 
GEFPlugin - class org.eclipse.gef.GEFPlugin.
 
GEFPlugin(IPluginDescriptor) - Constructor for class org.eclipse.gef.GEFPlugin
Creates the singleton instance of the GEF plugin.
getAccessibilityDispatcher() - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
Lazily creates and returns the accessibility dispatcher.
getAccessibleEditPart() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns the AccessibleEditPart adapter for this EditPart.
getAccessibleHandleLocations() - Method in interface org.eclipse.gef.AccessibleHandleProvider
Returns a list of Points in absolute coordinates where Handles are located.
getAccessibleLocation() - Method in interface org.eclipse.gef.Handle
Returns an optional accessibility Point.
getAccessibleLocation() - Method in class org.eclipse.gef.handles.MoveHandle
Returns a point along the right edge of the handle.
getAccessibleLocation() - Method in class org.eclipse.gef.handles.AbstractHandle
By default, the center of the handle is returned.
getAction(Object) - Method in class org.eclipse.gef.ui.actions.ActionRegistry
Returns null or the IAction with the given key.
getAction(String) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Retrieves an action from the action registry using the given ID.
getActionRegistry() - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
returns this contributor's ActionRegsitry.
getActionRegistry() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Lazily creates and returns the action registry.
getActions() - Method in class org.eclipse.gef.ui.actions.ActionRegistry
Returns an Iterator over all the actions.
getActiveTool() - Method in class org.eclipse.gef.EditDomain
Returns the active Tool
getActiveTool() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
getAdapter(Class) - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 
getAdapter(Class) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Extends AbstractEditPart.getAdapter(Class) to handle additional adapter types.
getAdapter(Class) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns the specified adapter if recognized, for example: IPropertySource.
getAdapter(Class) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
AbstractConnectionEditPart extends getAdapter() to overrides the AbstractConnectionEditPart.DefaultAccessibleAnchorProvider adapter returned by the superclass.
getAdapter(Class) - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
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.TreeContainerEditPolicy
Returns a Command for adding the children to the container.
getAddCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
Override to contribute to add requests.
getAddCommand(Request) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
This method is overridden from the superclass to calculate the index at which the children should be added.
getAddCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Override to return the Command to perform an ADD.
getAddCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Overrides getAddCommand() to generate the proper constraint for each child being added.
getAlignChildrenCommand(AlignmentRequest) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Returns the command to align a group of children.
getAlignCommand(AlignmentRequest) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Returns the command contribution to an alignment request
getAlignment() - Method in class org.eclipse.gef.requests.AlignmentRequest
Returns the alignment.
getAlignmentRectangle() - Method in class org.eclipse.gef.requests.AlignmentRequest
Returns the rectangle used to align the edit part with.
getAutoCollapseSetting() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Returns the current auto-collapse setting.
getAutoCollapseSetting() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
getBorderColor() - Method in class org.eclipse.gef.handles.SquareHandle
Returns the color for the outside of the handle.
getBorderColor() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated. Returns the outline color based on what is returned by CornerTriangleBorder.isPrimary().
getButton(int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Returns the Button with the given id; or null if none was found.
getButton(int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Returns the Button with the given id; or null if none was found.
getCellEditor() - Method in class org.eclipse.gef.requests.DirectEditRequest
Returns the cell editor used to perform the direct edit.
getCellEditor() - Method in class org.eclipse.gef.tools.DirectEditManager
Returns the cell editor.
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 List of children EditParts.
getChildren() - Method in class org.eclipse.gef.commands.CompoundCommand
This is useful when implementing ITreeContentProvider.getChildren(Object) to display the Command's nested structure.
getChildren() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getChildren() - Method in class org.eclipse.gef.palette.PaletteContainer
 
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
 
getCommand() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the current command from the target EditPart.
getCommand() - Method in class org.eclipse.gef.tools.TargetingTool
Queries the target editpart for a command.
getCommand() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getCommand() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Asks each edit part in the operation set to contribute to a CompoundCommand after first setting the request type to either RequestConstants.REQ_MOVE or RequestConstants.REQ_ORPHAN, depending on the result of DragEditPartsTracker.isMove().
getCommand() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
Obtains a new command from the connection.
getCommand() - Method in class org.eclipse.gef.tools.AbstractTool
Returns a new, updated command based on the tools current properties.
getCommand(Request) - Method in interface org.eclipse.gef.EditPolicy
Returns the Command contribution for the given Request, or null.
getCommand(Request) - Method in interface org.eclipse.gef.EditPart
Returns the Command to perform the specified Request or null.
getCommand(Request) - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
The RootEditPart should never be asked for a command.
getCommand(Request) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
 
getCommand(Request) - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated. Returns the unexecutable command.
getCommand(Request) - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
The RootEditPart should never be asked for a command.
getCommand(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Subclasses should rarely extend this method.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Factors incoming requests into various specific methods.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Factors the request into one of four abstract methods.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
Overridden to check for add, create, and orphan.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Factors out RESIZE and ALIGN requests, otherwise calls super.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
Factors the incoming Request into ORPHANs and DELETEs.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Factors the Request into either a MOVE, a DELETE, or a CREATE of a bendpoint.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Returns null by default.
getCommandName() - Method in class org.eclipse.gef.tools.SelectionTool
 
getCommandName() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
getCommandName() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.CreationTool
 
getCommandName() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the identifier of the command that is being sought.
getCommandName() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
getCommands() - Method in class org.eclipse.gef.commands.CompoundCommand
 
getCommands() - Method in class org.eclipse.gef.commands.CommandStack
 
getCommandStack() - Method in class org.eclipse.gef.EditDomain
Returns the CommandStack.
getCommandStack() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Returns the editor's command stack.
getCommandStack() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the command stack.
getConnection() - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
Returns the connection being used to show feedback.
getConnection() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
Convenience method for obtaining the host's Connection figure.
getConnection() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Convenience method for obtaining the host's Connection figure.
getConnection() - Method in class org.eclipse.gef.handles.ConnectionHandle
Convenience method to return the owner's figure typed as Connection.
getConnection() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Returns the ConnectionEditPart's figure.
getConnection() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
Convenience method to obtain the connection editpart's connection figure.
getConnectionCompleteCommand(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Returns the Command that will create the connection.
getConnectionCreateCommand(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Returns the Command that represents the first half of creating a connection.
getConnectionEditPart() - Method in class org.eclipse.gef.requests.ReconnectRequest
Returns the ConnectionEditPart to be reconnected.
getConnectionEditPart() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Returns the ConnectionEditPart.
getConnectionEditPart() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
Returns the connection editpart on which the tracker operates.
getConnectionFigure() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Convenience method for casting this GraphicalEditPart's Figure to a Connection
getConstraintFor(ChangeBoundsRequest, GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Overridden to prevent sizes from becoming too small, and to prevent preferred sizes from getting lost.
getConstraintFor(ChangeBoundsRequest, GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Generates a draw2d constraint object derived from the specified child EditPart using the provided Request.
getConstraintFor(CreateRequest) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Generates a draw2d constraint for the given CreateRequest.
getConstraintFor(Point) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Returns a Rectangle at the given Point with width and height of -1.
getConstraintFor(Point) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Generates a draw2d constraint given a Point.
getConstraintFor(Rectangle) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Returns a new Rectangle equivalent to the passed Rectangle.
getConstraintFor(Rectangle) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Generates a draw2d constraint given a Rectangle.
getContentPane() - Method in interface org.eclipse.gef.GraphicalEditPart
The Figure into which childrens' Figures will be added.
getContentPane() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
The contents' Figure will be added to the PRIMARY_LAYER.
getContentPane() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated. Returns the primary layer, which will parent the contents editpart.
getContentPane() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
The contents' Figure will be added to the PRIMARY_LAYER.
getContentPane() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
If the children's Figures should be
getContents() - Method in interface org.eclipse.gef.RootEditPart
Returns the contents EditPart.
getContents() - Method in interface org.eclipse.gef.EditPartViewer
Returns the contents of this Viewer.
getContents() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
 
getContents() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
 
getContents() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
getContents() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 
getContents() - Method in class org.eclipse.gef.ui.actions.Clipboard
Returns the current contents of the clipboard.
getContents() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getContextMenu() - Method in interface org.eclipse.gef.EditPartViewer
Returns null or the MenuManager for this viewer.
getContextMenu() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getControl() - Method in interface org.eclipse.gef.EditPartViewer
Returns the SWT Control for this viewer.
getControl() - Method in interface org.eclipse.gef.ui.palette.customize.EntryPage
Returns the Panel (Control) that has the properties of the entry.
getControl() - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
 
getControl() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
getControl() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
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.TreeContainerEditPolicy
Returns a Command for creating the object inside the container.
getCreateCommand(CreateRequest) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Returns the Command to perform a create.
getCreateCommand(CreateRequest) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
Clients must implement to contribute to create requests.
getCreateRequest() - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
A helper method that casts the target Request to a CreateRequest.
getCreateRequest() - Method in class org.eclipse.gef.tools.CreationTool
Cast the target request to a CreateRequest and returns it.
getCurrentCommand() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the currently cached command.
getCurrentConstraintFor(GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Retrieves the child's current constraint from the LayoutManager.
getCurrentEvent() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the current DropTargetEvent.
getCurrentInput() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the input object encapsulating the current mouse and keyboard state.
getCurrentViewer() - Method in class org.eclipse.gef.tools.AbstractTool
Return the viewer that the tool is currently receiving input from, or null.
getCustomizer() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
getCustomizer() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
 
getCustomizerDialog() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
NOTE: A PaletteCustomizer must be set for this viewer using the PaletteViewer.setCustomizer(PaletteCustomizer) method before this method is invoked.
getDebugLabel() - Method in class org.eclipse.gef.commands.ForwardUndoCompoundCommand
 
getDebugLabel() - Method in class org.eclipse.gef.commands.Command
 
getDebugName() - Method in class org.eclipse.gef.tools.SelectionTool
 
getDebugName() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
getDebugName() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.CreationTool
 
getDebugName() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the debug name for this tool.
getDebugName() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
getDebugNameForState(int) - Method in class org.eclipse.gef.tools.SelectionTool
 
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.AbstractConnectionCreationTool
 
getDefault() - Static method in class org.eclipse.gef.GEFPlugin
Gets the plugin singleton.
getDefault() - Static method in class org.eclipse.gef.ui.actions.Clipboard
Returns the default clipboard.
getDefaultAction(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getDefaultAction(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getDefaultCursor() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getDefaultCursor() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the cursor used under normal conditions.
getDefaultEntry() - Method in class org.eclipse.gef.palette.PaletteRoot
 
getDefaultTool() - Method in class org.eclipse.gef.EditDomain
Returns the default tool for this edit domain.
getDelegatingDragAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Returns null or the DelegatingDragAdapater.
getDelegatingDropAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Returns null or the DelegatingDropAdapater.
getDeleteBendpointCommand(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Implement this method to return a Command that will delete a bendpoint.
getDeleteCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEditPolicy
Subclasses should implement to return the Command to delete the connection.
getDeleteCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
Combines the DELETE contribution from this class and the parent.
getDeleteDependantCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Returns the Command to delete a child.
getDescription() - Method in class org.eclipse.gef.palette.PaletteEntry
 
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
Returns the Command to perform the direct edit.
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
Returns the direct edit request, creating it if needed.
getDirectEditRequest() - Method in class org.eclipse.gef.ui.actions.DirectEditAction
Returns the Request being used.
getDisabledCursor() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the cursor used under abnormal conditions.
getDomain() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the EditDomain.
getDragCursor() - Method in class org.eclipse.gef.handles.AbstractHandle
Deprecated. use getCursor()
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
Returns null or the DragSource.
getDragSourceFeedbackFigure() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Lazily creates and returns the feedback figure used during drags.
getDragTracker() - Method in interface org.eclipse.gef.Handle
Returns the DragTracker for dragging this Handle.
getDragTracker() - Method in class org.eclipse.gef.handles.AbstractHandle
Returns the drag tracker to use when the user clicks on this handle.
getDragTracker() - Method in class org.eclipse.gef.tools.SelectionTool
Returns the current drag tracker.
getDragTracker(Request) - Method in interface org.eclipse.gef.EditPart
Returns a DragTracker for dragging this EditPart.
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Should not be called, but returns a MarqeeDragTracker for good measure.
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
This method will never be called on a tree root.
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated. Should never be called.
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Should not be called, but returns a MarqeeDragTracker for good measure.
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
 
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Overridden to return a default DragTracker for GraphicalEditParts.
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
getDrawer() - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
Convenience method that provides access to the PaletteDrawer.
getDrawerType() - Method in class org.eclipse.gef.palette.PaletteDrawer
 
getDropLocation() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the current mouse location, as a Point.
getDropTarget() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Returns null or the DropTarget.
getEditDomain() - Method in interface org.eclipse.gef.EditPartViewer
Returns the EditDomain to which this viewer belongs.
getEditDomain() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the edit domain.
getEditDomain() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
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
Returns the source edit part.
getEditPartFactory() - Method in interface org.eclipse.gef.EditPartViewer
Returns the EditPartFactory for this viewer.
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
 
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.
getEntry() - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Provides sub-classes with access to the entry this class is monitoring.
getEntryPage(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Returns the EntryPage for the given PaletteEntry.
getEventDispatcher() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Deprecated. This method should not be called by subclasses
getEventListeners(Class) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns an iterator for the specified type of listener
getExclusionSet() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns a Collection of EditParts that are to be excluded when searching for the target EditPart.
getExclusionSet() - Method in class org.eclipse.gef.tools.TargetingTool
Returns a List of objects that should be excluded as potential targets for the operation.
getExclusionSet() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Returns a list of all the edit parts in the operation set, plus the ConnectionLayer.
getExclusionSet() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
getFactory() - Method in class org.eclipse.gef.requests.CreateRequest
Returns the CreationFactory for this request.
getFactory() - Method in class org.eclipse.gef.tools.CreationTool
Returns the creation factory used to create the new EditParts.
getFactory() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Returns the creation factory that will be used with the create connection request.
getFactory(Object) - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
Returns the appropriate Factory object to be used for the specified template.
getFeedbackHelper(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Returns the FeedbackHelper that is ready to use.
getFeedbackHelper(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
Lazily creates and returns the feedback helper for the given request.
getFeedbackIndexFor(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
getFigure() - Method in interface org.eclipse.gef.GraphicalEditPart
Returns the primary Figure representing this GraphicalEditPart.
getFigure() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
The default implementation calls AbstractGraphicalEditPart.createFigure() if the figure is currently null.
getFigureCanvas() - Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
Convenience method which types the control as a FigureCanvas.
getFillColor() - Method in class org.eclipse.gef.handles.SquareHandle
Returns the color for the inside of the handle.
getFillColor() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated. 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.
getFlag(int) - Method in class org.eclipse.gef.util.FlagSupport
Returns true the flag (or one of the flags) indicated by the given bitmask is set to true.
getFocus(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getFocusEditPart() - Method in interface org.eclipse.gef.EditPartViewer
Returns the focus EditPart.
getFocusEditPart() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getFontData() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
 
getFontData() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
getGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the graphical viewer.
getHandleBounds() - Method in interface org.eclipse.gef.handles.HandleBounds
Returns the Rectangle around which handles are to be placed.
getHelp(AccessibleEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getHelp(AccessibleEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getHost() - Method in interface org.eclipse.gef.EditPolicy
 
getHost() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
getHostFigure() - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
Convenience method to return the host's Figure.
getId() - Method in class org.eclipse.gef.palette.PaletteSeparator
Returns the id
getImage() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Override this method to return the Image for this EditPart's AbstractTreeEditPart.widget.
getImageDescriptor() - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
 
getIndex() - Method in class org.eclipse.gef.handles.BendpointHandle
Returns the index.
getIndex() - Method in class org.eclipse.gef.requests.BendpointRequest
Returns the index of the bendpoint to be changed.
getIndex() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
Returns the index of the bendpoint being dragged or created.
getInitialPaletteSize() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Returns the initial palette size in pixels.
getInitialState() - Method in class org.eclipse.gef.palette.PaletteDrawer
 
getInsertionReference(Request) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
Calculates a reference EditPart using the specified Request.
getInsertionReference(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
getInsets(IFigure) - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated.  
getInstance() - Static method in class org.eclipse.gef.dnd.TemplateTransfer
Returns the singleton instance
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
Returns the KeyHandler for this viewer.
getKeyHandler() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getLabel() - Method in class org.eclipse.gef.commands.CompoundCommand
 
getLabel() - Method in class org.eclipse.gef.commands.Command
 
getLabel() - Method in class org.eclipse.gef.palette.PaletteEntry
 
getLabel() - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
 
getLabelForCommand(Command) - Method in class org.eclipse.gef.ui.actions.StackAction
Returns the label for the given command.
getLargeIcon() - Method in class org.eclipse.gef.palette.PaletteEntry
 
getLastButtonPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
Returns the last button that was pressed.
getLayer(Object) - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Returns the layer indicated by the key.
getLayer(Object) - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
 
getLayer(Object) - Method in interface org.eclipse.gef.editparts.LayerManager
Returns a specified layer.
getLayer(Object) - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
getLayer(Object) - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Returns the layer indicated by the key.
getLayer(Object) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
A convenience method for obtaining the specified layer from the LayerManager.
getLayer(Object) - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
Obtains the specified layer.
getLayerManager() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Convenience method for finding the layer manager.
getLayoutContainer() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Returns the host's contentPane.
getLayoutOrigin() - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Returns XYLayout.getOrigin(IFigure).
getLayoutOrigin() - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Returns the layout's origin relative to the LayoutEditPolicy.getLayoutContainer().
getLayoutSetting() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Returns the current layout setting.
getLayoutSetting() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
getLightweightSystem() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Returns the lightweight system.
getLineFeedback() - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
Lazily creates and returns a Polyline Figure for use as feedback.
getLocation() - Method in class org.eclipse.gef.requests.LocationRequest
Returns the current location.
getLocation() - Method in interface org.eclipse.gef.requests.DropRequest
Returns the current mouse 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
Returns the current x, y position of the mouse 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
 
getLocator() - Method in class org.eclipse.gef.handles.AbstractHandle
Returns the Locator used to position this handle.
getMaximumFrameCount() - Method in class org.eclipse.gef.editparts.ViewportExposeHelper
Returns the maximumFrameCount.
getMaxZoom() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the maxZoom.
getMenu(Control) - Method in class org.eclipse.gef.ui.palette.LayoutAction
Empty method
getMenu(Menu) - Method in class org.eclipse.gef.ui.palette.LayoutAction
 
getMessage() - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Sub-classes should override this method to provide appropriate error notification messages.
getMinimumFrameCount() - Method in class org.eclipse.gef.editparts.ViewportExposeHelper
Returns the minimumFrameCount.
getMinimumSizeFor(GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Determines the minimum size that the specified child can be resized to.
getMinZoom() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the minZoom.
getModel() - Method in interface org.eclipse.gef.EditPart
Returns the primary model object that this EditPart represents.
getModel() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
The root editpart does not have a real model.
getModel() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
getModel() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
The root editpart does not have a real model.
getModel() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getModelChildren() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns a List containing the children model objects.
getModelSourceConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Returns the 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 the 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
Returns the event modifiers.
getMouseLocation() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Deprecated. Use ChangeBoundsRequest.getLocation()
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.TreeContainerEditPolicy
Returns a Command for moving the children within the container.
getMoveChildrenCommand(Request) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
A move is interpreted here as a change in order of the children.
getMoveChildrenCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Returns the Command to move a group of children.
getMoveChildrenCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Returns the Command to move a group of children.
getMoveCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Returns the command contribution to a change bounds request.
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
 
getNewEntryFactories() - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Returns the list of PaletteEntryFactories that can be used to create new palette entries.
getNewObject() - Method in class org.eclipse.gef.requests.SimpleFactory
Create the new object.
getNewObject() - Method in interface org.eclipse.gef.requests.CreationFactory
Returns the new object.
getNewObject() - Method in class org.eclipse.gef.requests.CreateRequest
Gets the new object from the factory and returns that object.
getNewObjectType() - Method in class org.eclipse.gef.requests.CreateRequest
Returns the type of the new object.
getNextZoomLevel() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the zoom level that is one level higher than the current level.
getObject() - Method in class org.eclipse.gef.dnd.SimpleObjectTransfer
Returns the Object.
getObjectType() - Method in class org.eclipse.gef.requests.SimpleFactory
Returns the type of object this factory creates.
getObjectType() - Method in interface org.eclipse.gef.requests.CreationFactory
Returns the new object's type.
getOperationSet() - Method in class org.eclipse.gef.tools.AbstractTool
Lazily creates and returns the list of editparts on which the tool operates.
getOperationSet(Request) - Method in class org.eclipse.gef.ui.actions.AlignmentAction
Returns the list of editparts which will participate in alignment.
getOrphanChildrenCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
Override to contribute to orphan requests.
getOrphanChildrenCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Returns the Command to orphan a group of children.
getOrphanCommand() - Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
Returns the command contribution for orphaning this component from its container.
getOrphanCommand(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Subclasses may override to contribute to the orphan request.
getOutlineActions() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Provides access to the actions that are used to manipulate the model.
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
Convenience method to return the owner's figure.
getPageContainer() - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
 
getPaletteRoot() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Provides sub-classes with access to the PaletteRoot
getPaletteRoot() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Returns the PaletteRoot for the palette viewer.
getPaletteViewer() - Method in class org.eclipse.gef.ui.palette.PaletteContextMenuProvider
 
getPaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Returns the PaletteViewer.
getPaletteViewerPreferences() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
getPane() - Method in class org.eclipse.gef.editparts.ZoomManager
Deprecated. Use ZoomManager.getScalableFigure() instead. Returns the pane.
getParent() - Method in interface org.eclipse.gef.EditPart
Returns the parent EditPart.
getParent() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getParent() - Method in class org.eclipse.gef.palette.PaletteEntry
 
getPermission() - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
 
getPreferenceStore() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
getPressed(char, int) - Static method in class org.eclipse.gef.KeyStroke
Constructs a KeyStroke that will match the given KeyEvent.character and KeyEvent.stateMask during a press event.
getPressed(char, int, int) - Static method in class org.eclipse.gef.KeyStroke
Constructs a KeyStroke that will match the given KeyEvent.character, KeyEvent.keyCode, and KeyEvent.stateMask during a press event.
getPressed(int, int) - Static method in class org.eclipse.gef.KeyStroke
Constructs a KeyStroke that will match the given KeyEvent.keyCode and KeyEvent.stateMask during a press event.
getPreviousZoomLevel() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the zoom level that is one level higher than the current level.
getPrintableLayers() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Returns the LayeredPane that should be used during printing.
getPrintableLayers() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Returns the LayeredPane that should be used during printing.
getPropertiesPage(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Returns an EntryPage that will display the custom properties of the given entry.
getPropertyActions() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the list of IActions dependant on property changes in the Editor.
getReconnectSourceCommand(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Returns the Command to reconnect a connection's source end to the host.
getReconnectTargetCommand(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Returns the Command to reconnect a connection's target end to the host.
getRedoCommand() - Method in class org.eclipse.gef.commands.CommandStack
Peeks 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
Overridden to check for reference figures implementing the HandleBounds interface.
getReleased(char, int) - Static method in class org.eclipse.gef.KeyStroke
Constructs a KeyStroke that will match the given KeyEvent.character and KeyEvent.stateMask during a release event.
getReleased(char, int, int) - Static method in class org.eclipse.gef.KeyStroke
Constructs a KeyStroke that will match the given KeyEvent.character, KeyEvent.keyCode, and KeyEvent.stateMask during a release event.
getReleased(int, int) - Static method in class org.eclipse.gef.KeyStroke
Constructs a KeyStroke that will match the given KeyEvent.keyCode and KeyEvent.stateMask during a release event.
getResizeChildrenCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Returns the Command to resize a group of children.
getResizeCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
Returns the command contribution for the given resize request.
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
Returns the direction of the resize (NORTH, EAST, NORTH_EAST, etc.).
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 RootEditPart.
getRoot() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Returns this.
getRoot() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
Returns this.
getRoot() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated. Returns this.
getRoot() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Returns this.
getRoot() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
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 $TODO delete this method
getScalableFigure() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the figure which performs the actual zooming.
getScaledLayers() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Returns the scalable layers of this EditPart
getScaledLayers() - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
Returns the scalable layers of this EditPart
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 an unmodifiable List containing zero or more selected editparts.
getSelectedEditParts() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getSelectedObjects() - Method in class org.eclipse.gef.ui.actions.SelectionAction
Returns a List containing the currently selected objects.
getSelectedPaletteEntry() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
 
getSelectedTreeItem() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
 
getSelection() - Method in class org.eclipse.gef.ui.actions.SelectionAction
Gets the current selection.
getSelection() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
Forwards selection request to the viewer.
getSelection() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Returns an ISelection containing a list of one or more EditPart.
getSelection(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getSelectionActions() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the list of IActions dependant on changes in the workbench's ISelectionService.
getSelectionSynchronizer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the selection syncronizer object.
getSelectionWithoutDependants(EditPartViewer) - Static method in class org.eclipse.gef.tools.ToolUtilities
Returns a list containing the top level selected edit parts based on the viewer's selection.
getSelectionWithoutDependants(List) - Static method in class org.eclipse.gef.tools.ToolUtilities
Returns a list containing the top level selected edit parts based on the passed in list of selection.
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
Lazily creates and returns the Figure to use for size-on-drop feedback.
getSmallIcon() - Method in class org.eclipse.gef.palette.PaletteEntry
 
getSource() - Method in interface org.eclipse.gef.ConnectionEditPart
 
getSource() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
getSource() - Method in class org.eclipse.gef.requests.BendpointRequest
Returns the ConnectionEditPart that the bendpoint belongs to.
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
 
getSourceAnchorLocations() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart.DefaultAccessibleAnchorProvider
 
getSourceConnectionAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Returns the ConnectionAnchor for the source end of the connection.
getSourceConnectionAnchor(ConnectionEditPart) - Method in interface org.eclipse.gef.NodeEditPart
Returns the ConnectionAnchor for the specified source connection.
getSourceConnectionAnchor(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Called during the display of creation feedback to snap the feedback to the nearest source ConnectionAnchor.
getSourceConnectionAnchor(Request) - Method in interface org.eclipse.gef.NodeEditPart
Returns the source ConnectionAnchor for the specified Request.
getSourceConnections() - Method in interface org.eclipse.gef.GraphicalEditPart
Returns the source connections for this GraphicalEditPart.
getSourceConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
getSourceEditPart() - Method in class org.eclipse.gef.requests.CreateConnectionRequest
Returns the EditPart that the source end of the connection should be connected to.
getSourceEditPart() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Returns the source edit part.
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
Returns the request sent to the source node.
getStackActions() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the list of IActions dependant on the CommmandStack's state.
getStartCommand() - Method in class org.eclipse.gef.requests.CreateConnectionRequest
Returns the start command.
getStartLocation() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the starting mouse location for the current tool operation.
getState() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the tool's 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
 
getSupportedLayoutModes() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Returns the layout modes that are supported.
getSupportedLayoutModes() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
getTarget() - Method in interface org.eclipse.gef.ConnectionEditPart
 
getTarget() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
getTarget() - Method in class org.eclipse.gef.requests.ReconnectRequest
Returns the target edit part that the connection should be connected to.
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
 
getTargetAnchorLocations() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart.DefaultAccessibleAnchorProvider
 
getTargetConnectionAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Returns the ConnectionAnchor for the target end of the connection.
getTargetConnectionAnchor(ConnectionEditPart) - Method in interface org.eclipse.gef.NodeEditPart
Returns the ConnectionAnchor for the specified target connection.
getTargetConnectionAnchor(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Called during the display of creation feedback to snap the feedback to the nearest target ConnectionAnchor.
getTargetConnectionAnchor(Request) - Method in interface org.eclipse.gef.NodeEditPart
Returns the target ConnectionAnchor for the specified Request.
getTargetConnections() - Method in interface org.eclipse.gef.GraphicalEditPart
Returns the target connections for this GraphicalEditPart.
getTargetConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
getTargetEditPart() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the current target EditPart.
getTargetEditPart() - Method in class org.eclipse.gef.requests.CreateConnectionRequest
Returns the EditPart that the target end of the connection should be connected to.
getTargetEditPart() - Method in class org.eclipse.gef.tools.TargetingTool
Returns the current target editpart.
getTargetEditPart(Request) - Method in interface org.eclipse.gef.EditPolicy
Returns null or the appropriate EditPart for the specified Request.
getTargetEditPart(Request) - Method in interface org.eclipse.gef.EditPart
Return the EditPart that should be used as the target for the specified 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.TreeContainerEditPolicy
Returns the host EditPart when appropriate.
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Returns the host if the Request is an ADD, MOVE, or CREATE.
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Returns the host for the appropriate Requests.
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Returns null by default.
getTargetHoverRequest() - Method in class org.eclipse.gef.tools.SelectionTool
Returns the target hover request.
getTargetingConditional() - Method in class org.eclipse.gef.tools.TargetingTool
Returns the conditional object used for obtaining the target editpart from the current viewer.
getTargetingConditional() - Method in class org.eclipse.gef.tools.SelectionTool
Returns a new Conditional that evaluates to true if the queried edit part's EditPart.isSelectable() method returns true.
getTargetRequest() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the target Request.
getTargetRequest() - Method in class org.eclipse.gef.tools.TargetingTool
Lazily creates and returns the request used when communicating with the target editpart.
getTemplate() - Method in class org.eclipse.gef.dnd.TemplateTransferDragSourceListener
A helper method that returns null or the template Object from the currently selected EditPart.
getTemplate() - Method in class org.eclipse.gef.dnd.TemplateTransfer
Returns the template object.
getTemplate() - Method in class org.eclipse.gef.palette.PaletteTemplateEntry
 
getTemplate() - Method in class org.eclipse.gef.palette.CombinedTemplateCreationEntry
Returns the template object.
getText() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Override this method to return the String to be used in this EditPart's AbstractTreeEditPart.widget.
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 works with.
getTransfer() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
 
getTransfer() - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
 
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
Combines the Transfers from every TransferDragSourceListener.
getTransformedRectangle(Rectangle) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Transforms a copy of the passed in rectangle to account for the move and/or resize deltas and returns this copy.
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.PaletteEntry
 
getType() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
The type of tracker, either RequestConstants.REQ_CREATE_BENDPOINT or RequestConstants.REQ_MOVE_BENDPOINT.
getTypeIds() - Method in class org.eclipse.gef.dnd.TemplateTransfer
 
getTypeNames() - Method in class org.eclipse.gef.dnd.TemplateTransfer
 
getUIMultiplier() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the mutltiplier.
getUndoCommand() - Method in class org.eclipse.gef.commands.CommandStack
Peeks at the top of the undo stack.
getUndoLimit() - Method in class org.eclipse.gef.commands.CommandStack
Returns the undo limit.
getUserModificationPermission() - Method in class org.eclipse.gef.palette.PaletteEntry
Returned values are from amongst the following: PERMISSION_NO_MODIFICATION PERMISSION_HIDE_ONLY PERMISSION_LIMITED_MODIFICATION PERMISSION_FULL_MODIFICATION
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
Returns the root's EditPartViewer.
getViewer() - Method in interface org.eclipse.gef.EditPart
Convenience method for returning the EditPartViewer for this part.
getViewer() - Method in class org.eclipse.gef.ContextMenuProvider
Returns the EditPartViewer
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.
getViewer() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Returns the viewer that was set.
getViewer() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
 
getViewer() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
getViewer() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Returns the viewer that was set.
getViewer() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
getViewer() - Method in class org.eclipse.gef.print.PrintGraphicalViewerOperation
Returns the viewer.
getViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
Returns the viewer on which this key handler was created.
getViewer() - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
Returns the viewer on which this dispatcher was created
getViewer() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
Returns the EditPartViewer
getViewport() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the viewport.
getVisualPartMap() - Method in interface org.eclipse.gef.EditPartViewer
Returns the Map for associating visual parts with their EditParts.
getVisualPartMap() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getWidget() - Method in interface org.eclipse.gef.TreeEditPart
Returns either a Tree or TreeItem.
getWidget() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
The editpart holds onto the SWT Tree, which is also the contents' widget.
getWidget() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
 
getWidget(int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The Widgets that were created with a unique ID and added to this class' internal map can be retrieved through this method.
getWidget(int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
The Widgets that were created with a unique ID and added to this class' internal map can be retrieved through this method.
getWorkbenchPart() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Returns the workbench part given in the constructor
getZoom() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the current zoom level.
getZoomAsText() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the current zoom level as a percentage formatted String
getZoomLevels() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the zoomLevels.
getZoomLevelsAsText() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the list of zoom levels as Strings in percent notation
getZoomManager() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Returns the zoomManager.
getZoomManager() - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
Returns the zoomManager.
getZoomManager() - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
Returns the zoomManager.
GlobalDebug - Static variable in class org.eclipse.gef.GEF
 
GRAPHICAL_NODE_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a graphical node EditPolicy.
GraphicalEditor - class org.eclipse.gef.ui.parts.GraphicalEditor.
This class serves as a quick starting point for clients who are new to GEF.
GraphicalEditor() - Constructor for class org.eclipse.gef.ui.parts.GraphicalEditor
Constructs the editor part
GraphicalEditorWithPalette - class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette.
This class serves as a quick starting point for clients who are new to GEF.
GraphicalEditorWithPalette() - Constructor for class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
 
GraphicalEditPart - interface org.eclipse.gef.GraphicalEditPart.
A Specialization of EditPart for use with GraphicalViewers.
GraphicalEditPolicy - class org.eclipse.gef.editpolicies.GraphicalEditPolicy.
A GraphicalEditPolicy is used with a GraphicalEditPart.
GraphicalEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.GraphicalEditPolicy
 
GraphicalNodeEditPolicy - class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy.
A GraphicalNodeEditPolicy is responsible for creating and reconnecting connections graphically.
GraphicalNodeEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
GraphicalRootEditPart - class org.eclipse.gef.editparts.GraphicalRootEditPart.
Deprecated. this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart instead
GraphicalRootEditPart() - Constructor for class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
GraphicalViewer - interface org.eclipse.gef.GraphicalViewer.
Specializes EditPartViewer adding the ability to hit-test Handles.
GraphicalViewerImpl - class org.eclipse.gef.ui.parts.GraphicalViewerImpl.
An EditPartViewer implementation based on Figures.
GraphicalViewerImpl() - Constructor for class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Constructs a GraphicalViewerImpl.
GraphicalViewerKeyHandler - class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler.
An extended KeyHandler which processes default keystrokes for common navigation in a GraphicalViewer.
GraphicalViewerKeyHandler(GraphicalViewer) - Constructor for class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
Constructs a key handler for the given viewer.
GROUP_COPY - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Context menu group for copy/paste related actions.
GROUP_EDIT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Context menu group for EditPart manipulation actions.
GROUP_FIND - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Context menu group for find/replace related actions.
GROUP_PRINT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Context menu group for print related actions.
GROUP_REST - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Context menu group for actions which do not fit in one of the other categories.
GROUP_SAVE - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Context menu group for save related actions.
GROUP_UNDO - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Context menu group for undo/redo related actions.
GROUP_VIEW - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Context menu group for view related actions.
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.

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