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

A

ABORT_PAGE_FLIPPING_MESSAGE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "The currently displayed page contains invalid values."
ACC_DESC_PALETTE_BUTTON - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
This button is used to show or hide the palette.
ACC_DESC_PALETTE_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The palette can be moved or resized through the context menu for this control.
ALIGN_BOTTOM - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align bottom action id.
ALIGN_CENTER - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align center (horizontal) action id.
ALIGN_LEFT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align left action id.
ALIGN_MIDDLE - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align middle (vertical) action id.
ALIGN_RIGHT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align right action id.
ALIGN_TOP - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align top action id.
ANIMATE_NEVER - Static variable in class org.eclipse.gef.editparts.ZoomManager
Style bit meaning don't animate any zooms
ANIMATE_ZOOM_IN_OUT - Static variable in class org.eclipse.gef.editparts.ZoomManager
Style bit meaning animate during ZoomManager.zoomIn() and ZoomManager.zoomOut()
APPLY_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
The unique ID for the Apply Button.
APPLY_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
APPLY_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Apply"
AbstractConnectionCreationTool - class org.eclipse.gef.tools.AbstractConnectionCreationTool.
The base implementation for tools which create a connection.
AbstractConnectionCreationTool() - Constructor for class org.eclipse.gef.tools.AbstractConnectionCreationTool
The default constructor
AbstractConnectionCreationTool(CreationFactory) - Constructor for class org.eclipse.gef.tools.AbstractConnectionCreationTool
Constructs a new abstract creation tool with the given creation factory.
AbstractConnectionEditPart - class org.eclipse.gef.editparts.AbstractConnectionEditPart.
The base implementation for ConnectionEditPart.
AbstractConnectionEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
AbstractConnectionEditPart.DefaultAccessibleAnchorProvider - class org.eclipse.gef.editparts.AbstractConnectionEditPart.DefaultAccessibleAnchorProvider.
Provides accessibility support for when connections are also themselves nodes.
AbstractEditPart - class org.eclipse.gef.editparts.AbstractEditPart.
The baseline implementation for the EditPart interface.
AbstractEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractEditPart
 
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.
AbstractEditPartViewer - class org.eclipse.gef.ui.parts.AbstractEditPartViewer.
The base implementation for EditPartViewer.
AbstractEditPartViewer() - Constructor for class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Constructs the viewer and calls AbstractEditPartViewer.init().
AbstractEditPolicy - class org.eclipse.gef.editpolicies.AbstractEditPolicy.
The default implementation of EditPolicy.
AbstractEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
AbstractGraphicalEditPart - class org.eclipse.gef.editparts.AbstractGraphicalEditPart.
Default implementation for GraphicalEditPart.
AbstractGraphicalEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
AbstractGraphicalEditPart.AccessibleGraphicalEditPart - class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart.
A default implementation of AccessibleEditPart.
AbstractGraphicalEditPart.AccessibleGraphicalEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart
 
AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider - class org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider.
The default implementation of AccessibleAnchorProvider returned in AbstractGraphicalEditPart.getAdapter(Class).
AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider() - Constructor for class org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
 
AbstractHandle - class org.eclipse.gef.handles.AbstractHandle.
Base implementation for handles.
AbstractHandle() - Constructor for class org.eclipse.gef.handles.AbstractHandle
Null constructor
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.
The base implementation for Tools.
AbstractTool() - Constructor for class org.eclipse.gef.tools.AbstractTool
 
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
 
AbstractTransferDragSourceListener - class org.eclipse.gef.dnd.AbstractTransferDragSourceListener.
An abstract implementation of TransferDragSourceListener associated with an EditPartViewer
AbstractTransferDragSourceListener(EditPartViewer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Constructs an AbstractTransferDragSourceListener for the given EditPartViewer.
AbstractTransferDragSourceListener(EditPartViewer, Transfer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Constructs an AbstractTransferDragSourceListener with the specified EditPartViewer and Transfer.
AbstractTransferDropTargetListener - class org.eclipse.gef.dnd.AbstractTransferDropTargetListener.
An abstract implementation of TransferDropTargetListener for use with EditPartViewers.
AbstractTransferDropTargetListener(EditPartViewer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Constructs a new AbstractTransferDropTargetListener and sets the EditPartViewer.
AbstractTransferDropTargetListener(EditPartViewer, Transfer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Constructs a new AbstractTransferDropTargetListener and sets the EditPartViewer and Transfer.
AbstractTreeContainerEditPolicy - class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy.
Deprecated. Use TreeContainerEditPolicy
AbstractTreeContainerEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
Deprecated.  
AbstractTreeEditPart - class org.eclipse.gef.editparts.AbstractTreeEditPart.
Default implementation for TreeEditParts used in GEF TreeViewers.
AbstractTreeEditPart(Object) - Constructor for class org.eclipse.gef.editparts.AbstractTreeEditPart
Constructs a new EditPart with the specified model.
AbstractTreeEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractTreeEditPart
Default constructor
AccessibleAnchorProvider - interface org.eclipse.gef.AccessibleAnchorProvider.
This class provides keyboard accessibility support for Anchors.
AccessibleEditPart - class org.eclipse.gef.AccessibleEditPart.
This class provides Accessibility support for EditParts.
AccessibleEditPart() - Constructor for class org.eclipse.gef.AccessibleEditPart
 
AccessibleHandleProvider - interface org.eclipse.gef.AccessibleHandleProvider.
This class provides keyboard accessibility support for the Handles of the primary-selected EditPart.
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
 
AlignBottomAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignBottomAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignCenterAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignCenterAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignLeftAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignLeftAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignMiddleAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignMiddleAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignRightAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignRightAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignTopAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignTopAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
AlignmentAction - class org.eclipse.gef.ui.actions.AlignmentAction.
An action to align the selected parts.
AlignmentAction(IEditorPart, int) - Constructor for class org.eclipse.gef.ui.actions.AlignmentAction
Deprecated. use AlignmentAction(IWorkbenchPart, int align)
AlignmentAction(IWorkbenchPart, int) - Constructor for class org.eclipse.gef.ui.actions.AlignmentAction
Constructs an AlignmentAction with the given part and alignment ID.
AlignmentRequest - class org.eclipse.gef.requests.AlignmentRequest.
A request to align multiple objects.
AlignmentRequest() - Constructor for class org.eclipse.gef.requests.AlignmentRequest
Default constructor.
AlignmentRequest(Object) - Constructor for class org.eclipse.gef.requests.AlignmentRequest
Constructs a new AlignmentRequest with the new type.
AlignmentRetargetAction - class org.eclipse.gef.ui.actions.AlignmentRetargetAction.
 
AlignmentRetargetAction(int) - Constructor for class org.eclipse.gef.ui.actions.AlignmentRetargetAction
Constructs a new AlignmentRetargetAction with the default ID, label and image based on the given alignment constant.
AutoexposeHelper - interface org.eclipse.gef.AutoexposeHelper.
A helper returned from a GraphicalEditPart.
AutoexposeHelper.Search - class org.eclipse.gef.AutoexposeHelper.Search.
Used with EditPartViewers to find the AutoexposeHelper at a Point.
AutoexposeHelper.Search(Point) - Constructor for class org.eclipse.gef.AutoexposeHelper.Search
Constructs a new Search at a point on the viewer.
acceptSpaceBar(KeyEvent) - Method in class org.eclipse.gef.tools.PanningSelectionTool
Returns true if the space bar can be accepted.
acceptsType(Object) - Method in class org.eclipse.gef.palette.PaletteContainer
Returns true if this type can be a child of this container.
acceptsType(Object) - Method in class org.eclipse.gef.palette.PaletteDrawer
Returns true if this type can be a child of this container
acceptsType(Object) - Method in class org.eclipse.gef.palette.PaletteRoot
 
acceptsType(Object) - Method in class org.eclipse.gef.palette.PaletteStack
Returns true if this type can be a child of this container Only accepts ToolEntry's.
actions - Variable in class org.eclipse.gef.ui.console.DebugGEF
Container for all DebugGEFActions
activate() - Method in interface org.eclipse.gef.EditPart
Activates the EditPart.
activate() - Method in interface org.eclipse.gef.EditPolicy
Activates this EditPolicy.
activate() - Method in interface org.eclipse.gef.Tool
Called when this tool becomes the active tool for the EditDomain.
activate() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Activates this EditPart, which in turn activates its children and EditPolicies.
activate() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Extends AbstractEditPart.activate() to also activate all source ConnectionEditParts.
activate() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Does nothing by default.
activate() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
activate() is extended to add a listener to the Connection figure.
activate() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Extends activate() to
activate() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Extends activate to hook the appropriate listener and to initialize the visual changes for representing selection/focus.
activate() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
activate() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteStackEditPart
 
activate() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
activate() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
activate() - Method in class org.eclipse.gef.tools.AbstractTool
Activates the tool.
activate() - Method in class org.eclipse.gef.tools.ResizeTracker
 
activateEditPolicies() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Activates all EditPolicies installed on this part.
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.
activeToolChanged(PaletteViewer, ToolEntry) - Method in interface org.eclipse.gef.palette.PaletteListener
A new tool was activated in the palette.
add(Command) - Method in class org.eclipse.gef.commands.CompoundCommand
Adds the specified command if it is not null.
add(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Adds the given entry to the end of this PaletteContainer
add(int, PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Adds the given PaletteEntry at position index.
add(int, PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteStack
 
addAction(IAction) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Adds the given action to the action registry.
addActionToMenu(Menu, IAction) - Method in class org.eclipse.gef.ui.palette.LayoutAction
Helper method that wraps the given action in an ActionContributionItem and then adds it to the given menu.
addAll(List) - Method in class org.eclipse.gef.palette.PaletteContainer
Adds the list of PaletteEntry objects to this PaletteContainer.
addAll(List) - Method in class org.eclipse.gef.palette.PaletteStack
 
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 addition of the child's visual to this EditPart's Visual.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds the child's Figure to the contentPane.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Implemented to assign the child its widget.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
This is where the child gets added.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
 
addCommandStackListener(CommandStackListener) - Method in class org.eclipse.gef.commands.CommandStack
Adds the specified listener.
addCornerHandles(GraphicalEditPart, List, DragTracker, Cursor) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Fills the given List with handles at each corner of a figure.
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
Deprecated. @see #addDragSourceListener(TransferDragSourceListener)
addDragSourceListener(TransferDragSourceListener) - Method in interface org.eclipse.gef.EditPartViewer
Adds a TransferDragSourceListener to this viewer.
addDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Deprecated.  
addDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
addDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
addDropTargetListener(TransferDropTargetListener) - Method in interface org.eclipse.gef.EditPartViewer
Deprecated. @see #addDropTargetListener(TransferDropTargetListener)
addDropTargetListener(TransferDropTargetListener) - Method in interface org.eclipse.gef.EditPartViewer
Adds a TransferDropTargetListener to this viewer.
addDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Deprecated.  
addDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
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 EditPartListener.
addFeedback(IFigure) - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
Adds the specified Figure to the LayerConstants.FEEDBACK_LAYER.
addFeedback(IFigure) - Method in class org.eclipse.gef.tools.AbstractTool
Convenience method to add the given figure to the feedback layer.
addGlobalActionKey(String) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Indicates the existence of a global action identified by the specified key.
addHandle(GraphicalEditPart, List, int) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Adds a single handle in the given direction to the given List.
addHandle(GraphicalEditPart, List, int, DragTracker, Cursor) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Adds a single handle in the given direction to the given List.
addHandle(GraphicalEditPart, List, int) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
Adds a single handle in the given direction to the given List.
addHandle(GraphicalEditPart, List, int, DragTracker, Cursor) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
Adds a single handle in the given direction to the given List with the given DragTracker
addHandles(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Fills the given List with handles at each corner.
addHandles(GraphicalEditPart, List, DragTracker, Cursor) - 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, DragTracker, Cursor) - 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.
addMoveHandle(GraphicalEditPart, List, DragTracker, Cursor) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
Fills the given List with move borders with the given DragTracker at each side of a figure.
addNodeListener(NodeListener) - Method in interface org.eclipse.gef.GraphicalEditPart
Adds a NodeListener to the EditPart.
addNodeListener(NodeListener) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
addNotify() - Method in interface org.eclipse.gef.EditPart
Called after the EditPart has been added to its parent.
addNotify() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
addNotify() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
addNotify() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
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.internal.ui.palette.editparts.DetailedLabelFigure
 
addPaletteListener(PaletteListener) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Adds the given PaletteListener as the one to be notified when the active tool on the palette changes.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.gef.EditPartViewer
Adds a listener to be notified of viewer property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.palette.PaletteEntry
A listener can only be added once.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
NOTE: The oldValue field of the PropertyChangeEvent used to notify listeners will always be null.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
addPropertySheetEntryListener(IPropertySheetEntryListener) - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
addRetargetAction(RetargetAction) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Adds the specified RetargetAction to this contributors ActionRegistry.
addRulerChangeListener(RulerChangeListener) - Method in class org.eclipse.gef.rulers.RulerProvider
The given listener will be notified of changes in ruler properties.
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
Adds the handles to the handle layer.
addSelectionListener() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Adds an EditPartListener to the host to observe selection/focus changes.
addSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds a source ConnectionEditPart at the specified index.
addStandardActionGroups(IMenuManager) - Static method in class org.eclipse.gef.ui.actions.GEFActionConstants
Adds standard group separators to the given MenuManager.
addTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds a target ConnectionEditPart at the specified index.
addViewer(EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Adds an EditPartViewer into the EditDomain.
addViewer(EditPartViewer) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
Adds a viewer to the set of synchronized viewers
addZoomListener(ZoomListener) - Method in class org.eclipse.gef.editparts.ZoomManager
Adds the given ZoomListener to this ZoomManager's list of listeners.
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 specified EditPart to the viewer's selection.
appendSelection(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
appendToSection(String, PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Appends the given entry after the entry with the given id, but before the next separator.
apply() - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Being live, this method is completely ignored.
apply() - Method in interface org.eclipse.gef.ui.palette.customize.EntryPage
This method is called when changes made to properties need to be reflected in the model.
applyEditorValue() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 

B

BUTTON_BORDER - Static variable in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Border constant, toolbar scheme
BUTTON_HEIGHT - Static variable in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
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, 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 with the given locatorIndex.
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.
Used to add bendpoint handles on a ConnectionEditPart.
BendpointEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.BendpointEditPolicy
 
BendpointHandle - class org.eclipse.gef.handles.BendpointHandle.
A handle for bendpoints on a connection.
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, 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 with the given locatorIndex.
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.
A request to alter a bendpoint.
BendpointRequest() - Constructor for class org.eclipse.gef.requests.BendpointRequest
 
border - Variable in class org.eclipse.gef.handles.NonResizableHandle
Deprecated. The border
bringDown() - Method in class org.eclipse.gef.tools.DirectEditManager
Cleanup is done here.
buildActions() - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Creates and initializes Actions managed by this contributor.
buildContextMenu(IMenuManager) - Method in class org.eclipse.gef.ContextMenuProvider
Called when the menu is about to show.
buildContextMenu(IMenuManager) - Method in class org.eclipse.gef.internal.ui.rulers.RulerContextMenuProvider
 
buildContextMenu(IMenuManager) - Method in class org.eclipse.gef.ui.palette.PaletteContextMenuProvider
This is the method that builds the context menu.
buttonPressed(int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method will be invoked whenever any Button created using PaletteCustomizerDialog.createButton(Composite, int, String, int, ImageDescriptor) or Dialog.createButton(Composite, int, String, boolean) is selected.
buttonPressed(int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
This method will be invoked whenever any Button created using PaletteSettingsDialog.createButton(Composite, int, String, int, ImageDescriptor) or Dialog.createButton(Composite, int, String, boolean) is selected.

C

CACHE_COLLAPSE - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CACHE_COLUMNS_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CACHE_DETAILS_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CACHE_FONT - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CACHE_ICONS_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CACHE_LAYOUT - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CACHE_LIST_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CLIENT_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Sub-classes that need to create their own unique IDs should do so by adding to this ID.
CLIENT_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Sub - classes that need to create their own unique IDs should do so by adding to this ID.
COLLAPSE_ALWAYS - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
This is a constant for one of the auto-collapse options.
COLLAPSE_ALWAYS_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
COLLAPSE_ALWAYS_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Always close when opening another drawer"
COLLAPSE_AS_NEEDED - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
This is a constant for one of the auto-collapse options.
COLLAPSE_AS_NEEDED_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Close automatically &when there is not enough room"
COLLAPSE_NEEDED_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
COLLAPSE_NEVER - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
This is a constant for one of the auto-collapse options.
COLLAPSE_NEVER_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
COLLAPSE_NEVER_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Never close"
COLLAPSE_OPTIONS_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Drawer options: "
COMPONENT_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a component EditPolicy.
CONNECTION_BENDPOINTS_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a bendpoint EditPolicy.
CONNECTION_ENDPOINTS_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a connection endpoint 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
The key used to install a connection EditPolicy.
CONTAINER_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a container EditPolicy.
CURSOR_PLUG - Static variable in class org.eclipse.gef.SharedCursors
 
CURSOR_PLUG_NOT - 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
 
CUSTOMIZE_DIALOG_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Customize Palette"
CellEditorLocator - interface org.eclipse.gef.tools.CellEditorLocator.
Constraint for placing CellEditors.
ChangeBoundsRequest - class org.eclipse.gef.requests.ChangeBoundsRequest.
A Request to change the bounds of 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.
ChangeIconSizeAction - class org.eclipse.gef.ui.palette.ChangeIconSizeAction.
This action toggles the "Use Large Icons" option for the current layout mode of the palette.
ChangeIconSizeAction(PaletteViewerPreferences) - Constructor for class org.eclipse.gef.ui.palette.ChangeIconSizeAction
Constructor
Clipboard - class org.eclipse.gef.ui.actions.Clipboard.
A GEF clipboard for cut/copy/paste actions between GEF editors.
Clipboard() - Constructor for class org.eclipse.gef.ui.actions.Clipboard
Constructs a new Clipboard object.
ColumnsLayout - class org.eclipse.gef.internal.ui.palette.editparts.ColumnsLayout.
Special FlowLayout to display the palette in the columns view.
ColumnsLayout() - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.ColumnsLayout
Constructs a new layout
CombinedTemplateCreationEntry - class org.eclipse.gef.palette.CombinedTemplateCreationEntry.
A combination of a PaletteTemplateEntry and ToolEntry.
CombinedTemplateCreationEntry(String, String, Object, CreationFactory, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.CombinedTemplateCreationEntry
Constructs a combined CreationTool and Template Entry with the given parameters.
Command - class org.eclipse.gef.commands.Command.
An Abstract implementation of Command.
Command() - Constructor for class org.eclipse.gef.commands.Command
Constructs a Command with no label.
Command(String) - Constructor for class org.eclipse.gef.commands.Command
Constructs a Command with the specified label.
CommandStack - class org.eclipse.gef.commands.CommandStack.
An implementation of a command stack.
CommandStack() - Constructor for class org.eclipse.gef.commands.CommandStack
Constructs a command stack.
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
Creates a new CommandStackInspectorPage with the given CommandStack
CommandStackListener - interface org.eclipse.gef.commands.CommandStackListener.
A CommandStackListener is notified whenever the CommandStack's state has changed.
CommandStackViewerAction - class org.eclipse.gef.ui.stackview.CommandStackViewerAction.
 
CommandStackViewerAction(TreeViewer) - Constructor for class org.eclipse.gef.ui.stackview.CommandStackViewerAction
Creates a new CommandStackViewerAction with the given TreeViewer
ComponentEditPolicy - class org.eclipse.gef.editpolicies.ComponentEditPolicy.
A model-based EditPolicy for components within a container.
ComponentEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ComponentEditPolicy
 
CompoundCommand - class org.eclipse.gef.commands.CompoundCommand.
An aggregation of multiple Commands.
CompoundCommand() - Constructor for class org.eclipse.gef.commands.CompoundCommand
Constructs an empty CompoundCommand
CompoundCommand(String) - Constructor for class org.eclipse.gef.commands.CompoundCommand
Constructs an empty CompoundCommand with the specified label.
CompoundSnapToHelper - class org.eclipse.gef.CompoundSnapToHelper.
Combines multiple SnapToHelpers into one compound helper.
CompoundSnapToHelper(SnapToHelper[]) - Constructor for class org.eclipse.gef.CompoundSnapToHelper
Constructs a compound snap to helper which will delegate to the provided array of helpers.
ConnectionBendpointTracker - class org.eclipse.gef.tools.ConnectionBendpointTracker.
A tracker for creating new bendpoints or dragging existing ones.
ConnectionBendpointTracker() - Constructor for class org.eclipse.gef.tools.ConnectionBendpointTracker
Null constructor.
ConnectionBendpointTracker(ConnectionEditPart, int) - Constructor for class org.eclipse.gef.tools.ConnectionBendpointTracker
Constructs a tracker for the given connection and index.
ConnectionCreationTool - class org.eclipse.gef.tools.ConnectionCreationTool.
The default creation tool for connections.
ConnectionCreationTool() - Constructor for class org.eclipse.gef.tools.ConnectionCreationTool
Default Constructor.
ConnectionCreationTool(CreationFactory) - Constructor for class org.eclipse.gef.tools.ConnectionCreationTool
Constructs a new ConnectionCreationTool with the given factory.
ConnectionCreationToolEntry - class org.eclipse.gef.palette.ConnectionCreationToolEntry.
A palette ToolEntry for a ConnectionCreationTool.
ConnectionCreationToolEntry(String, String, CreationFactory, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.ConnectionCreationToolEntry
Constructor for ConnectionCreationToolEntry.
ConnectionDragCreationTool - class org.eclipse.gef.tools.ConnectionDragCreationTool.
A connection creation tool that implements DragTracker.
ConnectionDragCreationTool() - Constructor for class org.eclipse.gef.tools.ConnectionDragCreationTool
Default constructor.
ConnectionDragCreationTool(CreationFactory) - Constructor for class org.eclipse.gef.tools.ConnectionDragCreationTool
Constructs a new ConnectionDragCreationTool with the given factory.
ConnectionEditPart - interface org.eclipse.gef.ConnectionEditPart.
A specialization of GraphicalEditPart for representing connections.
ConnectionEditPolicy - class org.eclipse.gef.editpolicies.ConnectionEditPolicy.
A model-based EditPolicy for connections.
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(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
Creates a new ConnectionEndHandle with its owner set to owner.
ConnectionEndHandle() - Constructor for class org.eclipse.gef.handles.ConnectionEndHandle
Creates a new ConnectionEndHandle.
ConnectionEndpointEditPolicy - class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy.
A selection handle policy for placing handles at the two ends of a ConnectionEditPart.
ConnectionEndpointEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
ConnectionEndpointTracker - class org.eclipse.gef.tools.ConnectionEndpointTracker.
A DragTracker that moves the endpoint of a connection to another location.
ConnectionEndpointTracker(ConnectionEditPart) - Constructor for class org.eclipse.gef.tools.ConnectionEndpointTracker
Constructs a new ConnectionEndpointTracker for the given ConnectionEditPart.
ConnectionHandle - class org.eclipse.gef.handles.ConnectionHandle.
The base implementation for handles used with editparts whose figure is 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
Creates a new handle with the given fixed setting.
ConnectionStartHandle - class org.eclipse.gef.handles.ConnectionStartHandle.
A handle used at the start of the Connection.
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
Creates a new ConnectionStartHandle and sets its owner to owner.
ConnectionStartHandle() - Constructor for class org.eclipse.gef.handles.ConnectionStartHandle
Creates a new ConnectionStartHandle.
ConstrainedLayoutEditPolicy - class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy.
For use with LayoutManager that require a constraint.
ConstrainedLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
 
ContainerEditPolicy - class org.eclipse.gef.editpolicies.ContainerEditPolicy.
An EditPolicy for use with container editparts.
ContainerEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ContainerEditPolicy
 
ContentOutlinePage - class org.eclipse.gef.ui.parts.ContentOutlinePage.
A adapter for an outline page containing a single EditPartViewer.
ContentOutlinePage(EditPartViewer) - Constructor for class org.eclipse.gef.ui.parts.ContentOutlinePage
Constructs a ContentOutlinePage for the given viewer.
ContextMenuProvider - class org.eclipse.gef.ContextMenuProvider.
Extends MenuManager to allow populating the menu directly from the manager itself.
ContextMenuProvider(EditPartViewer) - Constructor for class org.eclipse.gef.ContextMenuProvider
Constructs a context menu for the specified EditPartViewer.
CopyAction_ActionDeleteCommandName - Static variable in class org.eclipse.gef.internal.GEFMessages
 
CopyAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
CopyAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
CopyRetargetAction - class org.eclipse.gef.ui.actions.CopyRetargetAction.
Deprecated. Use org.eclipse.ui.actions.ActionFactory instead
CopyRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.CopyRetargetAction
Deprecated. Constructs a new CopyRetargetAction with the default ID, label and image.
CopyTemplateAction - class org.eclipse.gef.ui.actions.CopyTemplateAction.
Copies the currently selected template in the palatte to the default GEF Clipboard.
CopyTemplateAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.CopyTemplateAction
Constructs a new CopyTemplateAction.
CornerTriangleBorder - class org.eclipse.gef.handles.CornerTriangleBorder.
Deprecated. this class is no longer used
CornerTriangleBorder(boolean) - Constructor for class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated. Creates a new CornerTriangleBorder.
CreateConnectionRequest - class org.eclipse.gef.requests.CreateConnectionRequest.
A Request to create a new Connection.
CreateConnectionRequest() - Constructor for class org.eclipse.gef.requests.CreateConnectionRequest
 
CreateGuideAction - class org.eclipse.gef.ui.actions.CreateGuideAction.
An Action that creates a guide on a ruler and reveals it.
CreateGuideAction(EditPartViewer) - Constructor for class org.eclipse.gef.ui.actions.CreateGuideAction
Constructor
CreateRequest - class org.eclipse.gef.requests.CreateRequest.
A Request to create a new object.
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.
Create_Guide_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
Create_Guide_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
CreationFactory - interface org.eclipse.gef.requests.CreationFactory.
A factory used to create new objects.
CreationTool - class org.eclipse.gef.tools.CreationTool.
The CreationTool creates new EditParts via a CreationFactory.
CreationTool() - Constructor for class org.eclipse.gef.tools.CreationTool
Default constructor.
CreationTool(CreationFactory) - Constructor for class org.eclipse.gef.tools.CreationTool
Constructs a new CreationTool with the given factory.
CreationToolEntry - class org.eclipse.gef.palette.CreationToolEntry.
A palette ToolEntry for a CreationTool.
CreationToolEntry(String, String, CreationFactory, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.CreationToolEntry
Constructor for CreationToolEntry.
CustomizeAction - class org.eclipse.gef.ui.palette.CustomizeAction.
This action launches the PaletteCustomizerDialog for the given palette.
CustomizeAction(PaletteViewer) - Constructor for class org.eclipse.gef.ui.palette.CustomizeAction
Constructor
cacheSettings() - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
This method saves the various settings in this dialog, so that they can be restored later on if "Cancel" is pressed.
calculateAlignmentRectangle(Request) - Method in class org.eclipse.gef.ui.actions.AlignmentAction
Returns the alignment rectangle to which all selected parts should be aligned.
calculateCursor() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
calculateCursor() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the appropriate cursor for the tools current state.
calculateCursor() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Returns a custom "plug" cursor if this tool is in the initial, drag or accessible drag state.
calculateCursor() - Method in class org.eclipse.gef.tools.CreationTool
 
calculateCursor() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
calculateCursor() - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.CopyTemplateAction
Returns whether the selected EditPart is a TemplateEditPart.
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.DirectEditAction
returns true if there is exactly 1 EditPart selected that understand a request of type: RequestConstants.REQ_DIRECT_EDIT.
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.PrintAction
 
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.RedoAction
 
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.SaveAction
 
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.UndoAction
 
calculateEnabled() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Calculates and returns the enabled state of this action.
calculatePreferredSize(IFigure, int, int) - Method in class org.eclipse.gef.internal.ui.rulers.RulerLayout
 
canAdd(PaletteContainer, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Return true if this container can accept this entry as a new child.
canBePinned() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
canCreate(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
You can always create a new container.
canCreate(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
This method is called by the PaletteCustomizerDialog to determine whether to enable or disable this action on the toolbar and the context menu.
canCreate(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteStackFactory
 
canDelete(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Indicates whether the given entry can be deleted from the model or not.
canExecute() - Method in class org.eclipse.gef.commands.Command
 
canExecute() - Method in class org.eclipse.gef.commands.CompoundCommand
 
canExecute() - Method in class org.eclipse.gef.commands.UnexecutableCommand
 
canExecute() - Method in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
canMoveDown(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Indicates whether the given entry can be moved down or not.
canMoveUp(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Indicates whether the given entry can be moved up or not.
canRedo() - Method in class org.eclipse.gef.commands.CommandStack
 
canUndo() - Method in class org.eclipse.gef.commands.Command
 
canUndo() - Method in class org.eclipse.gef.commands.CommandStack
 
canUndo() - Method in class org.eclipse.gef.commands.CompoundCommand
 
canUndo() - Method in class org.eclipse.gef.commands.UnexecutableCommand
 
canZoomIn() - Method in class org.eclipse.gef.editparts.ZoomManager
returns true if the zoommanager can perform zoomIn().
canZoomOut() - Method in class org.eclipse.gef.editparts.ZoomManager
returns true if the zoommanager can perform zoomOut().
chain(Command) - Method in class org.eclipse.gef.commands.Command
Returns a Command that represents the chaining of a specified Command to this Command.
checkTreeItem() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Convenience method that returns true if the widget is a TreeItem and is safe to use.
childAdded(EditPart, int) - Method in class org.eclipse.gef.EditPartListener.Stub
 
childAdded(EditPart, int) - Method in interface org.eclipse.gef.EditPartListener
Called after a child EditPart has been added to its parent.
children - Variable in class org.eclipse.gef.editparts.AbstractEditPart
The List of children EditParts
children - Variable in class org.eclipse.gef.palette.PaletteContainer
This container's contents
clearConsole() - Static method in class org.eclipse.gef.GEF
Clears the trace console if active
clearProblem() - Method in interface org.eclipse.gef.ui.palette.customize.EntryPageContainer
Clears the error.
clearProblem() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method should be invoked by EntryPages when an error that they had earlier reported (using PaletteCustomizerDialog.showProblem(String)) is fixed.
close() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
NOTE: This dialog can be re-opened.
close() - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
 
cols - Variable in class org.eclipse.gef.SnapToGeometry
The vertical columnd being snapped to.
commandStackChanged(EventObject) - Method in interface org.eclipse.gef.commands.CommandStackListener
Called when the CommandStack's state has changed.
commandStackChanged(EventObject) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
When the command stack changes, the actions interested in the command stack are updated.
commandStackChanged(EventObject) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
commit() - Method in class org.eclipse.gef.tools.DirectEditManager
Commits the current value of the cell editor by getting a Command from the source edit part and executing it via the CommandStack.
commitDrag() - Method in interface org.eclipse.gef.DragTracker
The SelectionTool supports keyboard accessible drags.
commitDrag() - Method in class org.eclipse.gef.tools.AbstractTool
Added for compatibility.
commitDrag() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Erases source and target feedback and executes the current command.
commitDrag() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Erases feedback and calls DragEditPartsTracker.performDrag().
commitDrag() - Method in class org.eclipse.gef.tools.ResizeTracker
 
commitDrag() - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
computeMergedPropertyDescriptors() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
Return the sorted intersection of all the IPropertyDescriptors for the objects.
computeWidth(Control) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
Computes the width required by control
configureGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Called to configure the graphical viewer before it receives its contents.
configurePaletteViewer(PaletteViewer) - Method in class org.eclipse.gef.ui.palette.PaletteViewerProvider
This method is invoked from PaletteViewerProvider.configurePaletteViewer(PaletteViewer).
configurePaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Called to configure the viewer before it receives its contents.
configureShell(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
 
configureShell(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
 
connectionFeedback - Variable in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
The connection feedback displayed during creates
constantSelection - Variable in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
The unmodifiable list of selected editparts.
container - Variable in class org.eclipse.gef.SnapToGeometry
The container editpart providing the coordinates and the children to which snapping occurs.
container - Variable in class org.eclipse.gef.SnapToGrid
The graphical part whose content's figure defines the grid.
container - Variable in class org.eclipse.gef.SnapToGuides
The graphical editpart to which guides are relative.
containsPoint(int, int) - Method in class org.eclipse.gef.handles.MoveHandle
Returns true if the point (x,y) is contained within this handle.
containsPoint(int, int) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
contents - Variable in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Deprecated. call getContents()
contents - Variable in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated. The contents
contents - Variable in class org.eclipse.gef.editparts.ScalableRootEditPart
Deprecated. call getContents()
convert(EditPartViewer, EditPart) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
Maps the given editpart from one viewer to an editpart in another viewer.
convertLayoutToPreferenceName(int) - Static method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
This is a convenience method that converts the given layout mode to the matching preference name.
convertPreferenceNameToLayout(String) - Static method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
This convenience method converts the given preference to the matching layout mode.
createAccessible() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
createAccessible() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
returns the AccessibleEditPart for this EditPart.
createAccessible() - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
 
createAccessible() - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
createActions() - Method in class org.eclipse.gef.ui.palette.LayoutAction
 
createActions() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Creates actions for this editor.
createAddCommand(EditPart, Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Returns the Command to perform an Add with the specified child and constraint.
createAddCommand(EditPart, EditPart) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
Returns the Command to add the specified child after a reference EditPart.
createButton(Composite, int, String, int, ImageDescriptor) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method should not be used to create buttons for the button bar.
createButton(Composite, int, String, int, ImageDescriptor) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
This method should not be used to create buttons for the button bar.
createButtonsForButtonBar(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Creates the OK, Cancel and Apply buttons
createCellEditorOn(Composite) - Method in class org.eclipse.gef.tools.DirectEditManager
Creates the cell editor on the given composite.
createChangeConstraintCommand(ChangeBoundsRequest, EditPart, Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
The request is now made available when creating the change constraint command.
createChangeConstraintCommand(EditPart, Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Returns the Command to change the specified child's constraint.
createChild(Object) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Create the child EditPart for the given model object.
createChildEditPolicy(EditPart) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
A ResizableEditPolicy is used by default for children.
createChildEditPolicy(EditPart) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Returns the "satellite" EditPolicy used to decorate the child.
createChildEditPolicy(EditPart) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
Since Ordered layouts generally don't use constraints, a NonResizableEditPolicy is used by default for children.
createChildEntries(int) - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
Return a new array of property sheet entries of the given size
createChildEntries(int) - Method in class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
Return an array of property sheet entries
createChildEntry() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
Return a new PropertySheetEntry.
createChildEntry() - Method in class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
 
createColumnsOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Creates and initializes (i.e.
createConnection(Object) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Creates a ConnectionEditPart for the given model.
createControl(Composite) - Method in interface org.eclipse.gef.EditPartViewer
Optionally creates the default Control using the default style.
createControl(Composite) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
Creates and returns the control for this contribution item under the given parent composite.
createControl(Composite, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
 
createControl(Composite, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
 
createControl(Composite, PaletteEntry) - Method in interface org.eclipse.gef.ui.palette.customize.EntryPage
Creates the Control that displays the properties of the given entry.
createControl(Composite) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
createControl(Composite) - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
Forwards the createControl request to the editpartviewer.
createControl(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.CustomPalettePage
 
createControl(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
createControl(Composite) - Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
 
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.stackview.CommandStackInspectorPage
 
createControl(Composite) - Method in class org.eclipse.gef.ui.views.palette.PaletteViewerPage
Creates the palette viewer and its control.
createCreateCommand(Object, CreationFactory) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
Deprecated. this is an archaic method left behind to force compile errors on old code.
createDefaultDownButton() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
createDefaultPage(PageBook) - Method in class org.eclipse.gef.ui.stackview.CommandStackInspector
 
createDefaultPage(PageBook) - Method in class org.eclipse.gef.ui.views.palette.PaletteView
Creates a default page saying that a palette is not available.
createDefaultRoot() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
createDefaultRoot() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Creates the default root editpart.
createDefaultUpButton() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
createDeleteCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
Override to contribute to the component's being deleted.
createDeleteCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.RootComponentEditPolicy
Overridden to prevent the host from being deleted.
createDeleteCommand(List) - Method in class org.eclipse.gef.ui.actions.DeleteAction
Deprecated. this method will become an instance method in the next release.
createDescText(Composite) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Creates the Text where the description of the entry is to be displayed.
createDetailsOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Creates and initializes (i.e.
createDialogArea(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
The dialog area contains the following: Outline (PaletteCustomizerDialog.createOutline(Composite)) Properties Panel (PaletteCustomizerDialog.createPropertiesPanel(Composite))
createDialogArea(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
 
createDirectEditRequest() - Method in class org.eclipse.gef.tools.DirectEditManager
Creates and returns the DirectEditRequest.
createDragSourceFeedbackFigure() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Creates the figure used for feedback.
createDragTracker() - Method in class org.eclipse.gef.handles.AbstractHandle
Creates a new drag tracker to be returned by getDragTracker().
createDragTracker() - Method in class org.eclipse.gef.handles.BendpointCreationHandle
Creates and returns a new ConnectionBendpointTracker.
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.BendpointMoveHandle
Creates and returns a new ConnectionBendpointTracker.
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.MoveHandle
Overridden to create a DragEditPartsTracker.
createDragTracker() - Method in class org.eclipse.gef.handles.ResizeHandle
Returns null for the DragTracker.
createDrawerCollapseOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Creates and initializes (i.e., loads the current value from the PaletteViewerPreferences) the part of the dialog where the options to close drawers will be displayed.
createDrawerEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
Create DrawerEditPart - edit part for PaletteDrawer
createDummyConnection(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Returns a connection to be used as feeback during creates.
createDummyGuideFigure() - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
createDummyLineFigure() - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
createEditPart(EditPart, Object) - Method in interface org.eclipse.gef.EditPartFactory
Creates a new EditPart given the specified context and model.
createEditPart(EditPart, Object) - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPartFactory
 
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/or reserves slots for dynamic ones.
createEditPolicies() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Override this method to install the EditPolicies for your EditPart.
createEditPolicies() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 
createEditPolicies() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
createEditPolicies() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
 
createEditPolicies() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
 
createEditPolicies() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
createEditPolicies() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
createEditPolicies() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
createEditPolicies() - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
 
createEntryEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
Create ToolEntryEditPart - edit part for ToolEntry
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.editparts.AbstractGraphicalEditPart
Creates the Figure to be used as this part's visuals.
createFigure() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 
createFigure() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
createFigure() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.palette.editparts.GroupEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteRootEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteStackEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.palette.editparts.SeparatorEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.palette.editparts.SliderPaletteEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
createFigure() - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
 
createFontSettings(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Creates and initializes (i.e.
createGraphicalViewer(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Creates the GraphicalViewer on the specified Composite.
createGridLayer() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Creates a grid.
createGridLayer() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Creates a grid.
createGroupEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
Create GroupEditPart - edit part for PaletteGroup
createGuideEditPart(EditPart, Object) - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPartFactory
 
createGuideLineFigure() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
createHiddenCheckBox(Composite) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Creates the Button (CheckBox) for indicating the hidden status of the entry.
createHoverRequest() - Method in class org.eclipse.gef.tools.SelectionTool
Creates the hover request (a LocationRequest) and sets its type to RequestConstants.REQ_SELECTION_HOVER.
createIconsOnlyOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Creates and initializes (i.e.
createLabel(Composite, int, String) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Creates a label
createLayers(LayeredPane) - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Creates the top-most set of layers on the given layered pane.
createLayers(LayeredPane) - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
 
createLayers(LayeredPane) - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Creates the top-most set of layers on the given layered pane
createLayoutOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Creates the part of the dialog that displays the various options for the selected layout.
createLayoutSettings(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Creates the part of the dialog that displays the lists the available layout modes.
createLightweightSystem() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Creates the lightweight system used to host figures.
createListOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Creates and initializes (i.e.
createListener() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
creates the EditPartListener for observing when children are added to the host.
createMainPaletteEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
Create SliderPaletteEditPart - edit part for PaletteRoot
createMoveChildCommand(EditPart, EditPart) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
Returns the Command to move the specified child before the given reference EditPart.
createNameText(Composite) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Creates the Text where the name of the entry is to be displayed.
createNewEntry(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteDrawerFactory
 
createNewEntry(Shell, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
This method is called when a new palette entry of the type supported by this PaletteEntryFactory is to be created.
createNewEntry(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
Create the PaletteEntry
createNewEntry(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteGroupFactory
 
createNewEntry(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSeparatorFactory
 
createNewEntry(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteStackFactory
 
createNewEntry(Shell, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteStackFactory
 
createOpenDrawerInitiallyOption(Composite) - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
Creates the button that provides the option to pin a drawer open at start-up.
createOperationSet() - Method in class org.eclipse.gef.tools.AbstractTool
Returns a new List of editparts that this tool is operating on.
createOperationSet() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
createOperationSet() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Returns a List of top-level edit parts excluding dependants (by calling ToolUtilities.getSelectionWithoutDependants(EditPartViewer) that understand the current target request (by calling ToolUtilities.filterEditPartsUnderstanding(List, Request).
createOperationSet() - Method in class org.eclipse.gef.tools.ResizeTracker
Returns all selected parts which understand resizing.
createOptionsPage(Composite, String, int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
This helper method is a result of code-factoring.
createOrFindConnection(Object) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Searches for an existing ConnectionEditPart in the Viewer's EditPart registry and returns it if one is found.
createOutline(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Creates the outline part of the dialog.
createOutlineActions() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Creates the actions that manipulate the palette model.
createOutlineContextMenu() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Uses a MenuManager to create the context menu for the outline.
createOutlineToolBar(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Uses a ToolBarManager to create the ToolBar in the outline part of the dialog.
createOutlineTreeViewer(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Creates the TreeViewer that is the outline of the model.
createPalettePage() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
 
createPaletteViewer(Composite) - Method in class org.eclipse.gef.ui.palette.PaletteViewerProvider
Creates a PaletteViewer on the given Composite
createPaletteViewer(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Creates the palette on the given composite.
createPaletteViewerProvider() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
Creates a PaletteViewerProvider that will be used to create palettes for the view and the flyout.
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.GraphicalEditorWithFlyoutPalette
 
createPartControl(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
 
createPinDrawerInitiallyOption(Composite) - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
Creates the button that provides the option to have a drawer open at start-up.
createPrintableLayers() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Creates a layered pane and the layers that should be printed.
createPrintableLayers() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Creates a layered pane and the layers that should be printed.
createPropertiesPanel(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Creates the part of the dialog where the properties of the element selected in the outline will be displayed.
createPropertiesPanelTitle(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Creates the title for the properties panel.
createRulerEditPart(EditPart, Object) - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPartFactory
 
createScaledLayers() - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
Creates a layered pane and the layers that should be scaled.
createScaledLayers() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Creates a scalable layered pane and the layers that should be scaled.
createSectionTitle(Composite, String) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
A convenient method to create CLabel titles (like the ones used in the Preferences dialog in the Eclipse workbench) throughout the dialog.
createSelectionHandles() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Creates selection handles for the bendpoints.
createSelectionHandles() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
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.SelectionHandlesEditPolicy
Returns a List of zero or more selection handles.
createSeparatorEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
Create SeparatorEditPart - edit part for PaletteSeparator
createSizeOnDropFeedback(CreateRequest) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Override to provide custom feedback figure for the given create request.
createSourceRequest() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
Creates a BendpointRequest.
createSourceRequest() - Method in class org.eclipse.gef.tools.ResizeTracker
 
createSourceRequest() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Creates and returns a new Request that is used during the drag.
createStackEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
Create PaletteStackEditPart - edit part for PaletteStack
createTargetRequest() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Creates and returns the Request that will be sent to the targeted EditPart.
createTargetRequest() - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
 
createTargetRequest() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
createTargetRequest() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Creates the target request, a ReconnectRequest.
createTargetRequest() - Method in class org.eclipse.gef.tools.CreationTool
Creates a CreateRequest and sets this tool's factory on the request.
createTargetRequest() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Creates a ChangeBoundsRequest.
createTargetRequest() - Method in class org.eclipse.gef.tools.SelectionTool
Creates a SelectionRequest for the target request.
createTargetRequest() - Method in class org.eclipse.gef.tools.TargetingTool
Creates the target request that will be used with the target editpart.
createTemplateEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
Create TemplateEditPart - edit part for PaletteTemplateEntry
createText(Composite, int, String) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Creates a Text.
createTool() - Method in class org.eclipse.gef.palette.ConnectionCreationToolEntry
 
createTool() - Method in class org.eclipse.gef.palette.CreationToolEntry
 
createTool() - Method in class org.eclipse.gef.palette.MarqueeToolEntry
 
createTool() - Method in class org.eclipse.gef.palette.PanningSelectionToolEntry
 
createTool() - Method in class org.eclipse.gef.palette.SelectionToolEntry
 
createTool() - Method in class org.eclipse.gef.palette.ToolEntry
Handles the creation of a new Tool.
createToolTip() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
createUndoablePropertySheetEntry(CommandStack) - Static method in class org.eclipse.gef.GEFPlugin
Create a property sheet entry which will execute commands on a command stack.
createViewport() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Constructs the viewport that will be used to contain all of the layers.

D

DEBUG_CLEAR - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
Clear ID
DEBUG_DND - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
DND ID
DEBUG_EDITPARTS - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
EditPart ID
DEBUG_EVENTS - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
Events ID
DEBUG_FEEDBACK - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
Feedback ID
DEBUG_GLOBAL - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
Global ID
DEBUG_LABEL_STYLE - Static variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
Label style constants
DEBUG_PAINTING - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
Painting ID
DEBUG_STATES - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
States ID
DEBUG_TOOLS - Static variable in class org.eclipse.gef.ui.console.DebugGEFAction
Tools ID
DEFAULT_FONT_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
DEFAULT_GAP - Static variable in class org.eclipse.gef.SnapToGrid
Deprecated. use DEFAULT_GRID_SIZE
DEFAULT_GRID_SIZE - Static variable in class org.eclipse.gef.SnapToGrid
The default grid size if the viewer does not specify a size.
DEFAULT_HANDLE_SIZE - Static variable in class org.eclipse.gef.handles.SquareHandle
The default size for square handles.
DELETE_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Delete"
DELETE_THRESHOLD - Static variable in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
DESCRIPTION_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Des&cription: "
DESC_FOLDER_CLOSED - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_FOLDER_OPEN - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_HORZ_ALIGN_CENTER - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_HORZ_ALIGN_CENTER_DIS - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_HORZ_ALIGN_LEFT - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_HORZ_ALIGN_LEFT_DIS - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_HORZ_ALIGN_RIGHT - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_HORZ_ALIGN_RIGHT_DIS - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_MARQUEE_TOOL_16 - Static variable in class org.eclipse.gef.SharedImages
A 16x16 Icon representing the Marquee Tool
DESC_MARQUEE_TOOL_24 - Static variable in class org.eclipse.gef.SharedImages
A 24x24 Icon representing the Marquee Tool
DESC_MATCH_HEIGHT - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_MATCH_HEIGHT_DIS - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_MATCH_WIDTH - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_MATCH_WIDTH_DIS - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_SELECTION_TOOL_16 - Static variable in class org.eclipse.gef.SharedImages
A 16x16 Icon representing the Selection Tool
DESC_SELECTION_TOOL_24 - Static variable in class org.eclipse.gef.SharedImages
A 24x24 Icon representing the Selection Tool
DESC_SEPARATOR - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_VERT_ALIGN_BOTTOM - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_VERT_ALIGN_BOTTOM_DIS - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_VERT_ALIGN_MIDDLE - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_VERT_ALIGN_MIDDLE_DIS - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_VERT_ALIGN_TOP - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_VERT_ALIGN_TOP_DIS - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_ZOOM_IN - Static variable in class org.eclipse.gef.internal.InternalImages
 
DESC_ZOOM_OUT - Static variable in class org.eclipse.gef.internal.InternalImages
 
DIRECT_EDIT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Direct edit action id.
DIRECT_EDIT_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a direct edit EditPolicy.
DOCK_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Dock On"
DRAWER_PIN_AT_STARTUP - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Pin drawer open at start-up"
DebugDND - Static variable in class org.eclipse.gef.GEF
Deprecated.  
DebugEditParts - Static variable in class org.eclipse.gef.GEF
Deprecated.  
DebugEvents - Static variable in class org.eclipse.gef.GEF
Deprecated.  
DebugFeedback - Static variable in class org.eclipse.gef.GEF
Deprecated.  
DebugGEF - class org.eclipse.gef.ui.console.DebugGEF.
View used for debugging information in GEF
DebugGEF() - Constructor for class org.eclipse.gef.ui.console.DebugGEF
Creates a new DebugGEF ViewPart
DebugGEFAction - class org.eclipse.gef.ui.console.DebugGEFAction.
Actions associated with viewing debugging data in GEF
DebugGEFAction(String, ImageDescriptor) - Constructor for class org.eclipse.gef.ui.console.DebugGEFAction
Creates a new DebugGEFAction with the given String and ImageDescriptor
DebugPainting - Static variable in class org.eclipse.gef.GEF
Deprecated.  
DebugToolStates - Static variable in class org.eclipse.gef.GEF
Deprecated.  
DebugTools - Static variable in class org.eclipse.gef.GEF
Deprecated.  
DefaultEditDomain - class org.eclipse.gef.DefaultEditDomain.
A default implementation of EditDomain.
DefaultEditDomain(IEditorPart) - Constructor for class org.eclipse.gef.DefaultEditDomain
Constructs a DefaultEditDomain with the specified IEditorPart
DefaultEntryPage - class org.eclipse.gef.ui.palette.customize.DefaultEntryPage.
This is a default implementation of the EntryPage interface.
DefaultEntryPage() - Constructor for class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
 
DefaultPaletteViewerPreferences - class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences.
This is the default implementation for PaletteViewerPreferences.
DefaultPaletteViewerPreferences() - Constructor for class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
Default Constructor
DefaultPaletteViewerPreferences(IPreferenceStore) - Constructor for class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
Constructor
DelegatingDragAdapter - class org.eclipse.gef.dnd.DelegatingDragAdapter.
Deprecated. use org.eclipse.jface.util.DelegatingDragAdapter instead
DelegatingDragAdapter() - Constructor for class org.eclipse.gef.dnd.DelegatingDragAdapter
Deprecated.  
DelegatingDropAdapter - class org.eclipse.gef.dnd.DelegatingDropAdapter.
Deprecated. use org.eclipse.jface.util.DelegatingDropAdapter instead
DelegatingDropAdapter() - Constructor for class org.eclipse.gef.dnd.DelegatingDropAdapter
Deprecated.  
DeleteAction - class org.eclipse.gef.ui.actions.DeleteAction.
An action to delete selected objects.
DeleteAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.DeleteAction
Deprecated. use DeleteAction(IWorkbenchPart part)
DeleteAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.DeleteAction
Constructs a DeleteAction using the specified part.
DeleteAction(IEditorPart, String) - Constructor for class org.eclipse.gef.ui.actions.DeleteAction
Deprecated. use DeleteAction(IWorkbenchPart)
DeleteAction_ActionDeleteCommandName - Static variable in class org.eclipse.gef.internal.GEFMessages
 
DeleteAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
DeleteAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
DeleteRetargetAction - class org.eclipse.gef.ui.actions.DeleteRetargetAction.
 
DeleteRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.DeleteRetargetAction
Constructs a new DeleteRetargetAction with the default ID, label and image.
DeselectAllTracker - class org.eclipse.gef.tools.DeselectAllTracker.
A DragTracker whose job it is to deselect all EditParts.
DeselectAllTracker(EditPart) - Constructor for class org.eclipse.gef.tools.DeselectAllTracker
Constructs a new DeselectAllTracker.
DetailedLabelFigure - class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure.
A customized figure used to represent entries in the GEF Palette.
DetailedLabelFigure() - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
Constructor
DirectEditAction - class org.eclipse.gef.ui.actions.DirectEditAction.
An action to perform direct editing on a selected part.
DirectEditAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.DirectEditAction
Deprecated. use DirectEditAction(IWorkbenchPart part)
DirectEditAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.DirectEditAction
Constructs a DirectEditAction using the specified part.
DirectEditManager - class org.eclipse.gef.tools.DirectEditManager.
Manages the direct edit operation by creating and maintaining the CellEditor and executing the resulting command if the cell editor value has changed.
DirectEditManager(GraphicalEditPart, Class, CellEditorLocator) - Constructor for class org.eclipse.gef.tools.DirectEditManager
Constructs a new DirectEdtiManager for the given source edit part.
DirectEditPolicy - class org.eclipse.gef.editpolicies.DirectEditPolicy.
Shows DirectEdit feedback and creates the Command to perform a "direct edit".
DirectEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.DirectEditPolicy
 
DirectEditRequest - class org.eclipse.gef.requests.DirectEditRequest.
A request to perform direct editing on the receiver of the Request.
DirectEditRequest() - Constructor for class org.eclipse.gef.requests.DirectEditRequest
Constructor for DirectEditRequest.
DirectEditRequest(Object) - Constructor for class org.eclipse.gef.requests.DirectEditRequest
Constructor for DirectEditRequest.
Disposable - interface org.eclipse.gef.Disposable.
Marks objects that should be disposed of when no longer in use.
DomainEventDispatcher - class org.eclipse.gef.ui.parts.DomainEventDispatcher.
A special event dispatcher that will route events to the EditDomain when appropriate.
DomainEventDispatcher(EditDomain, EditPartViewer) - Constructor for class org.eclipse.gef.ui.parts.DomainEventDispatcher
Constructs the dispatcher for the given domain and viewer.
DomainEventDispatcher.EditPartAccessibilityDispatcher - class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher.
Extended accessibility support for editpart.
DomainEventDispatcher.EditPartAccessibilityDispatcher() - Constructor for class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
DragEditPartsTracker - class org.eclipse.gef.tools.DragEditPartsTracker.
A DragTracker that moves EditParts.
DragEditPartsTracker(EditPart) - Constructor for class org.eclipse.gef.tools.DragEditPartsTracker
Constructs a new DragEditPartsTracker with the given source edit part.
DragGuidePolicy - class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy.
 
DragGuidePolicy() - Constructor for class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
DragTracker - interface org.eclipse.gef.DragTracker.
A specialization of Tool that is used by the SelectionTool during a Mouse Drag.
DragTreeItemsTracker - class org.eclipse.gef.tools.DragTreeItemsTracker.
Specializes selection to do nothing, the native Tree provides selection for free.
DragTreeItemsTracker(EditPart) - Constructor for class org.eclipse.gef.tools.DragTreeItemsTracker
Constructs a new DragTreeItemsTracker.
DrawerEditPart - class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart.
EditPart for a PaletteDrawer
DrawerEditPart(PaletteDrawer) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
Constructor
DrawerEntryPage - class org.eclipse.gef.ui.palette.customize.DrawerEntryPage.
The default entry page for drawers.
DrawerEntryPage() - Constructor for class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
 
DrawerFigure - class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure.
 
DrawerFigure(Control) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Constructor
DropRequest - interface org.eclipse.gef.requests.DropRequest.
A request that requires a location in order to drop an item.
deactivate() - Method in interface org.eclipse.gef.EditPart
Deactivates the EditPart.
deactivate() - Method in interface org.eclipse.gef.EditPolicy
Deactivates the EditPolicy, the inverse of EditPolicy.activate().
deactivate() - Method in interface org.eclipse.gef.Tool
Called when another Tool becomes the active tool for the EditDomain.
deactivate() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Deactivates this EditPart, and in turn deactivates its children and EditPolicies.
deactivate() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Extends AbstractEditPart.deactivate() to also deactivate the source ConnectionEditParts.
deactivate() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Does nothing by default.
deactivate() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
deactivate() is extended to remove the property change listener on the Connection figure.
deactivate() - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
 
deactivate() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Overrides deactivate to remove the EditPartListener.
deactivate() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
deactivate() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Extends deactivate to unhook the seleciton listener and to remove the visual changes for representing selection/focus.
deactivate() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
deactivate() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteStackEditPart
 
deactivate() - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
 
deactivate() - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
deactivate() - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
deactivate() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
deactivate() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
deactivate() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Erases feedback and sets fields to null.
deactivate() - Method in class org.eclipse.gef.tools.AbstractTool
Deactivates the tool.
deactivate() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Erases feedback and sets the viewer's focus to null.
deactivate() - Method in class org.eclipse.gef.tools.CreationTool
 
deactivate() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Erases source feedback and sets the autoexpose helper to null.
deactivate() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Erases feedback if necessary and puts the tool into the terminal state.
deactivate() - Method in class org.eclipse.gef.tools.ResizeTracker
 
deactivate() - Method in class org.eclipse.gef.tools.SelectionTool
Deactivates the tool.
deactivate() - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
deactivate() - Method in class org.eclipse.gef.tools.TargetingTool
 
deactivateEditPolicies() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Deactivates all installed EditPolicies.
deactivateFigure() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Deactivates the Figure representing this, by removing it from the connection layer, and resetting the source and target connections to null.
debug(String) - Static method in class org.eclipse.gef.GEF
Prints the given message to a trace window if available.
debug(String) - Method in class org.eclipse.gef.editparts.AbstractEditPart
This method will log a message to GEF's trace/debug system if the corresponding flag for EditParts is set to true.
debug(String) - Method in class org.eclipse.gef.tools.AbstractTool
Prints a string in the GEF Debug console if the Tools debug option is selected.
debugFeedback(String) - Method in class org.eclipse.gef.editparts.AbstractEditPart
This method will log the message to GEF's trace/debug system if the corrseponding flag for FEEDBACK is set to true.
debugFeedback(String) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
This method will log the message to GEF's trace/debug system if the corrseponding flag for FEEDBACK is set to true.
debugPop() - Static method in class org.eclipse.gef.GEF
decrements the tracing indentation
debugPush(String) - Static method in class org.eclipse.gef.GEF
Prints the given string to a trace window and increments indentation.
declareGlobalActionKeys() - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Subclasses must implement to declare the set of global action keys.
decorateChild(EditPart) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Decorates the child with a EditPolicy.PRIMARY_DRAG_ROLE such as ResizableEditPolicy.
decorateChildren() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Decorates all existing children.
deselect(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
Removes the specified EditPart from the current selection.
deselect(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
deselectAll() - Method in interface org.eclipse.gef.EditPartViewer
Deselects all EditParts.
deselectAll() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
detect(Point) - Method in interface org.eclipse.gef.AutoexposeHelper
Returns true if the specified location is interesting to the helper.
detect(Point) - Method in class org.eclipse.gef.editparts.ViewportAutoexposeHelper
Returns true if the given point is inside the viewport, but near its edge.
determineContainerForNewEntry(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
 
determineContainerForNewEntry(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
Given the current selection, this method determines the parent for the new entry to be created.
determineIndexForNewEntry(PaletteContainer, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
 
determineIndexForNewEntry(PaletteContainer, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
Calculates the index at which the new entry is to be created, given the current selection.
determineTypeForNewEntry(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteDrawerFactory
 
determineTypeForNewEntry(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
Given the current selection, this method determines the type of the new entry to be created.
determineTypeForNewEntry(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSeparatorFactory
 
determineTypeForNewEntry(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteStackFactory
 
diagramViewer - Variable in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
diagramViewer - Variable in class org.eclipse.gef.internal.ui.rulers.RulerEditPartFactory
 
diagramViewer - Variable in class org.eclipse.gef.ui.actions.ToggleRulerVisibilityAction
The viewer whose ruler visibility property is to be toggled
dispatchFocusGained(FocusEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchFocusLost(FocusEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchKeyPressed(KeyEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchKeyReleased(KeyEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseDoubleClicked(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseEntered(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseExited(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseHover(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseMoved(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMousePressed(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchMouseReleased(MouseEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
dispatchNativeDragFinished(DragSourceEvent, AbstractEditPartViewer) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
Dispatches a drag finished event.
dispatchNativeDragStarted(DragSourceEvent, AbstractEditPartViewer) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
Dispatches a drag started event.
dispose() - Method in interface org.eclipse.gef.Disposable
Performs and necessary cleanup.
dispose() - Method in class org.eclipse.gef.commands.Command
This is called to indicate that the Command will not be used again.
dispose() - Method in class org.eclipse.gef.commands.CommandStack
This will dispose() all the commands in both the undo and redo stack.
dispose() - Method in class org.eclipse.gef.commands.CompoundCommand
Disposes all contained Commands.
dispose() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
Releases any OS resources used by the figure.
dispose() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
dispose() - Method in class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
 
dispose() - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Disposes the contributor.
dispose() - Method in class org.eclipse.gef.ui.actions.ActionRegistry
Calls dispose on all actions which implement the Disposable interface so they can perform their own clean-up.
dispose() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
dispose() - Method in class org.eclipse.gef.ui.actions.CopyTemplateAction
 
dispose() - Method in class org.eclipse.gef.ui.actions.SelectionAction
 
dispose() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Disposes the action when it is no longer needed.
dispose() - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
 
dispose() - Method in class org.eclipse.gef.ui.console.DebugGEF
 
dispose() - Method in class org.eclipse.gef.ui.palette.LayoutAction
Empty method
dispose() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
dispose() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.CustomPalettePage
 
dispose() - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
dispose() - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
dispose() - Method in class org.eclipse.gef.ui.views.palette.PaletteViewerPage
Releases the palette viewer from the edit domain
doAutoexpose() - Method in class org.eclipse.gef.tools.TargetingTool
Called to perform an iteration of the autoexpose process.
doCreatePage(IWorkbenchPart) - Method in class org.eclipse.gef.ui.stackview.CommandStackInspector
 
doCreatePage(IWorkbenchPart) - Method in class org.eclipse.gef.ui.views.palette.PaletteView
 
doDestroyPage(IWorkbenchPart, PageBookView.PageRec) - Method in class org.eclipse.gef.ui.stackview.CommandStackInspector
Destroys a page in the pagebook.
doDestroyPage(IWorkbenchPart, PageBookView.PageRec) - Method in class org.eclipse.gef.ui.views.palette.PaletteView
 
doLayout(boolean) - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart.RulerViewport
This is the method that does the actual layout.
domain - Variable in class org.eclipse.gef.ui.parts.DomainEventDispatcher
The edit domain
downLabel - Variable in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
dragEnter(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the information about the current DropTargetEvent.
dragFinished(DragSourceEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
 
dragFinished(DragSourceEvent) - Method in class org.eclipse.gef.dnd.TemplateTransferDragSourceListener
 
dragLeave(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the information about the current DropTargetEvent and then calls unload().
dragOperationChanged(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the information about the current DropTargetEvent and then calls handleDragOperationChanged().
dragOver(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the information about the current DropTargetEvent and then calls handleDragOver().
dragSetData(DragSourceEvent) - Method in class org.eclipse.gef.dnd.TemplateTransferDragSourceListener
Get the template from the selected PaletteTemplateEntry and sets it as the event data to be dropped.
dragStart(DragSourceEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
 
dragStart(DragSourceEvent) - Method in class org.eclipse.gef.dnd.TemplateTransferDragSourceListener
Cancels the drag if the selected item does not represent a PaletteTemplateEntry.
drop(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the information about the current DropTargetEvent and then calls AbstractTransferDropTargetListener.handleDrop(), followed by AbstractTransferDropTargetListener.unload().
dropAccept(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Stores the current DropTargetEvent and does nothing.

E

ERROR - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Could Not Accept Changes"
ERR_Assert_IsNotNull_Exception_AssertionFailed - Static variable in class org.eclipse.gef.internal.GEFMessages
 
ERR_Assert_IsTrue_Exception_AssertionFailed - Static variable in class org.eclipse.gef.internal.GEFMessages
 
EXPAND_DRAWER_AT_STARTUP_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Open drawer at start-up"
EditDomain - class org.eclipse.gef.EditDomain.
The collective state of a GEF "application", loosely defined by a CommandStack, one or more EditPartViewers, and the active Tool.
EditDomain() - Constructor for class org.eclipse.gef.EditDomain
Constructs an EditDomain and loads the default tool.
EditPart - interface org.eclipse.gef.EditPart.
EditParts are the building blocks of GEF Viewers.
EditPartFactory - interface org.eclipse.gef.EditPartFactory.
A factory for creating new EditParts.
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.
An adapter on an SWT Control that manages the EditParts.
EditPartViewer.Conditional - interface org.eclipse.gef.EditPartViewer.Conditional.
An object which evaluates an EditPart for an arbitrary property.
EditPolicy - interface org.eclipse.gef.EditPolicy.
A pluggable contribution implementing a portion of an EditPart's behavior.
EditorPartAction - class org.eclipse.gef.ui.actions.EditorPartAction.
 
EditorPartAction(IEditorPart, int) - Constructor for class org.eclipse.gef.ui.actions.EditorPartAction
Constructs a new EditorPartAction with the given editor and style.
EditorPartAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.EditorPartAction
Constructs a new EditorPartAction with the given editor.
EntryPage - interface org.eclipse.gef.ui.palette.customize.EntryPage.
An EntryPage displays properties of a PaletteEntry.
EntryPageContainer - interface org.eclipse.gef.ui.palette.customize.EntryPageContainer.
An EntryPageContainer allows an EntryPage to report errors to it.
ExposeHelper - interface org.eclipse.gef.ExposeHelper.
An adapter on an EditPart used to expose a descendant contained in that EditPart.
enableVerticalScrollbar(boolean) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Indicates that the palette should scroll using a native vertical scrollbar as opposed to individual lightweight buttons that appear dynamically on each drawer.
equals(Object) - Method in class org.eclipse.gef.KeyStroke
 
equals(Object) - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
Compares this action contribution item with another object.
eraseChangeBoundsFeedback(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Erases drag feedback.
eraseConnectionFeedback(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Erases all bendpoint feedback.
eraseConnectionMoveFeedback(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
Erases connection move feedback.
eraseCreationFeedback(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Erases connection feedback if necessary.
eraseDirectEditFeedback(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
If feedback is being shown, this method calls DirectEditPolicy.revertOldEditValue(DirectEditRequest).
eraseFeedback() - Method in class org.eclipse.gef.tools.DirectEditManager
Asks the source edit part to erase source feedback.
eraseHoverFeedback() - Method in class org.eclipse.gef.tools.SelectionTool
Erases the hover feedback by calling EditPart.eraseTargetFeedback(Request).
eraseLayoutTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
eraseLayoutTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Erases target layout feedback.
eraseSizeOnDropFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Erases size-on-drop feedback used during creation.
eraseSourceFeedback(Request) - Method in interface org.eclipse.gef.EditPart
Erases source feedback for the specified Request.
eraseSourceFeedback(Request) - Method in interface org.eclipse.gef.EditPolicy
Erases source feedback based on the given Request.
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
Does nothing by default.
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
 
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Calls GraphicalNodeEditPolicy.eraseCreationFeedback(CreateConnectionRequest) when appropriate.
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
Dispatches erase requests to more specific methods.
eraseSourceFeedback(Request) - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
eraseSourceFeedback() - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
eraseSourceFeedback() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Asks the source editpart to erase connection creation feedback.
eraseSourceFeedback() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Erases the source feedback.
eraseSourceFeedback() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Asks the edit parts in the operation set to erase their source feedback.
eraseSourceFeedback() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Show the source drag feedback for the drag occurring within the viewer.
eraseTargetConnectionFeedback(DropRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Override to erase target feedback.
eraseTargetFeedback(Request) - Method in interface org.eclipse.gef.EditPart
Erases target feedback for the specified Request.
eraseTargetFeedback(Request) - Method in interface org.eclipse.gef.EditPolicy
Erases target feedback based on the given Request.
eraseTargetFeedback() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Calls eraseTargetFeedback(Request) on the current target, using the target Request.
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
Does nothing by default.
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Calls GraphicalNodeEditPolicy.eraseTargetConnectionFeedback(DropRequest) when appropriate.
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Calls two more specific methods depending on the Request.
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.SnapFeedbackPolicy
 
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
 
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteStackEditPart
 
eraseTargetFeedback(Request) - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
eraseTargetFeedback() - Method in class org.eclipse.gef.tools.ResizeTracker
This method is invoked when the resize operation is complete.
eraseTargetFeedback() - Method in class org.eclipse.gef.tools.TargetingTool
Asks the current target editpart to erase target feedback using the target request.
evaluate(EditPart) - Method in class org.eclipse.gef.AutoexposeHelper.Search
 
evaluate(EditPart) - Method in interface org.eclipse.gef.EditPartViewer.Conditional
Returns true if the editpart meets this condition.
execute() - Method in class org.eclipse.gef.commands.Command
executes the Command.
execute(Command) - Method in class org.eclipse.gef.commands.CommandStack
Executes the specified Command if it is executable.
execute() - Method in class org.eclipse.gef.commands.CompoundCommand
Execute the command.For a compound command this means executing all of the commands that it contains.
execute() - Method in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
execute(Command) - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Executes the given Command using the command stack.
executeCurrentCommand() - Method in class org.eclipse.gef.tools.AbstractTool
Execute the currently active command.
exposeDescendant(EditPart) - Method in interface org.eclipse.gef.ExposeHelper
Exposes the specified descendant on the EditPart which returned this helper.
exposeDescendant(EditPart) - Method in class org.eclipse.gef.editparts.ViewportExposeHelper
Exposes the descendant EditPart by smoothly scrolling the Viewport.

F

FEEDBACK_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
The layer containing feedback, which are generally temporary visuals that appear on top of all other visuals.
FG_COLOR - Static variable in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Foreground color constant
FIT_ALL - Static variable in class org.eclipse.gef.editparts.ZoomManager
String constant for the "Page" zoom level.
FIT_HEIGHT - Static variable in class org.eclipse.gef.editparts.ZoomManager
String constant for the "Height" zoom level.
FIT_WIDTH - Static variable in class org.eclipse.gef.editparts.ZoomManager
String constant for the "Width" zoom level.
FLAG_ACTIVE - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
This flag is set during AbstractEditPart.activate(), and reset on AbstractEditPart.deactivate()
FLAG_FOCUS - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
This flag indicates that the EditPart has focus.
FLAG_SELECTION_PERFORMED - Static variable in class org.eclipse.gef.tools.SelectEditPartTracker
Flag to indicate selection has been performed.
FONT_CHANGE_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
FeedbackHelper - class org.eclipse.gef.editpolicies.FeedbackHelper.
Helps display connection feedback during drags of the connection ends.
FeedbackHelper() - Constructor for class org.eclipse.gef.editpolicies.FeedbackHelper
Constructs a new FeedbackHelper.
FitAllAction_Label - Static variable in class org.eclipse.gef.SharedMessages
The string "Page".
FitHeightAction_Label - Static variable in class org.eclipse.gef.SharedMessages
The string "Height".
FitWidthAction_Label - Static variable in class org.eclipse.gef.SharedMessages
The string "Width".
FlagSupport - class org.eclipse.gef.util.FlagSupport.
A structure for storing multiple flags compactly using a 32-bit int.
FlagSupport() - Constructor for class org.eclipse.gef.util.FlagSupport
 
FlowLayoutEditPolicy - class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy.
An EditPolicy for use with FlowLayout.
FlowLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
FlyoutPaletteComposite - class org.eclipse.gef.ui.palette.FlyoutPaletteComposite.
The FlyoutPaletteComposite is used to show a flyout palette alongside another control.
FlyoutPaletteComposite(Composite, int, IWorkbenchPage, PaletteViewerProvider, FlyoutPaletteComposite.FlyoutPreferences) - Constructor for class org.eclipse.gef.ui.palette.FlyoutPaletteComposite
Constructor
FlyoutPaletteComposite.FlyoutPreferences - interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences.
FlyoutPreferences is used to save/load the preferences for the flyout palette.
ForwardUndoCompoundCommand - class org.eclipse.gef.commands.ForwardUndoCompoundCommand.
A CompoundCommand that performs undo on its contained Commands in the same order in which they were executed.
ForwardUndoCompoundCommand() - Constructor for class org.eclipse.gef.commands.ForwardUndoCompoundCommand
Constructs a ForwardUndoCompoundCommand with no label
ForwardUndoCompoundCommand(String) - Constructor for class org.eclipse.gef.commands.ForwardUndoCompoundCommand
Constructs a ForwardUndoCompoundCommand with the specified label
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.
FreeformGraphicalRootEditPart - class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart.
A graphical root that uses FreeformFigures as the layers in the diagram.
FreeformGraphicalRootEditPart() - Constructor for class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 
factory - Variable in class org.eclipse.gef.palette.CreationToolEntry
The creation factory used with the returned creation tool.
feedbackHelper - Variable in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
the current FeedbackHelper
figure - Variable in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
The Figure
fill(Composite) - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
The ToolbarDropdownContributionItem implementation of this IContributionItem method creates a SWT Button for the action.
fill(Menu, int) - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
The ToolbarDropdownContributionItem implementation of this IContributionItem method creates a SWT MenuItem for the action.
fill(ToolBar, int) - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
The ToolbarDropdownContributionItem implementation of this IContributionItem method creates a SWT ToolItem for the action.
fill(Composite) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
The control item implementation of this IContributionItem method calls the createControl framework method.
fill(Menu, int) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
The control item implementation of this IContributionItem method throws an exception since controls cannot be added to menus.
fill(ToolBar, int) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
The control item implementation of this IContributionItem method calls the createControl framework method to create a control under the given parent, and then creates a new tool item to hold it.
fillActions() - Method in class org.eclipse.gef.ui.console.DebugGEF
Called by createPartControl(Composite).
filterEditPartsUnderstanding(List, Request) - Static method in class org.eclipse.gef.tools.ToolUtilities
Filters the given list of EditParts so that the list only contains the EditParts that understand the given request (i.e.
find(EditPart) - Static method in class org.eclipse.gef.editparts.LayerManager.Helper
Finds the LayerManager given any EditPart in the Viewer.
findFigureAt(int, int, TreeSearch) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
findHandleAt(Point) - Method in interface org.eclipse.gef.GraphicalViewer
Returns the Handle at the specified Point.
findHandleAt(Point) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
findIndexOfTreeItemAt(Point) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
Calculates the index of the TreeItem ata agiven point.
findObjectAt(Point) - Method in interface org.eclipse.gef.EditPartViewer
Returns null or the EditPart associated with the specified location.
findObjectAt(Point) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
findObjectAtExcluding(Point, Collection) - Method in interface org.eclipse.gef.EditPartViewer
Returns null or the EditPart at the specified location, excluding the specified set.
findObjectAtExcluding(Point, Collection, EditPartViewer.Conditional) - Method in interface org.eclipse.gef.EditPartViewer
Returns null or the EditPart at the specified location, using the given exclusion set and conditional.
findObjectAtExcluding(Point, Collection) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
findObjectAtExcluding(Point, Collection, EditPartViewer.Conditional) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
findObjectAtExcluding(Point, Collection, EditPartViewer.Conditional) - Method in class org.eclipse.gef.ui.parts.TreeViewer
 
findTreeItemAt(Point) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
Calculates the TreeItem at a specified Point.
fireActivated() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies EditPartListeners that this EditPart has been activated.
fireChildAdded(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies EditPartListeners that a child has been added.
fireDeactivated() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies EditPartListeners that this EditPart has been deactivated.
fireModeChanged() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Notifies registered listeners of change in the active tool on the palette
firePropertyChange(int) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
firePropertyChanged(String, Object) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
The oldValue of the PropertyChangeEvent that is fired will always be null.
fireRemovingChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies EditPartListeners that a child is being removed.
fireRemovingSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Notifies listeners that a source connection has been removed.
fireRemovingTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Notifies listeners that a target connection has been removed.
fireSelectionChanged() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies EditPartListeners that the selection has changed.
fireSelectionChanged() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Fires selection changed to the registered listeners at the time called.
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 target connection has been added.
fireZoomChanged() - Method in class org.eclipse.gef.editparts.ZoomManager
Notifies listeners that the zoom level has changed.
flush() - Method in interface org.eclipse.gef.EditPartViewer
Flushes all pending updates to the Viewer.
flush() - Method in class org.eclipse.gef.commands.CommandStack
Flushes the entire stack and resets the save location to zero.
flush() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
flush() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Flushes and pending layouts and paints in the lightweight system.
focusGained(FocusEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when one of the EditDomain's Viewers receives keyboard focus.
focusGained(FocusEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer's Control gains keyboard 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.EditDomain
Called when one of the EditDomain's Viewers is losing keyboard focus.
focusLost(FocusEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer's Control loses keyboard focus.
focusLost(FocusEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Called when a viewer that the editor controls loses focus.
focusPart - Variable in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
The editpart specifically set to have focus.

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
 
GEFMessages - class org.eclipse.gef.internal.GEFMessages.
Internal Messages
GEFMessages() - Constructor for class org.eclipse.gef.internal.GEFMessages
 
GEFPlugin - class org.eclipse.gef.GEFPlugin.
 
GEFPlugin() - Constructor for class org.eclipse.gef.GEFPlugin
Creates the singleton instance of the GEF plugin.
GRAPHICAL_NODE_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a graphical node EditPolicy.
GRID_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
Identifies the layer where the grid is painted.
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.
GUIDE_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
Identifies the layer where Guides add feedback to the primary viewer.
GlobalDebug - Static variable in class org.eclipse.gef.GEF
Deprecated.  
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
 
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
GraphicalEditorWithFlyoutPalette - class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.
This class serves as a quick starting point for clients who are new to GEF.
GraphicalEditorWithFlyoutPalette() - Constructor for class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
 
GraphicalEditorWithFlyoutPalette.CustomPalettePage - class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.CustomPalettePage.
A custom PalettePage that helps GraphicalEditorWithFlyoutPalette keep the two PaletteViewers (one displayed in the editor and the other displayed in the PaletteView) in sync when switching from one to the other (i.e., it helps maintain state across the two viewers).
GraphicalEditorWithFlyoutPalette.CustomPalettePage(PaletteViewerProvider) - Constructor for class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.CustomPalettePage
Constructor
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
 
GraphicalEditor_CLOSE_BUTTON_UI - Static variable in class org.eclipse.gef.internal.GEFMessages
 
GraphicalEditor_FILE_DELETED_TITLE_UI - Static variable in class org.eclipse.gef.internal.GEFMessages
 
GraphicalEditor_FILE_DELETED_WITHOUT_SAVE_INFO - Static variable in class org.eclipse.gef.internal.GEFMessages
 
GraphicalEditor_SAVE_BUTTON_UI - Static variable in class org.eclipse.gef.internal.GEFMessages
 
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.  
GraphicalRootEditPart_Overview_Title - Static variable in class org.eclipse.gef.internal.GEFMessages
 
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 with the default root editpart.
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.
GridLayer - class org.eclipse.gef.editparts.GridLayer.
This is a layer that displays the grid.
GridLayer() - Constructor for class org.eclipse.gef.editparts.GridLayer
Constructor Sets the default grid color: ColorConstants.lightGray
GroupEditPart - class org.eclipse.gef.internal.ui.palette.editparts.GroupEditPart.
 
GroupEditPart(PaletteContainer) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.GroupEditPart
 
GroupFigure - class org.eclipse.gef.internal.ui.palette.editparts.GroupFigure.
 
GroupFigure() - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.GroupFigure
 
GroupRequest - class org.eclipse.gef.requests.GroupRequest.
A Request from multiple EditParts.
GroupRequest(Object) - Constructor for class org.eclipse.gef.requests.GroupRequest
Creates a GroupRequest with the given type.
GroupRequest() - Constructor for class org.eclipse.gef.requests.GroupRequest
Default constructor.
GuideEditPart - class org.eclipse.gef.internal.ui.rulers.GuideEditPart.
 
GuideEditPart(Object) - Constructor for class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
GuideEditPart.GuideLineFigure - class org.eclipse.gef.internal.ui.rulers.GuideEditPart.GuideLineFigure.
 
GuideEditPart.GuideLineFigure() - Constructor for class org.eclipse.gef.internal.ui.rulers.GuideEditPart.GuideLineFigure
 
GuideEditPart.GuideSelectionPolicy - class org.eclipse.gef.internal.ui.rulers.GuideEditPart.GuideSelectionPolicy.
 
GuideEditPart.GuideSelectionPolicy() - Constructor for class org.eclipse.gef.internal.ui.rulers.GuideEditPart.GuideSelectionPolicy
 
GuideFigure - class org.eclipse.gef.internal.ui.rulers.GuideFigure.
 
GuideFigure(boolean) - Constructor for class org.eclipse.gef.internal.ui.rulers.GuideFigure
 
GuideLayer - class org.eclipse.gef.editparts.GuideLayer.
This is a layer where the guide lines are displayed.
GuideLayer() - Constructor for class org.eclipse.gef.editparts.GuideLayer
 
GuidePlaceHolder - class org.eclipse.gef.internal.ui.rulers.GuidePlaceHolder.
 
GuidePlaceHolder(boolean) - Constructor for class org.eclipse.gef.internal.ui.rulers.GuidePlaceHolder
 
Guide_Desc - Static variable in class org.eclipse.gef.internal.GEFMessages
 
Guide_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
generateSnapPartsList(List) - Method in class org.eclipse.gef.SnapToGeometry
Generates a list of parts which should be snapped to.
getAccGuideDescription(AccessibleEvent, Object) - Method in class org.eclipse.gef.rulers.RulerProvider
Return the description of the control or specified child in the result field of the event object.
getAccGuideName(AccessibleEvent, Object) - Method in class org.eclipse.gef.rulers.RulerProvider
Return the given guide's name/label in the result field of the given event.
getAccGuideValue(AccessibleControlEvent, Object) - Method in class org.eclipse.gef.rulers.RulerProvider
Return the guide's position in the result field of the given event.
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.
getAccessibleEditPart() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
getAccessibleEditPart() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
getAccessibleEditPart() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
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.AbstractHandle
By default, the center of the handle is returned.
getAccessibleLocation() - Method in class org.eclipse.gef.handles.MoveHandle
Returns a point along the right edge of the handle.
getAction() - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
Returns the action associated with this contribution item.
getAction(String) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Retrieves an action from the action registry using the given ID.
getAction(Object) - Method in class org.eclipse.gef.ui.actions.ActionRegistry
Returns null or the IAction with the given key.
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.
getActiveEntry() - Method in class org.eclipse.gef.palette.PaletteStack
Returns the PaletteEntry referring to the active entry that should be shown in the palette.
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.AbstractConnectionEditPart
AbstractConnectionEditPart extends getAdapter() to overrides the AbstractConnectionEditPart.DefaultAccessibleAnchorProvider adapter returned by the superclass.
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.AbstractGraphicalEditPart
Extends AbstractEditPart.getAdapter(Class) to handle additional adapter types.
getAdapter(Class) - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 
getAdapter(Class) - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
getAdapter(Class) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
getAdapter(Class) - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
getAdapter(Class) - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
 
getAdapter(Class) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the adapter for the specified key.
getAdapter(Class) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
 
getAdapter(Class) - Method in class org.eclipse.gef.ui.views.palette.PaletteViewerPage
 
getAddCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Overrides getAddCommand() to generate the proper constraint for each child being added.
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.LayoutEditPolicy
Override to return the Command to perform an ADD.
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(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
Returns a Command for adding the children to the container.
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.
getAttachedEditParts(Object, GraphicalViewer) - Method in class org.eclipse.gef.rulers.RulerProvider
Returns a List of EditParts that are attached to the given guide.
getAttachedModelObjects(Object) - Method in class org.eclipse.gef.rulers.RulerProvider
Returns a List of model objects that are attached to the given guide.
getAutoCollapseSetting() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
getAutoCollapseSetting() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Returns the current auto-collapse setting.
getBootstrapPart() - Method in class org.eclipse.gef.ui.stackview.CommandStackInspector
 
getBootstrapPart() - Method in class org.eclipse.gef.ui.views.palette.PaletteView
The view shows the palette associated with the active editor.
getBorderColor() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated. Returns the outline color based on what is returned by CornerTriangleBorder.isPrimary().
getBorderColor() - Method in class org.eclipse.gef.handles.SquareHandle
Returns the color for the outside of the handle.
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.
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.
getCategory() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
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
 
getChildEntries() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
getChildSize(IFigure, int, int) - Method in class org.eclipse.gef.internal.ui.palette.editparts.ColumnsLayout
 
getChildren(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
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(AccessibleControlEvent) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart
 
getChildren() - Method in class org.eclipse.gef.palette.PaletteContainer
 
getChildren(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getChildren(Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
getCloneCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
Override to contribute to clone requests.
getCloneCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Override to contribute to clone requests.
getCollapseToggle() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
getCommand(Request) - Method in interface org.eclipse.gef.EditPart
Returns the Command to perform the specified Request or null.
getCommand(Request) - Method in interface org.eclipse.gef.EditPolicy
Returns the Command contribution for the given Request, or null.
getCommand() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the current command from the target EditPart.
getCommand(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Subclasses should rarely extend this method.
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.GraphicalRootEditPart
Deprecated. Returns the unexecutable command.
getCommand(Request) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
 
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.editpolicies.AbstractEditPolicy
Returns null by default.
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.ComponentEditPolicy
Factors the incoming Request into ORPHANs and DELETEs.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
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.ContainerEditPolicy
Overridden to check for add, create, and orphan.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
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.LayoutEditPolicy
Factors incoming requests into various specific methods.
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
 
getCommand(Request) - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
getCommand() - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
getCommand() - Method in class org.eclipse.gef.tools.AbstractTool
Returns a new, updated command based on the tool's current properties.
getCommand() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
Obtains a new command from the connection.
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.ResizeTracker
 
getCommand() - Method in class org.eclipse.gef.tools.TargetingTool
Queries the target editpart for a command.
getCommandName() - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
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.ConnectionBendpointTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.CreationTool
 
getCommandName() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
getCommandName() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
getCommandName() - Method in class org.eclipse.gef.tools.SelectionTool
 
getCommandStack() - Method in class org.eclipse.gef.EditDomain
Returns the CommandStack.
getCommandStack() - Method in class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
returns the Command stack from the root entry
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.
getCommands() - Method in class org.eclipse.gef.commands.CommandStack
 
getCommands() - Method in class org.eclipse.gef.commands.CompoundCommand
 
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.editpolicies.ConnectionEndpointEditPolicy
Convenience method for obtaining the host's Connection figure.
getConnection() - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
Returns the connection being used to show feedback.
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.ConnectionBendpointTracker
Convenience method to obtain the connection editpart's connection figure.
getConnection() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Returns the ConnectionEditPart's 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.ConnectionBendpointTracker
Returns the connection editpart on which the tracker operates.
getConnectionEditPart() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Returns the ConnectionEditPart.
getConnectionFigure() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Convenience method for casting this GraphicalEditPart's Figure to a Connection
getConstraint(IFigure) - Method in class org.eclipse.gef.editparts.GuideLayer
 
getConstraint(IFigure) - Method in class org.eclipse.gef.internal.ui.rulers.RulerLayout
 
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(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.ConstrainedLayoutEditPolicy
Generates a draw2d constraint given a Rectangle.
getConstraintFor(CreateRequest) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Generates a draw2d constraint for the given CreateRequest.
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(Point) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Returns a Rectangle at the given Point with width and height of -1.
getConstraintFor(Rectangle) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Returns a new Rectangle equivalent to the passed Rectangle.
getConstraintForClone(GraphicalEditPart, ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Returns the correct rectangle bounds for the new clone's location.
getConstraints() - Method in class org.eclipse.gef.editparts.GuideLayer
 
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.AbstractGraphicalEditPart
If the children's Figures should be
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.GraphicalRootEditPart
Deprecated. Returns the primary layer, which will parent the contents editpart.
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.internal.ui.palette.editparts.DrawerEditPart
 
getContentPane() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
getContentPane() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteRootEditPart
 
getContentPane() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteStackEditPart
 
getContents() - Method in interface org.eclipse.gef.EditPartViewer
Returns the contents of this Viewer.
getContents() - Method in interface org.eclipse.gef.RootEditPart
Returns the contents EditPart.
getContents() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 
getContents() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
getContents() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
 
getContents() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
 
getContents() - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
 
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 class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
 
getControl() - Method in interface org.eclipse.gef.ui.palette.customize.EntryPage
Returns the Panel (Control) that displays the properties of the entry.
getControl() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getControl() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
getControl() - Method in class org.eclipse.gef.ui.stackview.CommandStackInspectorPage
 
getControl() - Method in class org.eclipse.gef.ui.views.palette.PaletteViewerPage
 
getCorrectionFor(SnapToGeometry.Entry[], Map, boolean, double, double) - Method in class org.eclipse.gef.SnapToGeometry
Returns the correction value for the given entries and sides.
getCorrectionFor(SnapToGeometry.Entry[], Map, boolean, double, int) - Method in class org.eclipse.gef.SnapToGeometry
Returns the correction value between ± SnapToGeometry.THRESHOLD, or the THRESHOLD if no corrections were found.
getCorrectionFor(int[], double, double, Map, boolean) - Method in class org.eclipse.gef.SnapToGuides
Returns the correction for the given near and far sides of a rectangle or SnapToGuides.THRESHOLD if no correction was found.
getCorrectionFor(int[], double, Map, boolean, int) - Method in class org.eclipse.gef.SnapToGuides
Returns the correction for the given location or SnapToGuides.THRESHOLD if no correction was found.
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.ContainerEditPolicy
Clients must implement to contribute to create requests.
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.TreeContainerEditPolicy
Returns a Command for creating the object inside the container.
getCreateGuideCommand(int) - Method in class org.eclipse.gef.rulers.RulerProvider
Clients should override this method to return a Command to create a new guide at the given position.
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.
getCreationFeedbackOffset(CreateRequest) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Returns any insets that need to be applied to the creation feedback's bounds.
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.
getCurrentCursor() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
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.
getCurrentPosition() - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
getCurrentPositionZoomed() - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
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.
getDPU() - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
getDebugLabel() - Method in class org.eclipse.gef.commands.Command
 
getDebugLabel() - Method in class org.eclipse.gef.commands.ForwardUndoCompoundCommand
 
getDebugName() - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
getDebugName() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the debug name for this tool.
getDebugName() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.CreationTool
 
getDebugName() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
getDebugName() - Method in class org.eclipse.gef.tools.PanningSelectionTool
 
getDebugName() - Method in class org.eclipse.gef.tools.ResizeTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
getDebugName() - Method in class org.eclipse.gef.tools.SelectionTool
 
getDebugNameForState(int) - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
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.PanningSelectionTool
 
getDebugNameForState(int) - Method in class org.eclipse.gef.tools.SelectionTool
 
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.internal.ui.rulers.RulerDragTracker
 
getDefaultCursor() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the cursor used under normal conditions.
getDefaultCursor() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Returns the cursor used under normal conditions.
getDefaultCursor() - Method in class org.eclipse.gef.tools.PanningSelectionTool
Returns the cursor used under normal conditions.
getDefaultCursor() - Method in class org.eclipse.gef.tools.ResizeTracker
 
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.ComponentEditPolicy
Combines the DELETE contribution from this class and the parent.
getDeleteCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEditPolicy
Subclasses should implement to return the Command to delete the connection.
getDeleteDependantCommand(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Returns the Command to delete a child.
getDeleteGuideCommand(Object) - Method in class org.eclipse.gef.rulers.RulerProvider
Clients should override this method to return a Command to delete the given guide.
getDescription(AccessibleEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getDescription() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
getDescription() - Method in class org.eclipse.gef.palette.PaletteEntry
 
getDescription(AccessibleEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getDescriptor() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
Returns the descriptor for this entry.
getDiagramViewer() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
Returns the GraphicalViewer associated with the diagram.
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.
getDisplayName() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
getDockLocation() - Method in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
When there is no saved dock location, this method can return any int (preferrably a non-positive int).
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(Request) - Method in interface org.eclipse.gef.EditPart
Returns a DragTracker for dragging this EditPart.
getDragTracker() - Method in interface org.eclipse.gef.Handle
Returns the DragTracker for dragging this Handle.
getDragTracker(Request) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
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.AbstractTreeEditPart
 
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.GraphicalRootEditPart
Deprecated. Should never be called.
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.ScalableRootEditPart
Should not be called, but returns a MarqeeDragTracker for good measure.
getDragTracker() - Method in class org.eclipse.gef.handles.AbstractHandle
Returns the drag tracker to use when the user clicks on this handle.
getDragTracker(Request) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
getDragTracker(Request) - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
 
getDragTracker(Request) - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
getDragTracker(Request) - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
getDragTracker(Request) - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
getDragTracker() - Method in class org.eclipse.gef.tools.SelectionTool
Returns the current drag tracker.
getDrawFocus() - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
getDrawer() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
Convenience method that provides access to the PaletteDrawer that is the model.
getDrawer() - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
Convenience method that provides access to the PaletteDrawer.
getDrawerFigure() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
Convenience method to get the DrawerFigure for the model drawer.
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.
getDummyGuideFigure() - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
getDummyLineFigure() - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
getEditDomain() - Method in interface org.eclipse.gef.EditPartViewer
Returns the EditDomain to which this viewer belongs.
getEditDomain() - Method in class org.eclipse.gef.ui.palette.PaletteViewerProvider
 
getEditDomain() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getEditDomain() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the edit domain.
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.
getEditValue(int) - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
Returns the edit value for the object at the given index.
getEditor(Composite) - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
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.
getElements(Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
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.
getErrorText() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
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.ConnectionEndpointTracker
 
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.TargetingTool
Returns a List of objects that should be excluded as potential targets for the operation.
getExtendedData() - Method in class org.eclipse.gef.Request
Returns a Map that can be used to save useful information in this request.
getFactory(Object) - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
Returns the appropriate Factory object to be used for the specified template.
getFactory() - Method in class org.eclipse.gef.requests.CreateRequest
Returns the CreationFactory for this request.
getFactory() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Returns the creation factory that will be used with the create connection request.
getFactory() - Method in class org.eclipse.gef.tools.CreationTool
Returns the creation factory used to create the new EditParts.
getFeedbackHelper(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
Lazily creates and returns the feedback helper for the given request.
getFeedbackHelper(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Returns the FeedbackHelper that is ready to use.
getFeedbackIndexFor(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
getFeedbackLayer() - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
Returns the layer used for displaying feedback.
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.
getFigureBounds(GraphicalEditPart) - Method in class org.eclipse.gef.SnapToGeometry
Returns the rectangular contribution for the given editpart.
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.CornerTriangleBorder
Deprecated. Returns the fill color based on what is returned by CornerTriangleBorder.isPrimary().
getFillColor() - Method in class org.eclipse.gef.handles.SquareHandle
Returns the color for the inside of the handle.
getFilters() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
getFitHeightZoomLevel() - Method in class org.eclipse.gef.editparts.ZoomManager
Calculates and returns the zoom percent required so that the entire height of the scalable figure is visible on the screen.
getFitPageZoomLevel() - Method in class org.eclipse.gef.editparts.ZoomManager
Calculates and returns the zoom percentage required to fit the entire scalable figure on the screen.
getFitWidthZoomLevel() - Method in class org.eclipse.gef.editparts.ZoomManager
Calculates and returns the zoom percentage required so that the entire width of the scalable figure is visible on the screen.
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
 
getFocusEditPart() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
 
getFontData() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
getFontData() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
 
getFreeformExtent() - Method in class org.eclipse.gef.editparts.GuideLayer
 
getGraphicalControl() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
 
getGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the graphical viewer.
getGuideAt(int) - Method in class org.eclipse.gef.rulers.RulerProvider
In most cases, there should be no need for clients to override this method.
getGuideEditPart() - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
getGuideLayer() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
getGuideLayer() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
getGuideLineFigure() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
getGuidePosition(Object) - Method in class org.eclipse.gef.rulers.RulerProvider
Clients should override this method to return the position (in pixels) of the given guide.
getGuidePositions() - Method in class org.eclipse.gef.rulers.RulerProvider
Clients should override this method to return an array of all the positions of all the guides on this ruler.
getGuides() - Method in class org.eclipse.gef.rulers.RulerProvider
Clients should override this method to return a list of all the guides set on this ruler.
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
 
getHelpContextIds() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
getHorizontalGuides() - Method in class org.eclipse.gef.SnapToGuides
Returns the horizontal guides in the coordinates of the container's contents pane.
getHorizontalRuler() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPartFactory
 
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.PaletteEntry
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.
getImage() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
getImage(Object) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
getImageCache() - Static method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
Returns the image cache.
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.
getInitialFeedbackBounds() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Returns the bounds of the host's figure by reference to be used to calculate the initial location of the feedback.
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.FlowLayoutEditPolicy
 
getInsertionReference(Request) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
Calculates a reference EditPart using the specified Request.
getInsets(IFigure) - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated.  
getInsets(IFigure) - Method in class org.eclipse.gef.internal.ui.palette.editparts.RaisedBorder
 
getInstance() - Static method in class org.eclipse.gef.dnd.TemplateTransfer
Returns the singleton instance
getKeyHandler() - Method in interface org.eclipse.gef.EditPartViewer
Returns the KeyHandler for this viewer.
getKeyHandler() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getKeyboardShortcut(AccessibleEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getKeyboardShortcut(AccessibleEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getLabel() - Method in class org.eclipse.gef.commands.Command
 
getLabel() - Method in class org.eclipse.gef.commands.CompoundCommand
 
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.
getLabelStyle() - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
Returns the label style of this TreeLabelProvider.
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.AbstractGraphicalEditPart
A convenience method for obtaining the specified layer from the LayerManager.
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.GraphicalRootEditPart
Deprecated.  
getLayer(Object) - Method in interface org.eclipse.gef.editparts.LayerManager
Returns a specified layer.
getLayer(Object) - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
 
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.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.ConstrainedLayoutEditPolicy
Returns the layout's origin relative to the LayoutEditPolicy.getLayoutContainer().
getLayoutOrigin() - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Returns XYLayout.getOrigin(IFigure).
getLayoutSetting() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
getLayoutSetting() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Returns the current layout setting.
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(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getLocation(AccessibleControlEvent) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart
 
getLocation() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Returns the location of the mouse pointer.
getLocation() - Method in class org.eclipse.gef.requests.CreateRequest
Returns the location of the object to be created.
getLocation() - Method in interface org.eclipse.gef.requests.DropRequest
Returns the current mouse location.
getLocation() - Method in class org.eclipse.gef.requests.LocationRequest
Returns the current location.
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.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getLocator() - Method in class org.eclipse.gef.handles.AbstractHandle
Returns the Locator used to position this handle.
getMaxZoom() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the maxZoom.
getMaximumFrameCount() - Method in class org.eclipse.gef.editparts.ViewportExposeHelper
Returns the maximumFrameCount.
getMenu(Control) - Method in class org.eclipse.gef.ui.palette.LayoutAction
 
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.
getMinZoom() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the minZoom.
getMinimumFrameCount() - Method in class org.eclipse.gef.editparts.ViewportExposeHelper
Returns the minimumFrameCount.
getMinimumSize(int, int) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
getMinimumSizeFor(GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Determines the minimum size that the specified child can be resized to.
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.AbstractEditPart
 
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.GraphicalRootEditPart
Deprecated.  
getModel() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
The root editpart does not have a real model.
getModelChildren() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Returns a List containing the children model objects.
getModelChildren() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
getModelChildren() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
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(Request) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
Returns the Command to move a group of 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.OrderedLayoutEditPolicy
A move is interpreted here as a change in order of the children.
getMoveChildrenCommand(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
Returns a Command for moving the children within the container.
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.
getMoveGuideCommand(Object, int) - Method in class org.eclipse.gef.rulers.RulerProvider
Clients should override this method to return a Command to move the given guide by the given amount.
getName(AccessibleEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getName(AccessibleEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getNavigationPoint(IFigure) - Method in class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler
 
getNavigationSiblings() - Method in class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler
 
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.CreateRequest
Gets the new object from the factory and returns that object.
getNewObject() - Method in interface org.eclipse.gef.requests.CreationFactory
Returns the new object.
getNewObject() - Method in class org.eclipse.gef.requests.SimpleFactory
Create the new 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 interface org.eclipse.gef.requests.CreationFactory
Returns the new object's type.
getObjectType() - Method in class org.eclipse.gef.requests.SimpleFactory
Returns the type of object this factory creates.
getOpenDrawerInitiallyButton() - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
Returns the checkbox button which controls whether the drawer is initially open.
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
 
getPaletteEntry() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
getPalettePreferences() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
 
getPaletteRoot() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Returns the palette's root model.
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.GraphicalEditorWithFlyoutPalette
Returns the PaletteRoot for the palette viewer.
getPaletteRoot() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Returns the PaletteRoot for the palette viewer.
getPaletteState() - Method in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
When there is no saved state, this method can return any non-positive int.
getPaletteViewer() - Method in class org.eclipse.gef.EditDomain
Returns the palette viewer currently associated with this domain.
getPaletteViewer() - Method in class org.eclipse.gef.ui.palette.PaletteContextMenuProvider
 
getPaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.CustomPalettePage
 
getPaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Returns the PaletteViewer.
getPaletteViewerPreferences() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
getPaletteViewerProvider() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
Returns the palette viewer provider that is used to create palettes for the view and the flyout.
getPaletteWidth() - Method in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
When there is no saved width, this method can return any int (preferrably a non-positive int).
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.internal.ui.properties.PropertySheetEntry
Returns the parent PropertySheetEntry
getParent() - Method in class org.eclipse.gef.palette.PaletteEntry
 
getParent(Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
getPermission() - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
 
getPinDrawerInitiallyButton() - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
Returns the checkbox button which controls whether the drawer is initially pinned.
getPreciseHeightDelta(PrecisionRectangle, PrecisionRectangle) - Method in class org.eclipse.gef.ui.actions.MatchWidthAction
Returns 0 to make this action affect only the width delta.
getPreciseWidthDelta(PrecisionRectangle, PrecisionRectangle) - Method in class org.eclipse.gef.ui.actions.MatchHeightAction
Returns 0 to make this action affect only the height delta.
getPreferenceSource() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
getPreferenceStore() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
getPreferredSize(int, int) - Method in class org.eclipse.gef.editparts.GridLayer
Overridden to indicate no preferred size.
getPreferredSize(int, int) - Method in class org.eclipse.gef.editparts.GuideLayer
 
getPreferredSize(int, int) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
getPreferredSize(int, int) - Method in class org.eclipse.gef.internal.ui.rulers.GuideFigure
 
getPreferredSize(int, int) - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
getPreferredSize(int, int) - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart.RulerViewport
 
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(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.
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.
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.FreeformGraphicalRootEditPart
Returns the LayeredPane that should be used during printing.
getPrintableLayers() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
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.
getProperty(String) - Method in interface org.eclipse.gef.EditPartViewer
Returns the value of the given property.
getProperty(String) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
getPropertyActions() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Returns the list of IActions dependant on property changes in the Editor.
getPropertySource(Object) - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
Returns an property source for the given object.
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(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.
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.
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.).
getResizeDirections() - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
Returns the current resize directions integer that depicts which handles can be resized on this object.
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.AbstractEditPart
 
getRoot() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Returns this.
getRoot() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated. Returns this.
getRoot() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
Returns this.
getRoot() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Returns this.
getRoot() - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
 
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
getRuler() - Method in class org.eclipse.gef.rulers.RulerProvider
Clients should override this method to return a model representation of the ruler.
getRulerEditPart() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
getRulerFigure() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
getRulerProvider() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
getRulerProvider() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
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.ScalableFreeformRootEditPart
Returns the scalable layers of this EditPart
getScaledLayers() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Returns the scalable layers of this EditPart
getScrollpane() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Returns the ScrollPane associated with this DrawerFigure
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 interface org.eclipse.gef.EditPartViewer
This method is inherited from ISelectionProvider.
getSelection() - Method in class org.eclipse.gef.ui.actions.SelectionAction
Gets the current selection.
getSelection() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Returns an ISelection containing a list of one or more EditPart.
getSelection() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
Forwards selection request to the viewer.
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(CreateRequest) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Lazily creates and returns the Figure to use for size-on-drop feedback.
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.AbstractConnectionEditPart.DefaultAccessibleAnchorProvider
 
getSourceAnchorLocations() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
 
getSourceConnectionAnchor(ConnectionEditPart) - Method in interface org.eclipse.gef.NodeEditPart
Returns the ConnectionAnchor for the specified source connection.
getSourceConnectionAnchor(Request) - Method in interface org.eclipse.gef.NodeEditPart
Returns the source ConnectionAnchor for the specified Request.
getSourceConnectionAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Returns the ConnectionAnchor for the source end of the 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.
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.AbstractConnectionCreationTool
Returns the request sent to the source node.
getSourceRequest() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Returns the request for the source of the drag, creating it if necessary.
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(AccessibleControlEvent) - Method in class org.eclipse.gef.AccessibleEditPart
 
getState(AccessibleControlEvent) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart
 
getState() - Method in class org.eclipse.gef.tools.AbstractTool
Returns the tool's current state.
getState(AccessibleControlEvent) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
 
getSupportedLayoutModes() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
getSupportedLayoutModes() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Returns the layout modes that are supported.
getTarget() - Method in interface org.eclipse.gef.ConnectionEditPart
 
getTarget() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
getTarget() - Method in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
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.AbstractConnectionEditPart.DefaultAccessibleAnchorProvider
 
getTargetAnchorLocations() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
 
getTargetConnectionAnchor(ConnectionEditPart) - Method in interface org.eclipse.gef.NodeEditPart
Returns the ConnectionAnchor for the specified target connection.
getTargetConnectionAnchor(Request) - Method in interface org.eclipse.gef.NodeEditPart
Returns the target ConnectionAnchor for the specified Request.
getTargetConnectionAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Returns the ConnectionAnchor for the target end of the 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.
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(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 interface org.eclipse.gef.EditPolicy
Returns null or the appropriate EditPart for the specified Request.
getTargetEditPart() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns the current target EditPart.
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
Returns null by default.
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.LayoutEditPolicy
Returns the host if the Request is an ADD, MOVE, or CREATE.
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
getTargetEditPart(Request) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
Returns the host EditPart when appropriate.
getTargetEditPart(Request) - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
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.ResizeTracker
The TargetEditPart is the parent of the EditPart being resized.
getTargetEditPart() - Method in class org.eclipse.gef.tools.TargetingTool
Returns the current target editpart.
getTargetHoverRequest() - Method in class org.eclipse.gef.tools.SelectionTool
Returns the target hover request.
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.
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.
getTargetingConditional() - Method in class org.eclipse.gef.tools.TargetingTool
Returns the conditional object used for obtaining the target editpart from the current viewer.
getTemplate() - Method in class org.eclipse.gef.dnd.TemplateTransfer
Returns the template object.
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.palette.CombinedTemplateCreationEntry
Returns the template object.
getTemplate() - Method in class org.eclipse.gef.palette.PaletteTemplateEntry
 
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.
getText(Object) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
getToolTipFigure() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
getToolTipText() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
getToolTipText() - Method in class org.eclipse.gef.internal.ui.palette.editparts.SeparatorEditPart
 
getToolTipText() - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
 
getToolTipText() - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
getTransfer() - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
 
getTransfer() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
 
getTransferTypes() - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Deprecated. call getTransfers() instead.
getTransferTypes() - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Deprecated. use getTransfers() instead
getTransformedRectangle(Rectangle) - Method in class org.eclipse.gef.requests.AlignmentRequest
 
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.
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.
getUnit() - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
getUnit() - Method in class org.eclipse.gef.rulers.RulerProvider
Clients should override this method to return the units that the ruler should display: one of UNIT_INCHES, UNIT_CENTIMETERS, UNIT_PIXELS.
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
 
getValueAsString() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
getValues() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
Returns the value objects of this entry.
getVerticalGuides() - Method in class org.eclipse.gef.SnapToGuides
Returns the vertical guides in the coordinates of the container's contents pane.
getVerticalRuler() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPartFactory
 
getViewer() - Method in class org.eclipse.gef.ContextMenuProvider
Returns the EditPartViewer
getViewer() - Method in interface org.eclipse.gef.EditPart
Convenience method for returning the EditPartViewer for this part.
getViewer() - Method in interface org.eclipse.gef.RootEditPart
Returns the root's EditPartViewer.
getViewer() - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
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.editparts.AbstractEditPart
 
getViewer() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Returns the viewer that was set.
getViewer() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
getViewer() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
 
getViewer() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Returns the viewer that was set.
getViewer() - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
 
getViewer() - Method in class org.eclipse.gef.print.PrintGraphicalViewerOperation
Returns the viewer.
getViewer() - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
Returns the EditPartViewer
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.GraphicalViewerKeyHandler
Returns the viewer on which this key handler was created.
getViewport() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the viewport.
getViewport() - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
Convenience method to get to 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.AbstractTreeEditPart
 
getWidget() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
The editpart holds onto the SWT Tree, which is also the contents' widget.
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.
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.
getWorkbenchPart() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Returns the workbench part given in the constructor
getXYLayout() - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
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
getZoomLevelContributions() - Method in class org.eclipse.gef.editparts.ZoomManager
Returns the list of strings that should be appended to the list of numerical zoom levels.
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, plus any additional zoom levels that were contributed using ZoomManager.setZoomLevelContributions(List).
getZoomManager() - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
Returns the zoomManager.
getZoomManager() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Returns the zoomManager.
getZoomManager() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
getZoomManager() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
getZoomManager() - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
Returns the zoomManager.
getZoomedPosition() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
gridX - Variable in class org.eclipse.gef.SnapToGrid
The horizontal interval for the grid
gridX - Variable in class org.eclipse.gef.editparts.GridLayer
Field indicating the horizontal grid spacing
gridY - Variable in class org.eclipse.gef.SnapToGrid
The vertical interval for the grid
gridY - Variable in class org.eclipse.gef.editparts.GridLayer
Field for the vertical grid spacing

H

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.
HIDDEN_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Hide"
Handle - interface org.eclipse.gef.Handle.
An interface used by the SelectionTool to obtain a DragTracker.
HandleBounds - interface org.eclipse.gef.handles.HandleBounds.
Identifies figures which use an alternative rectangle to place their handles.
handleApplyPressed() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method is invoked when the Apply button is pressed
handleAutoCollapseSettingChanged(int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Called when any one of the "Auto - Collapse" radio buttons is clicked.
handleAutoexpose() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
handleAutoexpose() - Method in class org.eclipse.gef.tools.TargetingTool
This method is called whenever an autoexpose occurs.
handleButtonDown(int) - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
When the button is first pressed, the source node and its command contribution are determined and locked in.
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.ConnectionCreationTool
If the connections is already started, the second button down will call AbstractConnectionCreationTool.handleCreateConnection().
handleButtonDown(int) - Method in class org.eclipse.gef.tools.ConnectionDragCreationTool
Calls super and sets the current state to AbstractTool.STATE_DRAG.
handleButtonDown(int) - Method in class org.eclipse.gef.tools.CreationTool
The creation tool only works by clicking mouse button 1 (the left mouse button in a right-handed world).
handleButtonDown(int) - Method in class org.eclipse.gef.tools.DeselectAllTracker
Calls EditPartViewer.deselectAll().
handleButtonDown(int) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.PanningSelectionTool
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Performs a conditional selection if needed (if right or left mouse button have been pressed) and goes into the drag state.
handleButtonDown(int) - Method in class org.eclipse.gef.tools.SelectionTool
If there is a Handle under the mouse, this method sets the drag tracker returned from the handle.
handleButtonDown(int) - Method in class org.eclipse.gef.tools.SimpleDragTracker
Looks for button 1, and goes into the drag state.
handleButtonUp(int) - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Unloads or resets the tool if the state is in the terminal or invalid state.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.AbstractTool
Called when the mouse button has been released.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.ConnectionDragCreationTool
If the connection has started, the button up event attempts to complete the connection.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
If currently in the drag-in-progress state, it goes into the terminal state erases feedback and executes the current command.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.CreationTool
If the tool is currently in a drag or drag-in-progress state, it goes into the terminal state, performs some cleanup (erasing feedback, unlocking target edit part), and then calls CreationTool.performCreation(int).
handleButtonUp(int) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Erases feedback and calls DragEditPartsTracker.performDrag().
handleButtonUp(int) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.PanningSelectionTool
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.ResizeTracker
If dragging is in progress, cleans up feedback and calls performDrag().
handleButtonUp(int) - Method in class org.eclipse.gef.tools.SelectEditPartTracker
If in the drag state, the tool selects the source edit part.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.SelectionTool
Resets this tool when the last button is released.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.SimpleDragTracker
If dragging is in progress, cleans up feedback and calls performDrag().
handleCancelPressed() - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
This method is invoked when "Cancel" is invoked on the dialog.
handleChangeFontPressed() - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
This method is invoked when the user selects the "Change" font button.
handleCommandStackChanged() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleCommandStackChanged() - Method in class org.eclipse.gef.tools.AbstractTool
Called when the command stack has changed, for instance, when a delete or undo command has been executed.
handleCommandStackChanged() - Method in class org.eclipse.gef.tools.SelectionTool
 
handleCreateConnection() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Method that is called when the gesture to create the connection has been received.
handleDefaultFontRequested() - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
This method is invoked when the user selects the "Restore Default" font button.
handleDelete() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method is called when the "Delete" action is run (either through the context menu or the toolbar).
handleDescriptionChanged(String) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Updates the model with the change in the entry's description, and updates the state of the page.
handleDispose(DisposeEvent) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
handleDispose(DisposeEvent) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called if and when the Control is disposed.
handleDispose(DisposeEvent) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
handleDoubleClick(int) - Method in class org.eclipse.gef.tools.AbstractTool
Called when a mouse double-click occurs.
handleDoubleClick(int) - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Calls SelectEditPartTracker.performOpen() if the double click was with mouse button 1.
handleDrag() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleDrag() - Method in class org.eclipse.gef.tools.AbstractTool
Called whenever the mouse is being dragged.
handleDrag() - Method in class org.eclipse.gef.tools.PanningSelectionTool
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.AbstractTool
Called whenever a mouse is being dragged and the drag threshold has been exceeded.
handleDragInProgress() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Updates the request and the mouse target, asks to show feedback, and gets the current command.
handleDragInProgress() - Method in class org.eclipse.gef.tools.CreationTool
Updates the request, sets the current command, and asks to show feedback.
handleDragInProgress() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Updates the target request and mouse target, asks to show feedback, and sets the current command.
handleDragInProgress() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.ResizeTracker
Updates the command and the source request, and shows feedback.
handleDragInProgress() - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
handleDragOperationChanged() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Called when the user changes the Drag operation.
handleDragOperationChanged() - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
The purpose of a template is to be copied.
handleDragOver() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Called whenever the User drags over the target.
handleDragOver() - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
The purpose of a template is to be copied.
handleDragStarted() - Method in class org.eclipse.gef.tools.AbstractTool
Called only one time during a drag when the drag threshold has been exceeded.
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
 
handleDragStarted() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
handleDragStarted() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Transitions Drag to Drag in progress state.
handleDrop() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the target Request and target EditPart, and performs the drop.
handleDrop() - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
Overridden to select the created object.
handleEnteredEditPart() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Called when a new target EditPart has been entered.
handleEnteredEditPart() - Method in class org.eclipse.gef.tools.TargetingTool
Called whenever the target editpart has changed.
handleExitingEditPart() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Called as the current target EditPart is being exited.
handleExitingEditPart() - Method in class org.eclipse.gef.tools.TargetingTool
Called whenever the target editpart is about to change.
handleExpandStateChanged() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
handleFinished() - Method in class org.eclipse.gef.tools.AbstractTool
Called when the current tool operation is to be completed.
handleFinished() - Method in class org.eclipse.gef.tools.ConnectionDragCreationTool
Since this is a drag tracker, it's automatically unloaded by the SelectionTool when the interation is complete.
handleFinished() - Method in class org.eclipse.gef.tools.MarqueeDragTracker
Called when the mouse button is released.
handleFocusGained(FocusEvent) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
 
handleFocusGained(FocusEvent) - Method in class org.eclipse.gef.internal.ui.rulers.GuideFigure
 
handleFocusGained() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a focus gained event.
handleFocusGained(FocusEvent) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
handleFocusGained(FocusEvent) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
This method is invoked when this viewer's control gains focus.
handleFocusLost(FocusEvent) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
 
handleFocusLost(FocusEvent) - Method in class org.eclipse.gef.internal.ui.rulers.GuideFigure
 
handleFocusLost() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
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.ConnectionCreationTool
Cleans up feedback and resets the tool when focus is lost.
handleFocusLost() - Method in class org.eclipse.gef.tools.CreationTool
If the user is in the middle of creating a new edit part, the tool erases feedback and goes into the invalid state when focus is lost.
handleFocusLost() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
handleFocusLost() - Method in class org.eclipse.gef.tools.PanningSelectionTool
 
handleFocusLost() - Method in class org.eclipse.gef.tools.SelectionTool
Sets the drag tracker to null and goes into the initial state when focus is lost.
handleFocusLost(FocusEvent) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
This method is invoked when this viewer's control loses focus.
handleGuideMoved() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
handleGuideReparented(Object) - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
handleHiddenSelected(boolean) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Updates the model with the change in the entry's hidden state, and updates the state of the page.
handleHover() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Called when the mouse hovers during drag and drop.
handleHover() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
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.ConnectionEndpointTracker
 
handleHover() - Method in class org.eclipse.gef.tools.CreationTool
 
handleHover() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Calls TargetingTool.updateAutoexposeHelper() if a drag is in progress.
handleHover() - Method in class org.eclipse.gef.tools.SelectionTool
Called when the mouse hovers.
handleHoverStop() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Called when the mouse resumes motion after having hovered.
handleHoverStop() - Method in class org.eclipse.gef.tools.SelectionTool
Called when the mouse hover stops (i.e.
handleHoverStop() - Method in class org.eclipse.gef.tools.TargetingTool
Called from resetHover() iff hover is active.
handleIconSizeChanged(boolean) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
This method is invoked when the "Use Large Icons" checkbox is selected/deselected for the currently active layout mode.
handleInvalidInput() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleInvalidInput() - Method in class org.eclipse.gef.tools.AbstractTool
Called when invalid input is encountered.
handleInvalidInput() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Erases source feedback.
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.SimpleDragTracker
Called when the mouse and/or keyboard input is invalid.
handleInvalidInput() - Method in class org.eclipse.gef.tools.TargetingTool
Called when invalid input is encountered.
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.internal.ui.palette.PaletteSelectionTool
 
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.ConnectionCreationTool
Processes the arrow keys (to move the cursor to nearby anchor locations) and the enter key (to start or complete a connections).
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Processes the arrow keys (to choose a different source or target edit part) and forwardslash and backslash keys (to try to connect to another connection).
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Processes arrow keys used to move edit parts.
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Handles high-level processing of a key down event.
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.PanningSelectionTool
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.SelectionTool
Processes key down events.
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.SimpleDragTracker
Looks for keys which are used during accessible drags.
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.DragEditPartsTracker
Interprets and processes clone deactivation, constrained move deactivation, and accessibility navigation reset.
handleKeyUp(KeyEvent) - Method in class org.eclipse.gef.tools.PanningSelectionTool
 
handleKeyUp(KeyEvent) - Method in class org.eclipse.gef.tools.SelectionTool
If in the initial state and the viewer has a KeyHandler, calls KeyHandler.keyReleased(KeyEvent) sending it the given key event.
handleKeyUp(KeyEvent) - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
handleLayoutSettingChanged(int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
This method is called when any one of the "Layout" radio buttons is clicked.
handleLeavingEditPart() - Method in class org.eclipse.gef.tools.TargetingTool
An archaic method name that has been left here to force use of the new name.
handleMove() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
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.CreationTool
Updates the request and mouse target, gets the current command and asks to show feedback.
handleMove() - Method in class org.eclipse.gef.tools.SelectionTool
If in the initial state, updates the request and the mouse target and asks to show target feedback.
handleMoveDown() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method is called when the "Move Down" action is run (either through the context menu or the toolbar).
handleMoveUp() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method is called when the "Move Up" action is run (either through the context menu or the toolbar).
handleNameChanged(String) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Updates the model with the change in the entry's name, and updates the state of the page.
handleNativeDragFinished(DragSourceEvent) - Method in class org.eclipse.gef.tools.AbstractTool
Handles when a native drag has ended.
handleNativeDragFinished(DragSourceEvent) - Method in class org.eclipse.gef.tools.SelectionTool
If there's a drag tracker, calls handleNativeDragFinished() on the drag tracker and then sets the drag tracker to null.
handleNativeDragStarted(DragSourceEvent) - Method in class org.eclipse.gef.tools.AbstractTool
Handles when a native drag has started.
handleNativeDragStarted(DragSourceEvent) - Method in class org.eclipse.gef.tools.SelectionTool
If there's a drag tracker, calls nativeDragStarted() on the drag tracker.
handleOpenSelected(boolean) - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
This method is invoked when the selection state of the option to open drawer at start-up is toggled.
handleOutlineSelectionChanged() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This is the method that is called everytime the selection in the outline (treeviewer) changes.
handlePaletteResized(int) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Called whenever the user resizes the palette.
handlePartAttachmentChanged(Object) - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
handlePinSelected(boolean) - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
This method is invoked when the selection state of the option to pin a drawer open at start-up is toggled.
handlePreferenceStorePropertyChanged(String) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
This method is invoked when the preference store fires a property change.
handleSelectionChanged() - Method in class org.eclipse.gef.ui.actions.SelectionAction
Called when the selection is changed.
handleSourceDeactivated() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Called if the source editpart is deactivated for some reason during the creation process.
handleUnitsChanged(int) - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
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.SelectionTool
If there's a drag tracker, sets it to null and then sets this tool's state to the initial state.
handleViewerExited() - Method in class org.eclipse.gef.tools.TargetingTool
Sets the target to null.
handleZoomChanged() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
handleZoomChanged() - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
handles - Variable in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
the List of handles
hasChildEntries() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
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
 
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
Returns true if selection has already occured.
hashCode() - Method in class org.eclipse.gef.KeyStroke
 
hashCode() - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
 
hideFocus() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
Hides the focus indicator.
hideFocus() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Hides the focus rectangle displayed in showFocus().
hideFocus() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Override to hide focus
hideFocus() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart.GuideSelectionPolicy
 
hideFocus() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart.RulerSelectionPolicy
 
hideSelection() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Override to hide selection
hideSelection() - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
Implemented to remove the handles.
hideSelection() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart.GuideSelectionPolicy
 
hideSelection() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart.RulerSelectionPolicy
 
hookControl() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
hookControl() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called once the control has been set.
hookControl() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Extended to tell the lightweight system what its control is.
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
Called whenever the drag source is automatically created.
hookDropTarget() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called whenever the drop target is automatically created.
hookDropTarget() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Extended to flush paints during drop callbacks.
hookDropTargetListener(GraphicalViewer) - Method in class org.eclipse.gef.ui.palette.FlyoutPaletteComposite
This method hooks a DropTargetListener that collapses the flyout patette when the user drags something from the palette and moves the cursor to the graphical viewer's control.
hookGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Hooks the GraphicalViewer to the rest of the Editor.
hookPaletteViewer(PaletteViewer) - Method in class org.eclipse.gef.ui.palette.PaletteViewerProvider
This method is invoked from PaletteViewerProvider.createPaletteViewer(Composite).
hookPaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Called when the palette viewer is set.
horizontalGuides - Variable in class org.eclipse.gef.SnapToGuides
The locations of the horizontal guides in the container's coordinates.

I

ICON_MATCH_HEIGHT - Static variable in class org.eclipse.gef.internal.InternalImages
 
ICON_MATCH_WIDTH - Static variable in class org.eclipse.gef.internal.InternalImages
 
ID - Static variable in interface org.eclipse.gef.editparts.LayerManager
This key used to register the LayerManager in the Viewer's EditPartRegistry.
ID - Static variable in class org.eclipse.gef.ui.actions.DeleteAction
Deprecated. use GEFActionConstants.DELETE
ID - Static variable in class org.eclipse.gef.ui.actions.DirectEditAction
Deprecated.  
ID - Static variable in class org.eclipse.gef.ui.views.palette.PaletteView
The ID for this view.
ID_ALIGN_BOTTOM - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
Indicates that the bottom edges should be aligned.
ID_ALIGN_CENTER - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
Indicates that the horizontal centers should be aligned.
ID_ALIGN_LEFT - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
Indicates that the left edges should be aligned.
ID_ALIGN_MIDDLE - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
Indicates that the vertical midpoints should be aligned.
ID_ALIGN_RIGHT - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
Indicates that the right edges should be aligned.
ID_ALIGN_TOP - Static variable in class org.eclipse.gef.ui.actions.AlignmentAction
Indicates that the top edges should be aligned.
INITIAL_STATE_CLOSED - Static variable in class org.eclipse.gef.palette.PaletteDrawer
Constants indicating the possible initial states for a drawer: INITIAL_STATE_OPEN - The drawer is expanded when the palette is created. INITIAL_STATE_CLOSED - The drawer is collapsed when the palette is created. INITIAL_STATE_PINNED_OPEN - The drawer is pinned open (which would prevent it from being collapsed automatically) when the palette is created.
INITIAL_STATE_OPEN - Static variable in class org.eclipse.gef.palette.PaletteDrawer
Constants indicating the possible initial states for a drawer: INITIAL_STATE_OPEN - The drawer is expanded when the palette is created. INITIAL_STATE_CLOSED - The drawer is collapsed when the palette is created. INITIAL_STATE_PINNED_OPEN - The drawer is pinned open (which would prevent it from being collapsed automatically) when the palette is created.
INITIAL_STATE_PINNED_OPEN - Static variable in class org.eclipse.gef.palette.PaletteDrawer
Constants indicating the possible initial states for a drawer: INITIAL_STATE_OPEN - The drawer is expanded when the palette is created. INITIAL_STATE_CLOSED - The drawer is collapsed when the palette is created. INITIAL_STATE_PINNED_OPEN - The drawer is pinned open (which would prevent it from being collapsed automatically) when the palette is created.
INITIAL_STATUS_PINNED_OPEN - Static variable in class org.eclipse.gef.palette.PaletteDrawer
Deprecated. use PaletteDrawer.INITIAL_STATE_PINNED_OPEN
INNER_PAD - Static variable in class org.eclipse.gef.handles.MoveHandle
Deprecated. subclasses should not reference this field.
INSTANCE - Static variable in class org.eclipse.gef.commands.UnexecutableCommand
The singleton instance
Internal - class org.eclipse.gef.internal.Internal.
 
Internal() - Constructor for class org.eclipse.gef.internal.Internal
 
InternalImages - class org.eclipse.gef.internal.InternalImages.
 
InternalImages() - Constructor for class org.eclipse.gef.internal.InternalImages
 
init() - Method in class org.eclipse.gef.handles.SquareHandle
Initializes the handle.
init(IActionBars) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
 
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.DirectEditAction
 
init() - Method in class org.eclipse.gef.ui.actions.PrintAction
 
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.WorkbenchPartAction
Initializes this action.
init() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called from the constructor.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Sets the site and input for this editor then creates and initializes the actions.
initCellEditor() - Method in class org.eclipse.gef.tools.DirectEditManager
Initialized the cell editor.
initUI() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
Initializes the actions UI presentation.
initialize() - Method in class org.eclipse.gef.handles.MoveHandle
Initializes the handle.
initialize() - Method in class org.eclipse.gef.handles.NonResizableHandle
Deprecated. Initializes the handle.
initialize() - Method in class org.eclipse.gef.internal.ui.palette.editparts.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.
initializeGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
 
initializePaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Called to populate the palette viewer.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
installEditPolicy(Object, EditPolicy) - Method in interface org.eclipse.gef.EditPart
Installs an EditPolicy for a specified role.
installEditPolicy(Object, EditPolicy) - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
invalidate() - Method in class org.eclipse.gef.internal.ui.palette.editparts.ColumnsLayout
 
invalidate() - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
isActive() - Method in interface org.eclipse.gef.EditPart
returns true if the EditPart is active.
isActive() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
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
Returns true if the ALT key is currently pressed.
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
Returns true if any mouse button is currently pressed.
isCenteredResize() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Returns true if the request is for a centered resize.
isChecked() - Method in class org.eclipse.gef.ui.actions.ToggleGridAction
 
isChecked() - Method in class org.eclipse.gef.ui.actions.ToggleRulerVisibilityAction
 
isChecked() - Method in class org.eclipse.gef.ui.actions.ToggleSnapToGeometryAction
 
isChildGrowing(IFigure) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteToolbarLayout
A figure is growing if it's an expanded drawer.
isCloneActive() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Returns true if the current drag is a clone operation.
isConstrainedMove() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Returns true if the request is for a constrained move
isConstrainedResize() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Returns true if the request is for a constrained resize
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
Returns true if the CTRL key is currently pressed.
isCreationValid() - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
isDelete() - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
isDeleteRequest(ChangeBoundsRequest) - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
isDeleted(Object) - Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
 
isDirty() - Method in class org.eclipse.gef.commands.CommandStack
Returns true if the stack is dirty.
isDirty() - Method in class org.eclipse.gef.tools.DirectEditManager
Returns true if the cell editor's value has been changed.
isDragAllowed() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Returns true if this EditPolicy allows its EditPart to be dragged.
isDynamic() - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
The action item implementation of this IContributionItem method returns true for menu items and false for everything else.
isEmpty() - Method in class org.eclipse.gef.commands.CompoundCommand
 
isEnabled(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Returns true if this TransferDropTargetListener is enabled for the specified DropTargetEvent.
isEnabled() - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
 
isEnabled() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Returns true if the action is enabled.
isEnabledAllowed() - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
Returns true if this item is allowed to enable, false otherwise.
isExpanded() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
Returns the expansion state of the drawer
isExpanded() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
isExpanded(PaletteDrawer) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Returns true if the given PaletteDrawer is expanded
isFixed() - Method in class org.eclipse.gef.handles.ConnectionHandle
Returns true if the handle cannot be dragged.
isHorizontal() - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
isHorizontal() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
isHorizontal() - Method in class org.eclipse.gef.internal.ui.rulers.GuideFigure
 
isHorizontal() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
isHorizontal() - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
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
 
isImportant(IWorkbenchPart) - Method in class org.eclipse.gef.ui.views.palette.PaletteView
Only editors are important.
isInState(int) - Method in class org.eclipse.gef.tools.AbstractTool
Returns true if the tool is in the given state.
isInitiallyOpen() - Method in class org.eclipse.gef.palette.PaletteDrawer
 
isInitiallyPinned() - Method in class org.eclipse.gef.palette.PaletteDrawer
 
isLabelProperty(Object, String) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
isLeftMouseButtonPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
Returns true if the left mouse button is pressed.
isMouseButtonDown(int) - Method in class org.eclipse.gef.tools.AbstractTool.Input
Returns true if the specified button is down.
isMove() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Returns true if the source edit part is being moved within its parent.
isMoveValid(int) - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
isMovingStartAnchor() - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
Returns true is the feedback is moving the source anchor
isMovingStartAnchor() - Method in class org.eclipse.gef.requests.ReconnectRequest
Returns true if the start (source) anchor is the anchor being moved.
isNameTruncated() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
 
isOpaque() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated. Returns true.
isOpaque() - Method in class org.eclipse.gef.internal.ui.palette.editparts.RaisedBorder
 
isPinShowing() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
isPinned(PaletteDrawer) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Returns true if the given PaletteDrawer is pinned
isPinnedOpen() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
Returns true if the drawer is pinned open.
isPinnedOpen() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
isPrimary() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated. Returns true if this border is for the primary object in the selection.
isPrimary() - Method in class org.eclipse.gef.handles.SquareHandle
Returns true if the handle's owner is the primary selection.
isRightMouseButtonPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
Returns true if the right mouse button is pressed.
isRuler(Object) - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPartFactory
 
isSelectable() - Method in interface org.eclipse.gef.EditPart
Returns true if the EditPart is selectable.
isSelectable() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Reserved for future use
isSelected() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
 
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
Returns true if the SHIFT key is currently pressed.
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
Returns true if feedback is being shown.
isShowingTargetFeedback() - Method in class org.eclipse.gef.tools.TargetingTool
Returns true if target feedback is being shown.
isSupportedLayoutMode(int) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
isSupportedLayoutMode(int) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
This is a convenience method.
isTargetLocked() - Method in class org.eclipse.gef.tools.TargetingTool
Return true if the current target is locked.
isVisible() - Method in class org.eclipse.gef.palette.PaletteEntry
 

J

javaToNative(Object, TransferData) - Method in class org.eclipse.gef.dnd.SimpleObjectTransfer
The data object is not converted to bytes.

K

KEY_EAST_ANCHOR - Static variable in class org.eclipse.gef.SnapToGeometry
The key used to identify the East anchor point in the extended data of a request.
KEY_HORIZONTAL_ANCHOR - Static variable in class org.eclipse.gef.SnapToGuides
The key used to identify the horizontal anchor point.
KEY_HORIZONTAL_GUIDE - Static variable in class org.eclipse.gef.SnapToGuides
The key used to identify the Horizontal Guide.
KEY_NORTH_ANCHOR - Static variable in class org.eclipse.gef.SnapToGeometry
The key used to identify the North anchor point in the extended data of a request.
KEY_SOUTH_ANCHOR - Static variable in class org.eclipse.gef.SnapToGeometry
The key used to identify the South anchor point in the extended data of a request.
KEY_VERTICAL_ANCHOR - Static variable in class org.eclipse.gef.SnapToGuides
The key used to identify the vertical anchor point.
KEY_VERTICAL_GUIDE - Static variable in class org.eclipse.gef.SnapToGuides
The key used to identify the Vertical Guide.
KEY_WEST_ANCHOR - Static variable in class org.eclipse.gef.SnapToGeometry
The key used to identify the West anchor point in the extended data of a request.
KeyHandler - class org.eclipse.gef.KeyHandler.
The KeyHandler should handle all normal keystrokes on an EditPartViewer.
KeyHandler() - Constructor for class org.eclipse.gef.KeyHandler
 
KeyStroke - class org.eclipse.gef.KeyStroke.
Encapsulates a Keyboard gesture (press or release) from the User.
keyDown(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when a key is pressed on a Viewer.
keyDown(KeyEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a key press.
keyDown(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Receives a KeyDown event for the given viewer.
keyDown(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Forwards the key down event to the drag tracker, if one exists.
keyPressed(KeyEvent) - Method in class org.eclipse.gef.KeyHandler
Processes a key pressed event.
keyPressed(KeyEvent) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
Extended to process key events described above.
keyPressed(KeyEvent) - Method in class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler
Extends keyPressed to look for palette navigation keys.
keyReleased(KeyEvent) - Method in class org.eclipse.gef.KeyHandler
Processes a key released event.
keyUp(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when a key is released on a Viewer.
keyUp(KeyEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a key up.
keyUp(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Receives a KeyUp event for the given viewer.
keyUp(KeyEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Forwards the key up event to the drag tracker, if one exists.

L

LAYOUT_COLUMNS - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
This is a constant for one of the layout options.
LAYOUT_COLUMNS_ICON_SIZE_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
LAYOUT_COLUMNS_VIEW_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
LAYOUT_DETAILS - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
This is a constant for one of the layout options.
LAYOUT_DETAILS_ICON_SIZE_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
LAYOUT_DETAILS_VIEW_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
LAYOUT_FOLDER - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Deprecated. Use LAYOUT_COLUMNS instead.
LAYOUT_ICONS - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
This is a constant for one of the layout options.
LAYOUT_ICONS_ICON_SIZE_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
LAYOUT_ICONS_VIEW_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
LAYOUT_LIST - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
This is a constant for one of the layout options.
LAYOUT_LIST_ICON_SIZE_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
LAYOUT_LIST_VIEW_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
LAYOUT_MENU_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Layout"
LAYOUT_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a layout EditPolicy.
LEFT_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Left"
LayerConstants - interface org.eclipse.gef.LayerConstants.
The constants used to identify typical layers in a graphical application.
LayerManager - interface org.eclipse.gef.editparts.LayerManager.
Responsible for locating layers in a GraphicalViewer.
LayerManager.Helper - class org.eclipse.gef.editparts.LayerManager.Helper.
A static helper
LayerManager.Helper() - Constructor for class org.eclipse.gef.editparts.LayerManager.Helper
 
LayoutAction - class org.eclipse.gef.ui.palette.LayoutAction.
This action allows to switch between the various supported layout modes for the given palette.
LayoutAction(PaletteViewerPreferences) - Constructor for class org.eclipse.gef.ui.palette.LayoutAction
Constructor
LayoutAction(PaletteViewerPreferences, boolean) - Constructor for class org.eclipse.gef.ui.palette.LayoutAction
Constructor
LayoutEditPolicy - class org.eclipse.gef.editpolicies.LayoutEditPolicy.
Provides support for interacting with children GraphicalEditParts with the host figure's current LayoutManager.
LayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.LayoutEditPolicy
 
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
Constructs a LocationRequest with no type.
LocationRequest(Object) - Constructor for class org.eclipse.gef.requests.LocationRequest
Constructs a LocationRequest with the given type.
labelStyle - Variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
Label style, NORMAL_LABEL_STYLE by default
layout(IFigure) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteToolbarLayout
 
layout(IFigure) - Method in class org.eclipse.gef.internal.ui.rulers.RulerLayout
 
layout(boolean) - Method in class org.eclipse.gef.ui.palette.FlyoutPaletteComposite
 
layout(boolean) - Method in class org.eclipse.gef.ui.rulers.RulerComposite
 
listeners - Variable in class org.eclipse.gef.commands.CommandStack
the list of CommandStackListeners
listeners - Variable in class org.eclipse.gef.palette.PaletteEntry
PropertyChangeSupport
listeners - Variable in class org.eclipse.gef.rulers.RulerProvider
A list of RulerChangeListeners that have to be notified of changes in ruler/guide properties.
loadDefaultTool() - Method in class org.eclipse.gef.EditDomain
Loads the default Tool.
lockTargetEditPart(EditPart) - Method in class org.eclipse.gef.tools.TargetingTool
Locks-in the given editpart as the target.

M

MATCH_HEIGHT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Value: "org.eclipse.gef.match.height"
MATCH_WIDTH - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Value: "org.eclipse.gef.match.width"
MAX_FLAG - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
The left-most bit that is reserved by this class for setting flags.
MAX_FLAG - Static variable in class org.eclipse.gef.tools.AbstractConnectionCreationTool
The max flag.
MAX_FLAG - Static variable in class org.eclipse.gef.tools.AbstractTool
The highest-bit flag being used.
MAX_FLAG - Static variable in class org.eclipse.gef.tools.ConnectionEndpointTracker
The max flag
MAX_FLAG - Static variable in class org.eclipse.gef.tools.DragEditPartsTracker
Max flag
MAX_FLAG - Static variable in class org.eclipse.gef.tools.ResizeTracker
 
MAX_FLAG - Static variable in class org.eclipse.gef.tools.SelectEditPartTracker
Max flag
MAX_FLAG - Static variable in class org.eclipse.gef.tools.SelectionTool
Max flag
MAX_FLAG - Static variable in class org.eclipse.gef.tools.SimpleDragTracker
The maximum bit-mask used as a flag constant.
MAX_FLAG - Static variable in class org.eclipse.gef.tools.TargetingTool
The max flag.
MAX_STATE - Static variable in class org.eclipse.gef.tools.AbstractConnectionCreationTool
The max state.
MAX_STATE - Static variable in class org.eclipse.gef.tools.AbstractTool
The maximum state flag defined by this class
MAX_STATE - Static variable in class org.eclipse.gef.tools.PanningSelectionTool
Max state
MAX_STATE - Static variable in class org.eclipse.gef.tools.SelectionTool
Max state
MENU_OPEN_CUSTOMIZE_DIALOG - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Cus&tomize..."
MENU_OPEN_SETTINGS_DIALOG - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Settings..."
MIN_DISTANCE_BW_GUIDES - Static variable in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
MODEL_TYPE_DRAWER - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Drawer"
MODEL_TYPE_GROUP - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Group"
MODEL_TYPE_SEPARATOR - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Separator"
MODEL_TYPE_STACK - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Stack"
MOUSE_BUTTON1 - Static variable in class org.eclipse.gef.tools.AbstractTool
constant used for mouse button 1.
MOUSE_BUTTON2 - Static variable in class org.eclipse.gef.tools.AbstractTool
constant used for mouse button 2.
MOUSE_BUTTON3 - Static variable in class org.eclipse.gef.tools.AbstractTool
constant used for mouse button 3.
MOUSE_BUTTON_ANY - Static variable in class org.eclipse.gef.tools.AbstractTool
constant used to indicate any of the 3 mouse buttons.
MOVE_DOWN_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Move Do&wn"
MOVE_UP_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Move &Up"
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.
A Tool which selects multiple objects inside a rectangular area of a Graphical Viewer.
MarqueeSelectionTool() - Constructor for class org.eclipse.gef.tools.MarqueeSelectionTool
Creates a new MarqueeSelectionTool.
MarqueeToolEntry - class org.eclipse.gef.palette.MarqueeToolEntry.
A palette ToolEntry for a MarqueeSelectionTool.
MarqueeToolEntry() - Constructor for class org.eclipse.gef.palette.MarqueeToolEntry
Creates a new MarqueeToolEntry.
MarqueeToolEntry(String) - Constructor for class org.eclipse.gef.palette.MarqueeToolEntry
Constructor for MarqueeToolEntry.
MarqueeToolEntry(String, String) - Constructor for class org.eclipse.gef.palette.MarqueeToolEntry
Constructor for MarqueeToolEntry.
MarqueeTool_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
MatchHeightAction - class org.eclipse.gef.ui.actions.MatchHeightAction.
An action that matches the height of all selected EditPart's Figures to the width of the Primary Selection EditPart's Figure.
MatchHeightAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.MatchHeightAction
Constructs a MatchHeightAction and associates it with the given part.
MatchHeightAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
MatchHeightAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
MatchHeightRetargetAction - class org.eclipse.gef.ui.actions.MatchHeightRetargetAction.
A LabelRetargetAction for MatchHeightAction.
MatchHeightRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.MatchHeightRetargetAction
Constructs a MatchHeightRetargetAction.
MatchWidthAction - class org.eclipse.gef.ui.actions.MatchWidthAction.
An action that matches the width of all selected EditPart's Figures to the width of the Primary Selection EditPart's Figure.
MatchWidthAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.MatchWidthAction
Constructs a MatchWidthAction and associates it with the given part.
MatchWidthAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
MatchWidthAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
MatchWidthRetargetAction - class org.eclipse.gef.ui.actions.MatchWidthRetargetAction.
A LabelRetargetAction for MatchWidthAction.
MatchWidthRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.MatchWidthRetargetAction
Constructs a MatchWidthRetargetAction.
MoveHandle - class org.eclipse.gef.handles.MoveHandle.
A Handle used for moving GraphicalEditParts.
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.
makeAbsolute(IFigure, Translatable) - Method in class org.eclipse.gef.SnapToHelper
Translates from a given figure to absolute coordinates.
makeActions() - Method in class org.eclipse.gef.ui.console.DebugGEF
Called by createPartControl(Composite).
makeContributions(IMenuManager, IToolBarManager, IStatusLineManager) - Method in class org.eclipse.gef.ui.stackview.CommandStackInspectorPage
 
makeRelative(IFigure, Translatable) - Method in class org.eclipse.gef.SnapToHelper
Translates from absolute to coordinates relative to the given figure.
markSaveLocation() - Method in class org.eclipse.gef.commands.CommandStack
Marks the last executed or redone Command as the point at which the changes were saved.
mediumMarkWidth - Variable in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
menuAboutToShow(IMenuManager) - Method in class org.eclipse.gef.ContextMenuProvider
 
minPixelsBetweenMajorMarks - Variable in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
minPixelsBetweenMarks - Variable in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse button has been double-clicked on a Viewer.
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a double-click.
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
Forwards the mouse double clicked event to the drag tracker, if one exists.
mouseDown(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse button has been pressed on a Viewer.
mouseDown(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse down.
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
Forwards the mouse down event to the drag tracker, if one exists.
mouseDrag(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse has been dragged within a Viewer.
mouseDrag(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse drag.
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
Forwards the mouse drag event to the drag tracker, if one exists.
mouseHover(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse has hovered on a Viewer.
mouseHover(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse hover.
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
Forwards the mouse hover event to the drag tracker, if one exists.
mouseMove(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse has been moved on a Viewer.
mouseMove(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse move.
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
Forwards the mouse move event to the drag tracker, if one exists.
mouseUp(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse button has been released on a Viewer.
mouseUp(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse up.
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
Forwards the mouse up event to the drag tracker, if one exists.
moveDown(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Moves the given entry down, if possible.
moveHandle(GraphicalEditPart) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Returns a new MoveHandle with the given owner.
moveHandle(GraphicalEditPart, DragTracker, Cursor) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Returns a new MoveHandle with the given owner.
moveHandle(GraphicalEditPart) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
Returns a new MoveHandle with the given owner.
moveHandle(GraphicalEditPart, DragTracker, Cursor) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
Returns a new MoveHandle with the given owner and DragTracker.
moveUp(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Moves the given entry up, if possible.
movedPastThreshold() - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
movedPastThreshold() - Method in class org.eclipse.gef.tools.AbstractTool
Returns true if the threshold has been exceeded during a mouse drag.

N

NAME_DESCRIPTION_SEPARATOR - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "-"
NAME_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Na&me: "
NEW_DRAWER_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "New Drawer"
NEW_GROUP_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "New Group"
NEW_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&New"
NEW_SEPARATOR_DESC - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Separates entries in a palette container"
NEW_SEPARATOR_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "[Separator]"
NEW_STACK_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "New Stack"
NODE_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a node EditPolicy.
NORMAL_LABEL_STYLE - Static variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
Label style constants
NO_DESCRIPTION_AVAILABLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "No description is available."
NO_SELECTION_MADE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Select a node from the tree on the left."
NO_SELECTION_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Nothing Selected"
NodeEditPart - interface org.eclipse.gef.NodeEditPart.
A specialized GraphicalEditPart that supports both target and source ConnectionEditParts.
NodeListener - interface org.eclipse.gef.NodeListener.
The listener interface for receiving Connection events from EditParts that serve as connection nodes.
NonResizableEditPolicy - class org.eclipse.gef.editpolicies.NonResizableEditPolicy.
Provide support for selecting and positioning a non-resizable editpart.
NonResizableEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.NonResizableEditPolicy
 
NonResizableHandle - class org.eclipse.gef.handles.NonResizableHandle.
Deprecated. this handle type is no longer used
NonResizableHandle(GraphicalEditPart) - Constructor for class org.eclipse.gef.handles.NonResizableHandle
Deprecated. Creates a NonResizableHandle for the given GraphicalEditPart using a default Locator.
NonResizableHandle(GraphicalEditPart, Locator) - Constructor for class org.eclipse.gef.handles.NonResizableHandle
Deprecated. 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
 
nameNeededInToolTip() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
nameNeededInToolTip() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
nameNeededInToolTip() - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
If this edit part's name is truncated in its label, the name should be prepended to the tooltip.
nameNeededInToolTip() - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
If this edit part's name is truncated in its label, the name should be prepended to the tooltip.
nativeDragFinished(DragSourceEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when a native drag has finished on a Viewer.
nativeDragFinished(DragSourceEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a native drag ends on a Viewer.
nativeDragFinished(DragSourceEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
 
nativeDragStarted(DragSourceEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when a native drag has started on a Viewer.
nativeDragStarted(DragSourceEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a native drag begins on a Viewer.
nativeDragStarted(DragSourceEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
 
nativeToJava(TransferData) - Method in class org.eclipse.gef.dnd.SimpleObjectTransfer
The data object is not converted to bytes.
navigateTo(EditPart, KeyEvent) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
Navigates to the given EditPart
navigateTo(EditPart, KeyEvent) - Method in class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler
 
next() - Method in class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
Returns the next non-null EditPolicy.
noIcon - Static variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
Icons associated with a TreeLabelProvider
notifyGuideMoved(Object) - Method in class org.eclipse.gef.rulers.RulerChangeListener.Stub
 
notifyGuideMoved(Object) - Method in interface org.eclipse.gef.rulers.RulerChangeListener
Invoked when a guide is moved.
notifyGuideReparented(Object) - Method in class org.eclipse.gef.rulers.RulerChangeListener.Stub
 
notifyGuideReparented(Object) - Method in interface org.eclipse.gef.rulers.RulerChangeListener
Invoked when a guide is added to or removed from a ruler.
notifyListeners() - Method in class org.eclipse.gef.commands.CommandStack
Sends notification to all CommandStackListeners.
notifyPartAttachmentChanged(Object, Object) - Method in class org.eclipse.gef.rulers.RulerChangeListener.Stub
 
notifyPartAttachmentChanged(Object, Object) - Method in interface org.eclipse.gef.rulers.RulerChangeListener
Invoked when a graphical component is attached to a guide.
notifyUnitsChanged(int) - Method in class org.eclipse.gef.rulers.RulerChangeListener.Stub
 
notifyUnitsChanged(int) - Method in interface org.eclipse.gef.rulers.RulerChangeListener
Invoked when the ruler's unit of measurement is changed.

O

OrderedLayoutEditPolicy - class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy.
A LayoutEditPolicy for use with LayoutManagers that take no constraints.
OrderedLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
 
openMenu() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteStackEditPart
Opens the menu to display the choices for the active entry.
org.eclipse.gef - package org.eclipse.gef
 
org.eclipse.gef.commands - package org.eclipse.gef.commands
 
org.eclipse.gef.dnd - package org.eclipse.gef.dnd
 
org.eclipse.gef.editparts - package org.eclipse.gef.editparts
 
org.eclipse.gef.editpolicies - package org.eclipse.gef.editpolicies
 
org.eclipse.gef.handles - package org.eclipse.gef.handles
 
org.eclipse.gef.internal - package org.eclipse.gef.internal
 
org.eclipse.gef.internal.ui.palette - package org.eclipse.gef.internal.ui.palette
 
org.eclipse.gef.internal.ui.palette.editparts - package org.eclipse.gef.internal.ui.palette.editparts
 
org.eclipse.gef.internal.ui.properties - package org.eclipse.gef.internal.ui.properties
 
org.eclipse.gef.internal.ui.rulers - package org.eclipse.gef.internal.ui.rulers
 
org.eclipse.gef.palette - package org.eclipse.gef.palette
 
org.eclipse.gef.print - package org.eclipse.gef.print
 
org.eclipse.gef.requests - package org.eclipse.gef.requests
 
org.eclipse.gef.rulers - package org.eclipse.gef.rulers
 
org.eclipse.gef.tools - package org.eclipse.gef.tools
 
org.eclipse.gef.ui.actions - package org.eclipse.gef.ui.actions
 
org.eclipse.gef.ui.console - package org.eclipse.gef.ui.console
 
org.eclipse.gef.ui.palette - package org.eclipse.gef.ui.palette
 
org.eclipse.gef.ui.palette.customize - package org.eclipse.gef.ui.palette.customize
 
org.eclipse.gef.ui.parts - package org.eclipse.gef.ui.parts
 
org.eclipse.gef.ui.rulers - package org.eclipse.gef.ui.rulers
 
org.eclipse.gef.ui.stackview - package org.eclipse.gef.ui.stackview
 
org.eclipse.gef.ui.views.palette - package org.eclipse.gef.ui.views.palette
 
org.eclipse.gef.util - package org.eclipse.gef.util
 
origin - Variable in class org.eclipse.gef.SnapToGrid
The origin of the grid.
origin - Variable in class org.eclipse.gef.editparts.GridLayer
Field indicating what the grid origin is.

P

PALETTE_HIDE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
Hide Palette
PALETTE_SHOW - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
Show Palette
PALETTE_TYPE_DRAWER - Static variable in class org.eclipse.gef.palette.PaletteDrawer
The type for this PaletteEntry.
PALETTE_TYPE_GROUP - Static variable in class org.eclipse.gef.palette.PaletteGroup
Type Identifier
PALETTE_TYPE_ROOT - Static variable in class org.eclipse.gef.palette.PaletteRoot
Type Identifier
PALETTE_TYPE_SEPARATOR - Static variable in class org.eclipse.gef.palette.PaletteSeparator
Type identifier
PALETTE_TYPE_STACK - Static variable in class org.eclipse.gef.palette.PaletteStack
Type identifier
PALETTE_TYPE_TEMPLATE - Static variable in class org.eclipse.gef.palette.PaletteTemplateEntry
Type identifier
PALETTE_TYPE_TOOL - Static variable in class org.eclipse.gef.palette.ToolEntry
Type Identifier
PALETTE_TYPE_UNKNOWN - Static variable in class org.eclipse.gef.palette.PaletteEntry
Type unknown
PAN - Static variable in class org.eclipse.gef.tools.PanningSelectionTool
The state to indicate that the space bar has been pressed but no drag has been initiated.
PAN_IN_PROGRESS - Static variable in class org.eclipse.gef.tools.PanningSelectionTool
The state to indicate that a pan is in progress.
PERMISSION_FULL_MODIFICATION - Static variable in class org.eclipse.gef.palette.PaletteEntry
All modifications allowed.
PERMISSION_HIDE_ONLY - Static variable in class org.eclipse.gef.palette.PaletteEntry
Entries with this permission level can only be hidden/shown.
PERMISSION_LIMITED_MODIFICATION - Static variable in class org.eclipse.gef.palette.PaletteEntry
Any property of entries with this level of permission can be changed; however, they cannot be deleted from the palette.
PERMISSION_NO_MODIFICATION - Static variable in class org.eclipse.gef.palette.PaletteEntry
No changes can be made to a PaletteEntry with this permission level.
PIN - Static variable in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Pin image
PINNED - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Pinned"
PREFERENCE_AUTO_COLLAPSE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Property name for the auto-collapse setting.
PREFERENCE_COLUMNS_ICON_SIZE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Property name for the large icon setting for columns layout.
PREFERENCE_DETAILS_ICON_SIZE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Property name for the large icon setting for details layout.
PREFERENCE_FOLDER_ICON_SIZE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Deprecated. Use PREFERENCE_COLUMNS_ICON_SIZE instead.
PREFERENCE_FONT - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Property name for the palette font setting.
PREFERENCE_ICONS_ICON_SIZE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Property name for the large icon setting for icons only layout.
PREFERENCE_LAYOUT - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Property name for the layout setting.
PREFERENCE_LIST_ICON_SIZE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Property name for the large icon setting for list layout.
PRIMARY_DRAG_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a primary drag EditPolicy.
PRIMARY_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
Identifies the layer containing the primary pieces of the application.
PRINTABLE_LAYERS - Static variable in interface org.eclipse.gef.LayerConstants
The layer that contains all printable layers.
PROPERTY_ACTIVE_ENTRY - Static variable in class org.eclipse.gef.palette.PaletteStack
Property name for the active entry
PROPERTY_CHILDREN - Static variable in class org.eclipse.gef.palette.PaletteContainer
Property name indicating that this PaletteContainer's children have changed
PROPERTY_DEFAULT - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's default staus
PROPERTY_DESCRIPTION - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's description
PROPERTY_GRID_ENABLED - Static variable in class org.eclipse.gef.SnapToGrid
A viewer property indicating whether the snap function is enabled.
PROPERTY_GRID_ORIGIN - Static variable in class org.eclipse.gef.SnapToGrid
A viewer property indicating the grid's origin.
PROPERTY_GRID_SPACING - Static variable in class org.eclipse.gef.SnapToGrid
A viewer property indicating the grid spacing.
PROPERTY_GRID_VISIBLE - Static variable in class org.eclipse.gef.SnapToGrid
A viewer property indicating whether the grid should be displayed.
PROPERTY_HORIZONTAL_RULER - Static variable in class org.eclipse.gef.rulers.RulerProvider
The following property should be set on the graphical viewer.
PROPERTY_INITIAL_STATUS - Static variable in class org.eclipse.gef.palette.PaletteDrawer
Property name used when notification about a change in the drawer's initial state is fired.
PROPERTY_LABEL - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's label (name)
PROPERTY_LARGE_ICON - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's large icon
PROPERTY_PARENT - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's parent
PROPERTY_RULER_VISIBILITY - Static variable in class org.eclipse.gef.rulers.RulerProvider
The following property should be set on the graphical viewer.
PROPERTY_SMALL_ICON - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's small icon
PROPERTY_SNAP_ENABLED - Static variable in class org.eclipse.gef.SnapToGeometry
A property indicating whether this helper should be used.
PROPERTY_TYPE - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's type
PROPERTY_VERTICAL_RULER - Static variable in class org.eclipse.gef.rulers.RulerProvider
The following property should be set on the graphical viewer.
PROPERTY_VISIBLE - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's hidden status
PaletteContainer - class org.eclipse.gef.palette.PaletteContainer.
Default implementation of PaletteContainer
PaletteContainer(String, String, ImageDescriptor, Object) - Constructor for class org.eclipse.gef.palette.PaletteContainer
Constructor
PaletteContainerFactory - class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory.
Abstract factory for PaletteContainers
PaletteContainerFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
 
PaletteContextMenuProvider - class org.eclipse.gef.ui.palette.PaletteContextMenuProvider.
Provides the context menu for a palette.
PaletteContextMenuProvider(PaletteViewer) - Constructor for class org.eclipse.gef.ui.palette.PaletteContextMenuProvider
Constructor
PaletteCustomizationAction - class org.eclipse.gef.ui.palette.customize.PaletteCustomizationAction.
PaletteCustomizationActions are used to manipulate the palette model.
PaletteCustomizationAction() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteCustomizationAction
 
PaletteCustomizer - class org.eclipse.gef.ui.palette.PaletteCustomizer.
PaletteCustomizer is the PaletteCustomizerDialog's interface to the model.
PaletteCustomizer() - Constructor for class org.eclipse.gef.ui.palette.PaletteCustomizer
 
PaletteCustomizerDialog - class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog.
This class implements a default dialog that allows customization of the different entries/items on a GEF palette, i.e.
PaletteCustomizerDialog(Shell, PaletteCustomizer, PaletteRoot) - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Constructs a new customizer dialog.
PaletteDrawer - class org.eclipse.gef.palette.PaletteDrawer.
A PaletteDrawer is a collapsible container that can have other non-container palette entries.
PaletteDrawer(String) - Constructor for class org.eclipse.gef.palette.PaletteDrawer
Constructor
PaletteDrawer(String, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.PaletteDrawer
Constructor
PaletteDrawerFactory - class org.eclipse.gef.ui.palette.customize.PaletteDrawerFactory.
Factory to create categories
PaletteDrawerFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteDrawerFactory
Constructor
PaletteEditPart - class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart.
 
PaletteEditPart(PaletteEntry) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
PaletteEditPart.ImageCache - class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart.ImageCache.
 
PaletteEditPart.ImageCache() - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart.ImageCache
 
PaletteEditPartFactory - class org.eclipse.gef.ui.palette.PaletteEditPartFactory.
Factory to create EditParts for different PaletteEntries.
PaletteEditPartFactory() - Constructor for class org.eclipse.gef.ui.palette.PaletteEditPartFactory
 
PaletteEntry - class org.eclipse.gef.palette.PaletteEntry.
Root class (statically) for the palette model.
PaletteEntry(String, String) - Constructor for class org.eclipse.gef.palette.PaletteEntry
Constructor
PaletteEntry(String, String, Object) - Constructor for class org.eclipse.gef.palette.PaletteEntry
Constructor
PaletteEntry(String, String, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.PaletteEntry
Constructor
PaletteEntry(String, String, ImageDescriptor, ImageDescriptor, Object) - Constructor for class org.eclipse.gef.palette.PaletteEntry
Constructor
PaletteEntry(String, String, ImageDescriptor, ImageDescriptor, Object, String) - Constructor for class org.eclipse.gef.palette.PaletteEntry
Constructor
PaletteEntryFactory - class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory.
A PaletteEntryFactory creates certain type of PaletteEntries.
PaletteEntryFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
 
PaletteGroup - class org.eclipse.gef.palette.PaletteGroup.
A PaletteGroup consists of a group of PaletteEntry objects that are uncollapsible .
PaletteGroup(String) - Constructor for class org.eclipse.gef.palette.PaletteGroup
Creates a new PaletteGroup with the given label
PaletteGroup(String, List) - Constructor for class org.eclipse.gef.palette.PaletteGroup
Creates a new PaletteGroup with the given label and list of Palette Entries.
PaletteGroupFactory - class org.eclipse.gef.ui.palette.customize.PaletteGroupFactory.
Factory to create groups
PaletteGroupFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteGroupFactory
Constructor
PaletteListener - interface org.eclipse.gef.palette.PaletteListener.
Listens to changes in the palette.
PaletteMessages - class org.eclipse.gef.ui.palette.PaletteMessages.
 
PaletteMessages() - Constructor for class org.eclipse.gef.ui.palette.PaletteMessages
 
PalettePage - interface org.eclipse.gef.ui.views.palette.PalettePage.
An interface representing a page to be used in the PaletteView.
PaletteRoot - class org.eclipse.gef.palette.PaletteRoot.
Serves as the root PaletteEntry for the palette model.
PaletteRoot() - Constructor for class org.eclipse.gef.palette.PaletteRoot
Creates a new PaletteRoot.
PaletteRootEditPart - class org.eclipse.gef.internal.ui.palette.editparts.PaletteRootEditPart.
 
PaletteRootEditPart() - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.PaletteRootEditPart
 
PaletteScrollBar - class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar.
 
PaletteScrollBar() - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
PaletteSelectionTool - class org.eclipse.gef.internal.ui.palette.PaletteSelectionTool.
Selection Tool to be used in the Palette.
PaletteSelectionTool() - Constructor for class org.eclipse.gef.internal.ui.palette.PaletteSelectionTool
 
PaletteSeparator - class org.eclipse.gef.palette.PaletteSeparator.
A separator for the palette

Separators can also be used as markers.
PaletteSeparator() - Constructor for class org.eclipse.gef.palette.PaletteSeparator
Creates a new PaletteSeparator with an empty string as its identifier.
PaletteSeparator(String) - Constructor for class org.eclipse.gef.palette.PaletteSeparator
Constructor
PaletteSeparatorFactory - class org.eclipse.gef.ui.palette.customize.PaletteSeparatorFactory.
Factory to create PaletteSeparators.
PaletteSeparatorFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteSeparatorFactory
Constructor
PaletteSettingsDialog - class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog.
 
PaletteSettingsDialog(Shell, PaletteViewerPreferences) - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Constructor
PaletteStack - class org.eclipse.gef.palette.PaletteStack.
The model object for a PaletteStack - A stack of tools.
PaletteStack(String, String, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.PaletteStack
Creates a new PaletteStack with the given name, description, and icon.
PaletteStackEditPart - class org.eclipse.gef.internal.ui.palette.editparts.PaletteStackEditPart.
The EditPart for a PaletteStack.
PaletteStackEditPart(PaletteStack) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.PaletteStackEditPart
Creates a new PaletteStackEditPart with the given PaletteStack as its model.
PaletteStackFactory - class org.eclipse.gef.ui.palette.customize.PaletteStackFactory.
Factory to create PaletteStack
PaletteStackFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteStackFactory
Creates a new PaletteStackFactory with label PaletteMessages.MODEL_TYPE_STACK
PaletteTemplateEntry - class org.eclipse.gef.palette.PaletteTemplateEntry.
 
PaletteTemplateEntry(String, String, Object, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.PaletteTemplateEntry
Creates a new PaletteTemplateEntry with the given template.
PaletteToolbarLayout - class org.eclipse.gef.internal.ui.palette.editparts.PaletteToolbarLayout.
A ToolbarLayout-like layout for the palette.
PaletteToolbarLayout(DrawerAnimationController) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.PaletteToolbarLayout
Constructor
PaletteView - class org.eclipse.gef.ui.views.palette.PaletteView.
The GEF palette view
PaletteView() - Constructor for class org.eclipse.gef.ui.views.palette.PaletteView
 
PaletteViewer - class org.eclipse.gef.ui.palette.PaletteViewer.
Graphical viewer for the GEF palette.
PaletteViewer() - Constructor for class org.eclipse.gef.ui.palette.PaletteViewer
Constructor
PaletteViewerKeyHandler - class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler.
KeyHandler for the Palette.
PaletteViewerKeyHandler(PaletteViewer) - Constructor for class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler
Constructs a key handler for the specified palette viewer.
PaletteViewerPage - class org.eclipse.gef.ui.views.palette.PaletteViewerPage.
The default page for the PaletteView that works in conjunction with a PaletteViewerProvider.
PaletteViewerPage(PaletteViewerProvider) - Constructor for class org.eclipse.gef.ui.views.palette.PaletteViewerPage
Constructor
PaletteViewerPreferences - interface org.eclipse.gef.ui.palette.PaletteViewerPreferences.
PaletteViewerPreferences is used to store/persist the various settings of a GEF palette.
PaletteViewerProvider - class org.eclipse.gef.ui.palette.PaletteViewerProvider.
PaletteViewerProvider provides a standard way of creating palette viewers that can be shared across different clients that need to create a palette (PaletteViewerPage and FlyoutPaletteComposite, for instance).
PaletteViewerProvider(EditDomain) - Constructor for class org.eclipse.gef.ui.palette.PaletteViewerProvider
Constructor
Palette_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
Palette_Not_Available - Static variable in class org.eclipse.gef.internal.GEFMessages
 
PanningSelectionTool - class org.eclipse.gef.tools.PanningSelectionTool.
A subclass of the SelectionTool that allows panning by holding down the space bar.
PanningSelectionTool() - Constructor for class org.eclipse.gef.tools.PanningSelectionTool
 
PanningSelectionToolEntry - class org.eclipse.gef.palette.PanningSelectionToolEntry.
A ToolEntry for a PanningSelectionTool.
PanningSelectionToolEntry() - Constructor for class org.eclipse.gef.palette.PanningSelectionToolEntry
Creates a new PanningSelectionToolEntry.
PanningSelectionToolEntry(String) - Constructor for class org.eclipse.gef.palette.PanningSelectionToolEntry
Constructor for PanningSelectionToolEntry.
PanningSelectionToolEntry(String, String) - Constructor for class org.eclipse.gef.palette.PanningSelectionToolEntry
Constructor for PanningSelectionToolEntry.
PasteAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
PasteAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
PasteRetargetAction - class org.eclipse.gef.ui.actions.PasteRetargetAction.
Deprecated. Use org.eclipse.ui.actions.ActionFactory instead
PasteRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.PasteRetargetAction
Deprecated. Constructs a new PasteRetargetAction with the default ID, label and image.
PinDrawerAction - class org.eclipse.gef.ui.palette.PinDrawerAction.
An action that can be used to pin the given drawer open.
PinDrawerAction(DrawerEditPart) - Constructor for class org.eclipse.gef.ui.palette.PinDrawerAction
Constructor
PrintAction - class org.eclipse.gef.ui.actions.PrintAction.
 
PrintAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.PrintAction
Constructor for PrintAction.
PrintAction_ActionDeleteCommandName - Static variable in class org.eclipse.gef.internal.GEFMessages
 
PrintAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
PrintAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
PrintGraphicalViewerOperation - class org.eclipse.gef.print.PrintGraphicalViewerOperation.
 
PrintGraphicalViewerOperation(Printer, GraphicalViewer) - Constructor for class org.eclipse.gef.print.PrintGraphicalViewerOperation
Constructor for PrintGraphicalViewerOperation
PropertySheetEntry - class org.eclipse.gef.internal.ui.properties.PropertySheetEntry.
PropertySheetEntry is an implementation of IPropertySheetEntry which uses IPropertySource and IPropertyDescriptor to interact with domain model objects.
PropertySheetEntry() - Constructor for class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated. Paints the border.
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gef.internal.ui.palette.editparts.RaisedBorder
 
paintBorder(Graphics) - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart.RulerViewport
 
paintFigure(Graphics) - Method in class org.eclipse.gef.editparts.GridLayer
 
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.
paintFigure(Graphics) - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart.GuideLineFigure
 
paintFigure(Graphics) - Method in class org.eclipse.gef.internal.ui.rulers.GuideFigure
 
paintFigure(Graphics) - Method in class org.eclipse.gef.internal.ui.rulers.GuidePlaceHolder
 
paintFigure(Graphics) - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
paintGrid(Graphics) - Method in class org.eclipse.gef.editparts.GridLayer
Paints the grid.
partActivated(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
 
partActivated(EditPart) - Method in interface org.eclipse.gef.EditPartListener
This method is currently never called.
partActivated(IWorkbenchPart) - Method in class org.eclipse.gef.ui.views.palette.PaletteView
 
partDeactivated(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
 
partDeactivated(EditPart) - Method in interface org.eclipse.gef.EditPartListener
This method is currently never called.
performConditionalSelection() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Calls SelectEditPartTracker.performSelection() if the source is not selected.
performCreation(int) - Method in class org.eclipse.gef.tools.CreationTool
Executes the current command and selects the newly created object.
performDelete(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Updates the model by deleting the given entry from it.
performDirectEdit() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Creates a DirectEditRequest and sends it to a DelayedDirectEditHelper to allow the user to directly edit the edit part.
performDrag() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Calls AbstractTool.executeCurrentCommand().
performDrag() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Called once the drag has been interpreted.
performMoveDown(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Updates the model by moving the entry down.
performMoveUp(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Updates the model by moving the entry up.
performOpen() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Creates a SelectionRequest and sends it to the source edit part via EditPart.performRequest(Request).
performRequest(Request) - Method in interface org.eclipse.gef.EditPart
Performs the specified Request.
performRequest(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Subclasses should extend this method to handle Requests.
performSelection() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
Does nothing.
performSelection() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Performs the appropriate selection action based on the selection state of the source and the modifiers (CTRL and SHIFT).
populateRowsAndCols(List) - Method in class org.eclipse.gef.SnapToGeometry
Updates the cached row and column Entries using the provided parts.
preparePrintSource() - Method in class org.eclipse.gef.print.PrintGraphicalViewerOperation
 
primAddSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds the specified source ConnectionEditPart at an index.
primAddTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds the specified target ConnectionEditPart at an index.
primGetSelectedEditParts() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Returns the modifiable List of selected EditParts.
primRemoveSourceConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Removes the specified source ConnectionEditPart from the AbstractGraphicalEditPart.sourceConnections List.
primRemoveTargetConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Removes the specified target ConnectionEditPart from the AbstractGraphicalEditPart.targetConnections List.
primSetZoom(double) - Method in class org.eclipse.gef.editparts.ZoomManager
Sets the zoom level to the given value.
processSelect(KeyEvent) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
This method is invoked when the user presses the space bar.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
If the number of bendpoints changes, handles are updated.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.handles.BendpointHandle
Revalidates this handle when the connection's points change.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.handles.ConnectionHandle
 
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart.RulerViewport
 
propertyName - Variable in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
propertyValue - Variable in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
provider - Variable in class org.eclipse.gef.ui.views.palette.PaletteViewerPage
The PaletteViewerProvider that is used to create the PaletteViewer
put(KeyStroke, IAction) - Method in class org.eclipse.gef.KeyHandler
Maps a specified KeyStroke to an IAction.

R

REQ_ADD - Static variable in interface org.eclipse.gef.RequestConstants
Constant used to indicate that a group of existing children are being added to the receiver of the Request.
REQ_ALIGN - Static variable in interface org.eclipse.gef.RequestConstants
Constant used to indicate that alignment is being performed.
REQ_ALIGN_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
Constant used to indicate that a group of children are being aligned.
REQ_CLONE - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that the reciever of the request should be cloned.
REQ_CONNECTION_END - Static variable in interface org.eclipse.gef.RequestConstants
Indicates the end of creation of a new connection.
REQ_CONNECTION_START - Static variable in interface org.eclipse.gef.RequestConstants
Indicates the creation of a new connection.
REQ_CREATE - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that an object is to be created by the receiver of the Request.
REQ_CREATE_BENDPOINT - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that a bendpoint is being inserted by the User.
REQ_DELETE - Static variable in interface org.eclipse.gef.RequestConstants
Constant used to indicate that the receiver of the Request is being deleted.
REQ_DELETE_DEPENDANT - Static variable in interface org.eclipse.gef.RequestConstants
Constant used to indicate that a child of the receiver the Request is to be deleted.
REQ_DIRECT_EDIT - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that a direct edit should be performed.
REQ_MOVE - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that a part (or a group of parts) is being moved within its current parent.
REQ_MOVE_BENDPOINT - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that an existing bendpoint is being moved or dragged by the User.
REQ_MOVE_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that a group of children are being moved.
REQ_OPEN - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that the user has double-clicked on the receiver.
REQ_ORPHAN - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that the receiver is being removed from its current parent, to be inserted into a new parent.
REQ_ORPHAN_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that a group of children are being removed from the receiver of the Request.
REQ_RECONNECT_SOURCE - Static variable in interface org.eclipse.gef.RequestConstants
Constant used to indicate that the source end of an existing connection is being reconnected to a new source node EditPart.
REQ_RECONNECT_TARGET - Static variable in interface org.eclipse.gef.RequestConstants
Constant used to indicate that the target end of an existing connection is being reconnected to a new target node EditPart.
REQ_RESIZE - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that a part (or a group of parts) is being resized.
REQ_RESIZE_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
Indicates that a group of children are to be resized.
REQ_SELECTION - Static variable in interface org.eclipse.gef.RequestConstants
Indicates selection Requests.
REQ_SELECTION_HOVER - Static variable in interface org.eclipse.gef.RequestConstants
Indicates selection hover Requests.
RESIZE_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Resize"
RIGHT_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Right"
RaisedBorder - class org.eclipse.gef.internal.ui.palette.editparts.RaisedBorder.
 
RaisedBorder() - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.RaisedBorder
 
RaisedBorder(Insets) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.RaisedBorder
 
RaisedBorder(int, int, int, int) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.RaisedBorder
 
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.
RedoAction - class org.eclipse.gef.ui.actions.RedoAction.
An action to redo the last command.
RedoAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.RedoAction
Creates a RedoAction and associates it with the given workbech part.
RedoAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.RedoAction
Creates a RedoAction and associates it with the given editor.
RedoAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
RedoAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
RedoRetargetAction - class org.eclipse.gef.ui.actions.RedoRetargetAction.
 
RedoRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.RedoRetargetAction
Constructs a new RedoRetargetAction with the default ID, label and image.
RelativeHandleLocator - class org.eclipse.gef.handles.RelativeHandleLocator.
Similar to RelativeLocator, but adds support for the HandleBounds interface.
RelativeHandleLocator(IFigure, int) - Constructor for class org.eclipse.gef.handles.RelativeHandleLocator
Constructs a new locator using the given reference figure and location.
RenameAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
RenameAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
Request - class org.eclipse.gef.Request.
An Object used to communicate with EditParts.
Request() - Constructor for class org.eclipse.gef.Request
Constructs an empty Request
Request(Object) - Constructor for class org.eclipse.gef.Request
Constructs a Request with the specified type
RequestConstants - interface org.eclipse.gef.RequestConstants.
The set of constants used to identify Requests by their type.
ResizableEditPolicy - class org.eclipse.gef.editpolicies.ResizableEditPolicy.
Provides support for selecting, positioning, and resizing an editpart.
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.
A Tracker for dragging a resize handle.
ResizeTracker(int) - Constructor for class org.eclipse.gef.tools.ResizeTracker
Deprecated. use ResizeTracker(GraphicalEditPart, int) instead
ResizeTracker(GraphicalEditPart, int) - Constructor for class org.eclipse.gef.tools.ResizeTracker
Constructs a resize tracker that resizes in the specified direction.
RestoreDefaultPropertyValueCommand - class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand.
 
RestoreDefaultPropertyValueCommand() - Constructor for class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
RootComponentEditPolicy - class org.eclipse.gef.editpolicies.RootComponentEditPolicy.
The root component cannot be removed from its parent.
RootComponentEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.RootComponentEditPolicy
 
RootEditPart - interface org.eclipse.gef.RootEditPart.
A RootEditPart is the root of an EditPartViewer.
RootTreeEditPart - class org.eclipse.gef.editparts.RootTreeEditPart.
The root editpart for a TreeViewer.
RootTreeEditPart() - Constructor for class org.eclipse.gef.editparts.RootTreeEditPart
 
RulerChangeListener - interface org.eclipse.gef.rulers.RulerChangeListener.
RulerChangeListeners can be added to RulerProviders to receive notification about changes in the ruler/guide properties.
RulerChangeListener.Stub - class org.eclipse.gef.rulers.RulerChangeListener.Stub.
Stub for the RulerChangeListener interface.
RulerChangeListener.Stub() - Constructor for class org.eclipse.gef.rulers.RulerChangeListener.Stub
 
RulerComposite - class org.eclipse.gef.ui.rulers.RulerComposite.
A RulerComposite is used to show rulers to the north and west of the control of a given graphical viewer.
RulerComposite(Composite, int) - Constructor for class org.eclipse.gef.ui.rulers.RulerComposite
Constructor
RulerContextMenuProvider - class org.eclipse.gef.internal.ui.rulers.RulerContextMenuProvider.
 
RulerContextMenuProvider(EditPartViewer) - Constructor for class org.eclipse.gef.internal.ui.rulers.RulerContextMenuProvider
 
RulerDragTracker - class org.eclipse.gef.internal.ui.rulers.RulerDragTracker.
 
RulerDragTracker(RulerEditPart) - Constructor for class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
RulerEditPart - class org.eclipse.gef.internal.ui.rulers.RulerEditPart.
 
RulerEditPart(Object) - Constructor for class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
RulerEditPart.RulerSelectionPolicy - class org.eclipse.gef.internal.ui.rulers.RulerEditPart.RulerSelectionPolicy.
 
RulerEditPart.RulerSelectionPolicy() - Constructor for class org.eclipse.gef.internal.ui.rulers.RulerEditPart.RulerSelectionPolicy
 
RulerEditPartFactory - class org.eclipse.gef.internal.ui.rulers.RulerEditPartFactory.
 
RulerEditPartFactory(GraphicalViewer) - Constructor for class org.eclipse.gef.internal.ui.rulers.RulerEditPartFactory
 
RulerFigure - class org.eclipse.gef.internal.ui.rulers.RulerFigure.
 
RulerFigure(boolean, int) - Constructor for class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
RulerLayout - class org.eclipse.gef.internal.ui.rulers.RulerLayout.
A custom layout manager for rulers.
RulerLayout() - Constructor for class org.eclipse.gef.internal.ui.rulers.RulerLayout
 
RulerProvider - class org.eclipse.gef.rulers.RulerProvider.
This class provides an interface to interact with the ruler/guide feature provided in GEF.
RulerProvider() - Constructor for class org.eclipse.gef.rulers.RulerProvider
 
RulerRootEditPart - class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart.
RootEditPart for a ruler.
RulerRootEditPart(boolean) - Constructor for class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
Constructor
RulerRootEditPart.RulerViewport - class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart.RulerViewport.
A RulerViewport shares a RangeModel with that of the primary GraphicalViewer.
RulerRootEditPart.RulerViewport() - Constructor for class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart.RulerViewport
Constructor
Ruler_Desc - Static variable in class org.eclipse.gef.internal.GEFMessages
 
Ruler_Horizontal_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
Ruler_Vertical_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
reactivate() - Method in class org.eclipse.gef.tools.AbstractTool
Calls deactivate() and then activate().
readjustScrollBars() - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart.RulerViewport
Since the RangeModel is shared with that of the editor's, a RulerViewport should not adjust it.
redo() - Method in class org.eclipse.gef.commands.Command
Re-executes the Command.
redo() - Method in class org.eclipse.gef.commands.CommandStack
Calls redo on the Command at the top of the redo stack, and pushes that Command onto the undo stack.
redo() - Method in class org.eclipse.gef.commands.CompoundCommand
 
redo() - Method in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
refresh() - Method in interface org.eclipse.gef.EditPart
Called to force a refresh of this EditPart.
refresh() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Extended here to also refresh the ConnectionAnchors.
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
Extends AbstractEditPart.refresh() to refresh two additional structural features: source and target connections.
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.actions.WorkbenchPartAction
Refreshes the properties of this action.
refreshChildren() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Updates the set of children EditParts so that it is in sync with the model children.
refreshChildren() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Overridden to do nothing, child is set using setContents(EditPart)
refreshChildren() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
refreshChildren() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Overridden to do nothing, child is set using setContents(EditPart)
refreshChildren() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteStackEditPart
 
refreshCursor() - Method in class org.eclipse.gef.tools.AbstractTool
Sets the cursor being displayed to the appropriate cursor.
refreshCursor() - Method in class org.eclipse.gef.tools.SelectionTool
If there is a drag tracker, this method does nothing so that the drag tracker can take care of the cursor.
refreshDragSourceAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called whenever it may be appropriate to automatically create or dispose the drag source.
refreshDropTargetAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called whenever it may be appropriate to automatically create or dispose the drop target.
refreshFromRoot() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
Refresh the entry tree from the root down
refreshGridLayer() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Updates the grid based on properties set on the graphical viewer: SnapToGrid.PROPERTY_GRID_VISIBLE, SnapToGrid.PROPERTY_GRID_SPACING, and SnapToGrid.PROPERTY_GRID_ORIGIN.
refreshGridLayer() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Updates the grid based on properties set on the graphical viewer: SnapToGrid.PROPERTY_GRID_VISIBLE, SnapToGrid.PROPERTY_GRID_SPACING, and SnapToGrid.PROPERTY_GRID_ORIGIN.
refreshSourceAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Updates the source ConnectionAnchor.
refreshSourceConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Updates the set of source ConnectionEditParts so that it is in sync with the model source connections.
refreshTargetAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Updates the target ConnectionAnchor.
refreshTargetConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Updates the set of target ConnectionEditParts so that it is in sync with the model target connections.
refreshVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Refreshes this EditPart's visuals.
refreshVisuals() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
By default, this method will apply an Image and String to the widget if it is a TreeItem.
refreshVisuals() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
refreshVisuals() - Method in class org.eclipse.gef.internal.ui.palette.editparts.GroupEditPart
 
refreshVisuals() - Method in class org.eclipse.gef.internal.ui.palette.editparts.SliderPaletteEditPart
This method overrides super's functionality to do nothing.
refreshVisuals() - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
 
refreshVisuals() - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
refreshVisuals() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
register() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Registers itself in the viewer's various registries.
register() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 
register() - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
 
register() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
 
register() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
registerAccessibility() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Registers the AccessibleEditPart adapter.
registerAccessibleEditPart(AccessibleEditPart) - Method in interface org.eclipse.gef.EditPartViewer
Used for accessibility purposes.
registerAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
registerAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Registers the accessible editpart with the event dispatcher.
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
Registers the model in the EditPartViewer.getEditPartRegistry().
registerVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Registers the visuals in the EditPartViewer.getVisualPartMap().
registerVisuals() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Registers the EditPart's Figure in the Viewer.
registerVisuals() - Method in class org.eclipse.gef.internal.ui.palette.editparts.SliderPaletteEditPart
 
releaseToolCapture() - Method in class org.eclipse.gef.tools.AbstractTool
Releases tool capture.
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.
relocate(CellEditor) - Method in interface org.eclipse.gef.tools.CellEditorLocator
Relocates a CellEditor.
remove(KeyStroke) - Method in class org.eclipse.gef.KeyHandler
Removed a mapped IAction for the specified KeyStroke.
remove(IFigure) - Method in class org.eclipse.gef.editparts.GuideLayer
 
remove(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Removes the given PaletteEntry from this PaletteContainer
remove(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteStack
 
removeAction(IAction) - Method in class org.eclipse.gef.ui.actions.ActionRegistry
Removes an action from this registry.
removeChild(EditPart) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Removes a child EditPart.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Removes the childs visual from this EditPart's visual.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds the child's Figure to the contentPane.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Disposes the child's widget and sets it to null.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
This is where the child gets removed.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
 
removeCommandStackListener(CommandStackListener) - Method in class org.eclipse.gef.commands.CommandStack
Removes the first occurance of the specified listener.
removeDragSourceListener(TransferDragSourceListener) - Method in interface org.eclipse.gef.EditPartViewer
Deprecated.  
removeDragSourceListener(TransferDragSourceListener) - Method in interface org.eclipse.gef.EditPartViewer
Removes the specified drag source listener.
removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Deprecated.  
removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Deprecated.  
removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
removeDropTargetListener(TransferDropTargetListener) - Method in interface org.eclipse.gef.EditPartViewer
Deprecated.  
removeDropTargetListener(TransferDropTargetListener) - Method in interface org.eclipse.gef.EditPartViewer
Removes the specified drop target listener.
removeDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Deprecated. Removes the given TransferDropTargetListener.
removeDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Deprecated.  
removeDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
removeEditPartListener(EditPartListener) - Method in interface org.eclipse.gef.EditPart
Removes the first occurance of the specified listener from the list of listeners.
removeEditPartListener(EditPartListener) - Method in class org.eclipse.gef.editparts.AbstractEditPart
No reason to override
removeEditPolicy(Object) - Method in interface org.eclipse.gef.EditPart
Removes the EditPolicy for the given role.
removeEditPolicy(Object) - Method in class org.eclipse.gef.editparts.AbstractEditPart
No reason to override
removeFeedback(IFigure) - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
Removes the specified Figure from the LayerConstants.FEEDBACK_LAYER.
removeFeedback(IFigure) - Method in class org.eclipse.gef.tools.AbstractTool
Convenience method to removes a figure from the feedback layer.
removeListener(ILabelProviderListener) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
 
removeNodeListener(NodeListener) - Method in interface org.eclipse.gef.GraphicalEditPart
Removes the first occurance of the specified listener from the list of listeners.
removeNodeListener(NodeListener) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
removeNotify() - Method in interface org.eclipse.gef.EditPart
Called when the EditPart is being permanently removed from its EditPartViewer.
removeNotify() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Extended here to remove the ConnectionEditPart's connection figure from the connection layer.
removeNotify() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Removes all references from the EditPartViewer to this EditPart.
removeNotify() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Extends AbstractEditPart.removeNotify() to cleanup ConnectionEditParts.
removeNotify() - Method in class org.eclipse.gef.handles.AbstractHandle
 
removeNotify() - Method in class org.eclipse.gef.handles.ConnectionHandle
Extended to remove a listener.
removeNotify() - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
removeNotify() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
removePaletteListener(PaletteListener) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
The given PaletteListener will not be notified of active tool changes in the palette.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.gef.EditPartViewer
removes the first instance of the specified property listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.palette.PaletteEntry
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
removePropertySheetEntryListener(IPropertySheetEntryListener) - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
removeRulerChangeListener(RulerChangeListener) - Method in class org.eclipse.gef.rulers.RulerProvider
The given listener will not be notified of changes in the ruler anymore.
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
removes the selection handles from the selection layer.
removeSelectionListener() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Removes the EditPartListener used to observe selection
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.EditDomain
Removes a previously added viewer from the EditDomain.
removeViewer(EditPartViewer) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
Removes the viewer from the set of synchronzied viewers
removeZoomListener(ZoomListener) - Method in class org.eclipse.gef.editparts.ZoomManager
Removes the given ZoomListener from this ZoomManager's list of listeners.
removingChild(EditPart, int) - Method in class org.eclipse.gef.EditPartListener.Stub
 
removingChild(EditPart, int) - Method in interface org.eclipse.gef.EditPartListener
Called before a child EditPart is removed from its parent.
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
Moves a child EditPart into a lower index than it currently occupies.
reorderChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
This method is extended to preserve a LayoutManager constraint if one exists.
reorderChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
 
reorderSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Moves a source ConnectionEditPart into a lower index than it currently occupies.
reorderTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Moves a target ConnectionEditPart into a lower index than it currently occupies.
repairStartLocation() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
If auto scroll (also called auto expose) is being performed, the start location moves during the scroll.
resetFlags() - Method in class org.eclipse.gef.tools.AbstractTool
Resets all flags to their initial values.
resetFlags() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
resetOnUndo - Variable in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
resetPropertyValue() - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
 
resetPropertyValue() - Method in class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
 
restoreOriginalConstraint() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Restores the original constraint that was saved before feedback began to show.
restorePrintSource() - Method in class org.eclipse.gef.print.PrintGraphicalViewerOperation
 
restoreSettings() - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Restores the cached settings, thus undoing any changes made since the last caching of settings.
restoreState(IMemento) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
restoreState(IMemento) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
restoreState(IMemento) - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
 
restoreState(IMemento) - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
restoreState(IMemento) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Tries to apply the state of the given IMemento to the contents of this viewer.
result - Variable in class org.eclipse.gef.AutoexposeHelper.Search
 
reveal(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
Reveals the given EditPart if it is not visible.
reveal(EditPart) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
reveal(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
reveal(EditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Reveals the specified editpart by using ExposeHelpers.
reveal(EditPart) - Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
Extends the superclass implementation to scroll the native Canvas control after the super's implementation has completed.
reveal(EditPart) - Method in class org.eclipse.gef.ui.parts.TreeViewer
 
revertOldEditValue(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
Helps erase feedback by reverting the original edit value.
revertToSaved() - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Undoes the changes made to the model since the last save.
revertToSaved() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method is invoked when the changes made since the last save need to be cancelled.
rows - Variable in class org.eclipse.gef.SnapToGeometry
The horizontal rows being snapped to.
run() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
run() - Method in class org.eclipse.gef.ui.actions.CopyTemplateAction
Sets the default Clipboard's contents to be the currently selected template.
run() - Method in class org.eclipse.gef.ui.actions.CreateGuideAction
 
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.DirectEditAction
 
run() - Method in class org.eclipse.gef.ui.actions.PrintAction
 
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.SelectAllAction
Selects all edit parts in the active workbench part.
run() - Method in class org.eclipse.gef.ui.actions.SetActivePaletteToolAction
 
run() - Method in class org.eclipse.gef.ui.actions.ToggleGridAction
 
run() - Method in class org.eclipse.gef.ui.actions.ToggleRulerVisibilityAction
 
run() - Method in class org.eclipse.gef.ui.actions.ToggleSnapToGeometryAction
 
run() - Method in class org.eclipse.gef.ui.actions.UndoAction
Undoes the last command.
run() - Method in class org.eclipse.gef.ui.actions.ZoomInAction
 
run() - Method in class org.eclipse.gef.ui.actions.ZoomOutAction
 
run() - Method in class org.eclipse.gef.ui.console.DebugGEFAction
 
run() - Method in class org.eclipse.gef.ui.palette.ChangeIconSizeAction
Toggles the "Use Large Icons" option for the current layout mode.
run() - Method in class org.eclipse.gef.ui.palette.CustomizeAction
Opens the Customizer Dialog for the palette
run() - Method in class org.eclipse.gef.ui.palette.PinDrawerAction
Toggles the pinned open status of the drawer.
run() - Method in class org.eclipse.gef.ui.palette.SettingsAction
Opens the Settings dialog
run() - Method in class org.eclipse.gef.ui.stackview.CommandStackViewerAction
 

S

SCALABLE_LAYERS - Static variable in interface org.eclipse.gef.LayerConstants
The layer that contains all scaled layers.
SCALED_FEEDBACK_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
The layer containing scaled feedback.
SCROLL_PANE_BORDER - Static variable in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Scrollpane border constant
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.
SELECTION_FEEDBACK_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a selection feedback EditPolicy.
SETTINGS_COLUMNS_VIEW_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Columns"
SETTINGS_DEFAULT_FONT - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Restore Default"
SETTINGS_DETAILS_VIEW_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Details"
SETTINGS_DIALOG_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Palette Settings"
SETTINGS_DRAWER_OPTIONS_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Drawer Options"
SETTINGS_FONT_CHANGE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "C&hange..."
SETTINGS_FONT_CURRENT - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Font: "
SETTINGS_FONT_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Font"
SETTINGS_ICONS_VIEW_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Icons only"
SETTINGS_ICONS_VIEW_LABEL_CAPS - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Icons Only"
SETTINGS_LAYOUT_COLUMNS_OVERRIDE_WIDTH - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Override default column width settings"
SETTINGS_LAYOUT_COLUMNS_WIDTH - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Colu&mn width (in pixels): "
SETTINGS_LAYOUT_OPTIONS_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Layout options"
SETTINGS_LAYOUT_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Layout: "
SETTINGS_LIST_VIEW_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&List"
SETTINGS_OPTIONS_COLUMNS - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Columns layout options"
SETTINGS_OPTIONS_DETAILS - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Details layout options"
SETTINGS_OPTIONS_ICONS_ONLY - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String " layout options"
SETTINGS_OPTIONS_LIST - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "List layout options"
SETTINGS_USE_LARGE_ICONS_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Use large icons"
SETTINGS_USE_LARGE_ICONS_LABEL_CAPS - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Use Large Icons"
SETTINGS_WORKBENCH_FONT_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String ""
STATE_ACCESSIBLE_DRAG - Static variable in class org.eclipse.gef.tools.AbstractTool
The state indicating that the keyboard is being used to perform a drag that is normally done using the mouse.
STATE_ACCESSIBLE_DRAG_IN_PROGRESS - Static variable in class org.eclipse.gef.tools.AbstractTool
The state indicating that a keyboard drag is in progress.
STATE_CONNECTION_STARTED - Static variable in class org.eclipse.gef.tools.AbstractConnectionCreationTool
The state which indicates that the connection creation has begun.
STATE_DRAG - Static variable in class org.eclipse.gef.tools.AbstractTool
The state indicating that one or more buttons is pressed, but the user has not moved past the drag threshold.
STATE_DRAG_IN_PROGRESS - Static variable in class org.eclipse.gef.tools.AbstractTool
The state indicating that the drag detection theshold has been passed, and a drag is in progress.
STATE_INITIAL - Static variable in class org.eclipse.gef.tools.AbstractTool
The first state that a tool is in.
STATE_INVALID - Static variable in class org.eclipse.gef.tools.AbstractTool
The state indicating that an input event has invalidated the interaction.
STATE_TERMINAL - Static variable in class org.eclipse.gef.tools.AbstractTool
The final state for a tool to be in.
STATE_TRAVERSE_HANDLE - Static variable in class org.eclipse.gef.tools.SelectionTool
Traverse handle state
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
Constructs a SaveAction and associates it with the given editor.
SaveAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
SaveAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
ScalableFreeformRootEditPart - class org.eclipse.gef.editparts.ScalableFreeformRootEditPart.
Adds Zoom support to the standard FreeformRootEditPart.
ScalableFreeformRootEditPart() - Constructor for class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
Constructor for ScalableFreeformRootEditPart
ScalableRootEditPart - class org.eclipse.gef.editparts.ScalableRootEditPart.
A graphical root composed of regular Layers.
ScalableRootEditPart() - Constructor for class org.eclipse.gef.editparts.ScalableRootEditPart
Constructor for ScalableFreeformRootEditPart
ScrollingGraphicalViewer - class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer.
A Graphical Viewer implementation which uses a FigureCanvas for native scrolling.
ScrollingGraphicalViewer() - Constructor for class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
Constructs a ScrollingGraphicalViewer;
SelectAllAction - class org.eclipse.gef.ui.actions.SelectAllAction.
An action which selects all edit parts in the active workbench part.
SelectAllAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.SelectAllAction
Constructs a SelectAllAction and associates it with the given part.
SelectAllAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
SelectAllAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
SelectEditPartTracker - class org.eclipse.gef.tools.SelectEditPartTracker.
DragTracker used to select, edit, and open EditParts.
SelectEditPartTracker(EditPart) - Constructor for class org.eclipse.gef.tools.SelectEditPartTracker
Constructs a new SelectEditPartTracker with the given edit part as the source.
SelectionAction - class org.eclipse.gef.ui.actions.SelectionAction.
Superclass for an action needing the current selection.
SelectionAction(IWorkbenchPart, int) - Constructor for class org.eclipse.gef.ui.actions.SelectionAction
Deprecated. use IWorkbenchPart constructor, SelectionAction will be changed to inherit from WorkbenchPartAction in next release
SelectionAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.SelectionAction
Creates a SelectionAction and associates it with the given workbench part.
SelectionEditPolicy - class org.eclipse.gef.editpolicies.SelectionEditPolicy.
A GraphicalEditPolicy that is sensitive to the host's selection.
SelectionEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.SelectionEditPolicy
 
SelectionHandlesEditPolicy - class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy.
A SelectionEditPolicy which manages a List of handles provided by the subclass.
SelectionHandlesEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
 
SelectionRequest - class org.eclipse.gef.requests.SelectionRequest.
A request to select an edit part.
SelectionRequest() - Constructor for class org.eclipse.gef.requests.SelectionRequest
 
SelectionSynchronizer - class org.eclipse.gef.ui.parts.SelectionSynchronizer.
A utility for synchronizing the selection of multiple EditPartViewers.
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
Default constructor.
SelectionToolEntry - class org.eclipse.gef.palette.SelectionToolEntry.
A ToolEntry for a SelectionTool.
SelectionToolEntry() - Constructor for class org.eclipse.gef.palette.SelectionToolEntry
Creates a new SelectionToolEntry.
SelectionToolEntry(String) - Constructor for class org.eclipse.gef.palette.SelectionToolEntry
Constructor for SelectionToolEntry.
SelectionToolEntry(String, String) - Constructor for class org.eclipse.gef.palette.SelectionToolEntry
Constructor for SelectionToolEntry.
SelectionTool_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
SeparatorEditPart - class org.eclipse.gef.internal.ui.palette.editparts.SeparatorEditPart.
EditPart for the PaletteSeparator
SeparatorEditPart(PaletteSeparator) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.SeparatorEditPart
Constructor
SetActivePaletteToolAction - class org.eclipse.gef.ui.actions.SetActivePaletteToolAction.
This action sets a Tool to be the active entry in the PaletteViewer.
SetActivePaletteToolAction(PaletteViewer, String, ImageDescriptor, boolean, ToolEntry) - Constructor for class org.eclipse.gef.ui.actions.SetActivePaletteToolAction
Creates a new SetActivePaletteToolAction with the given entry to set, as well as a label, icon, and isChecked to be used in a menu.
SetPropertyValueCommand_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
SettingsAction - class org.eclipse.gef.ui.palette.SettingsAction.
An action to launch the Settings dialog for the given palette.
SettingsAction(PaletteViewer) - Constructor for class org.eclipse.gef.ui.palette.SettingsAction
Constructor
SharedCursors - class org.eclipse.gef.SharedCursors.
A shared collection of Cursors.
SharedCursors() - Constructor for class org.eclipse.gef.SharedCursors
 
SharedImages - class org.eclipse.gef.SharedImages.
A class containing shared Images and ImageDescriptors for use by clients.
SharedImages() - Constructor for class org.eclipse.gef.SharedImages
 
SharedMessages - class org.eclipse.gef.SharedMessages.
This class contains UI strings (translated, if available) that clients can use.
SharedMessages() - Constructor for class org.eclipse.gef.SharedMessages
 
SimpleDragTracker - class org.eclipse.gef.tools.SimpleDragTracker.
A simple drag tracker implementation that does not perform targeting.
SimpleDragTracker() - Constructor for class org.eclipse.gef.tools.SimpleDragTracker
Null constructor.
SimpleFactory - class org.eclipse.gef.requests.SimpleFactory.
A simple CreationFactory that takes a Class in the constructor and creates a new instance of this Class in SimpleFactory.getNewObject().
SimpleFactory(Class) - Constructor for class org.eclipse.gef.requests.SimpleFactory
Creates a SimpleFactory.
SimpleObjectTransfer - class org.eclipse.gef.dnd.SimpleObjectTransfer.
Holds on to the object being transferred in a field so that DropTargetListeners can know what's being dragged before the drop occurs.
SimpleObjectTransfer() - Constructor for class org.eclipse.gef.dnd.SimpleObjectTransfer
 
SliderPaletteEditPart - class org.eclipse.gef.internal.ui.palette.editparts.SliderPaletteEditPart.
 
SliderPaletteEditPart(PaletteRoot) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.SliderPaletteEditPart
 
SnapFeedbackPolicy - class org.eclipse.gef.editpolicies.SnapFeedbackPolicy.
An EditPolicy that is used to show snap feedback for guides (red lines) and geometry (blue lines)
SnapFeedbackPolicy() - Constructor for class org.eclipse.gef.editpolicies.SnapFeedbackPolicy
 
SnapToGeometry - class org.eclipse.gef.SnapToGeometry.
A temporary helper used to perform snapping to existing elements.
SnapToGeometry(GraphicalEditPart) - Constructor for class org.eclipse.gef.SnapToGeometry
Constructs a helper that will use the given part as its basis for snapping.
SnapToGeometry.Entry - class org.eclipse.gef.SnapToGeometry.Entry.
A vertical or horizontal snapping point.
SnapToGrid - class org.eclipse.gef.SnapToGrid.
 
SnapToGrid(GraphicalEditPart) - Constructor for class org.eclipse.gef.SnapToGrid
Constructs a gridded snap helper on the given editpart.
SnapToGuides - class org.eclipse.gef.SnapToGuides.
A helper used to perform snapping to guides.
SnapToGuides(GraphicalEditPart) - Constructor for class org.eclipse.gef.SnapToGuides
Constructs a new snap-to-guides helper using the given container as the basis.
SnapToHelper - class org.eclipse.gef.SnapToHelper.
A helper used temporarily by Tools for snapping certain mouse interactions.
SnapToHelper() - Constructor for class org.eclipse.gef.SnapToHelper
 
SquareHandle - class org.eclipse.gef.handles.SquareHandle.
A small square handle approximately 7x7 pixels in size, that is either black or white.
SquareHandle() - Constructor for class org.eclipse.gef.handles.SquareHandle
Null constructor
SquareHandle(GraphicalEditPart, Locator) - Constructor for class org.eclipse.gef.handles.SquareHandle
Creates a SquareHandle for the given GraphicalEditPart with 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.
StackAction - class org.eclipse.gef.ui.actions.StackAction.
Superclass for actions needing access to the stack.
StackAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.StackAction
Creates a StackAction and associates it with the given editor.
StrokePointList - class org.eclipse.gef.editpolicies.StrokePointList.
 
StrokePointList() - Constructor for class org.eclipse.gef.editpolicies.StrokePointList
 
save() - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
Persists the changes made to the model.
save() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method is invoked when the changes made since the last save need to be saved.
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.
saveState(IMemento) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
saveState(IMemento) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
saveState(IMemento) - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
 
saveState(IMemento) - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
saveState(IMemento) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Captures the state of the contents of this viewer in the given memento
select(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
Replaces the current selection with the specified EditPart.
select(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
selectedStateChanged(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
 
selectedStateChanged(EditPart) - Method in interface org.eclipse.gef.EditPartListener
Called when the selected state of an EditPart has changed.
selection - Variable in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
The raw list of selected editparts.
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.gef.ui.actions.CopyTemplateAction
Sets the selected EditPart and refreshes the enabled state of this action.
selectionChanged(IWorkbenchPart, ISelection) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
Receives notification from one viewer, and maps selection to all other members.
selectionListeners - Variable in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
The list of selection listeners.
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
 
setActiveEntry(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteStack
Sets the "active" child entry to the given PaletteEntry.
setActiveEntry(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This methods sets the active entry.
setActiveEntryPage(EntryPage) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Sets the given EntryPage as the top page in the PageBook that shows the properties of the item selected in the Outline.
setActiveTool(Tool) - Method in class org.eclipse.gef.EditDomain
Sets the active Tool for this EditDomain.
setActiveTool(ToolEntry) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Sets the active entry for this palette.
setAlignment(int) - Method in class org.eclipse.gef.requests.AlignmentRequest
Sets the alignment.
setAlignmentRectangle(Rectangle) - Method in class org.eclipse.gef.requests.AlignmentRequest
Sets the alignment rectangle.
setAnchor(ConnectionAnchor) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
Sets the anchor for the end being moved.
setAnimating(boolean) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
setAutoCollapseSetting(int) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
setAutoCollapseSetting(int) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Sets the auto-collapse setting.
setAutoexposeHelper(AutoexposeHelper) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Sets the current autoexpose helper.
setAutoexposeHelper(AutoexposeHelper) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
setAutoexposeHelper(AutoexposeHelper) - Method in class org.eclipse.gef.tools.TargetingTool
Sets the active autoexpose helper to the given helper, or null.
setCapture(IFigure) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
setCellEditor(CellEditor) - Method in class org.eclipse.gef.requests.DirectEditRequest
Sets the cell editor to be used when direct editing.
setCellEditor(CellEditor) - Method in class org.eclipse.gef.tools.DirectEditManager
Sets the cell editor to the given editor.
setCenteredResize(boolean) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Used to set whether a centered resize is being performed.
setChildren(List) - Method in class org.eclipse.gef.palette.PaletteContainer
Sets the children of this PaletteContainer to the given list of PaletteEntry objects.
setCloneActive(boolean) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Enables cloning if the value is true.
setCommandName(String) - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Sets the command name.
setCommandStack(CommandStack) - Method in class org.eclipse.gef.EditDomain
Sets the CommandStack.
setCommandStack(CommandStack) - Method in class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
 
setConnection(Connection) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
Sets the connection.
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
Sets the connection editpart being operated on.
setConnectionEditPart(ConnectionEditPart) - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Sets the connection edit part that is being reconnected.
setConnectionSource(EditPart) - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Sets the source editpart for the creation
setConsole(Text) - Static method in class org.eclipse.gef.GEF
Sets a text control to be used as a console.
setConstrainedMove(boolean) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Used to set whether a constrained move is being performed.
setConstrainedResize(boolean) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Used to set whether a constrained resize is being performed.
setConstraint(IFigure, Object) - Method in class org.eclipse.gef.editparts.GuideLayer
The constraint is expected to be a Boolean indicating whether the given guide line figure is horizontal or not.
setContents(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
Sets the contents for this Viewer.
setContents(Object) - Method in interface org.eclipse.gef.EditPartViewer
Creates an EditPart for the provided model object using the EditPartFactory.
setContents(EditPart) - Method in interface org.eclipse.gef.RootEditPart
Sets the contents EditPart.
setContents(EditPart) - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 
setContents(EditPart) - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
setContents(EditPart) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
 
setContents(EditPart) - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
 
setContents(IFigure) - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart.RulerViewport
 
setContents(EditPart) - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
 
setContents(Object) - Method in class org.eclipse.gef.ui.actions.Clipboard
Sets the contents of the clipboard.
setContents(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setContents(Object) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setContextMenu(MenuManager) - Method in interface org.eclipse.gef.EditPartViewer
Sets the context MenuManager for this viewer.
setContextMenu(MenuManager) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setContextMenu(MenuManager) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Extended implementation to flush the viewer as the context menu is shown.
setControl(Control) - Method in interface org.eclipse.gef.EditPartViewer
Optionally sets the Control for this viewer.
setControl(Control) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setCurrentCommand(Command) - Method in class org.eclipse.gef.tools.AbstractTool
Used to cache a command obtained from AbstractTool.getCommand().
setCurrentCursor(Cursor) - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
setCurrentEvent(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Sets the current DropTargetEvent.
setCurrentUseLargeIcons(boolean) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
setCurrentUseLargeIcons(boolean) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Sets the "Use Large Icons" option for the currently active layout.
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
Shows the given cursor on the current viewer.
setCursor(Cursor) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setCursor(Cursor) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
 
setCursor(Cursor) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
setCustomizer(PaletteCustomizer) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Sets the customizer.
setDebugLabel(String) - Method in class org.eclipse.gef.commands.Command
Sets the debug label for this command
setDefaultConstraint(Dimension) - Method in class org.eclipse.gef.internal.ui.palette.editparts.ColumnsLayout
For use by the palette
setDefaultCursor(Cursor) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the default cursor.
setDefaultEntry(ToolEntry) - Method in class org.eclipse.gef.palette.PaletteRoot
Sets the default entry to the passed value.
setDefaultSelection(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Sets the given PaletteEntry as the one to be selected when the dialog opens.
setDefaultTool(Tool) - Method in class org.eclipse.gef.EditDomain
Sets the default Tool, which is used if the Palette does not provide a default
setDescription(String) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
 
setDescription(String) - Method in class org.eclipse.gef.palette.PaletteEntry
Mutator method for description
setDirectEditFeature(Object) - Method in class org.eclipse.gef.requests.DirectEditRequest
Sets the direct edit feature.
setDirectEditRequest(Request) - Method in class org.eclipse.gef.ui.actions.DirectEditAction
Clients may override the request that is used to perform the direct edit.
setDirty(boolean) - Method in class org.eclipse.gef.tools.DirectEditManager
Sets the dirty property.
setDisabledCursor(Cursor) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the disabled cursor.
setDockLocation(int) - Method in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
This method is invoked when the flyout palette's dock location is changed.
setDragAllowed(boolean) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Sets the dragability of the EditPolicy to the given value.
setDragCursor(Cursor) - Method in class org.eclipse.gef.handles.AbstractHandle
Deprecated. use setCursor()
setDragSource(DragSource) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Sets the drag source.
setDragSource(DragSource) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Extends the drag source to handle figures which handle MouseDown events, thereby aborting any DragDetect callbacks.
setDragTracker(DragTracker) - Method in class org.eclipse.gef.handles.AbstractHandle
Sets the drag tracker for this handle.
setDragTracker(DragTracker) - Method in class org.eclipse.gef.tools.SelectionTool
Sets the drag tracker for this SelectionTool.
setDrawFocus(boolean) - Method in class org.eclipse.gef.internal.ui.rulers.GuideFigure
 
setDrawFocus(boolean) - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
setDrawerType(Object) - Method in class org.eclipse.gef.palette.PaletteDrawer
DrawerType indicates whether a drawer will contain ToolEntries of PaletteTemplateEntries.
setDropTarget(DropTarget) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Sets the drop target.
setEditDomain(EditDomain) - Method in interface org.eclipse.gef.EditPartViewer
Sets the EditDomain for this viewer.
setEditDomain(EditDomain) - Method in interface org.eclipse.gef.Tool
Called to set the EditDomain for this 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(DefaultEditDomain) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Sets the EditDomain for this EditorPart.
setEditDomain(DefaultEditDomain) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
Sets the edit domain for this editor.
setEditDomain(DefaultEditDomain) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Sets the palette root of the edit domain
setEditDomain(EditDomain) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
setEditPart(GraphicalEditPart) - Method in class org.eclipse.gef.tools.DirectEditManager
Sets the source edit part.
setEditPartFactory(EditPartFactory) - Method in interface org.eclipse.gef.EditPartViewer
Sets the EditPartFactory.
setEditPartFactory(EditPartFactory) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setEditParts(List) - Method in class org.eclipse.gef.requests.GroupRequest
Sets the EditParts making this Request to the given List.
setEditParts(EditPart) - Method in class org.eclipse.gef.requests.GroupRequest
A helper method to set the given EditPart as the requester.
setEditorPart(IEditorPart) - Method in class org.eclipse.gef.DefaultEditDomain
Sets the IEditorPart for this EditDomain.
setEditorPart(IEditorPart) - Method in class org.eclipse.gef.ui.actions.EditorPartAction
Sets the editor.
setExpanded(boolean) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
Sets the expansion state of the DrawerFigure
setExpanded(boolean) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
setExtendedData(Map) - Method in class org.eclipse.gef.Request
Sets the given map to be the new extended data (by reference) for this request.
setExternalViewer(PaletteViewer) - Method in class org.eclipse.gef.ui.palette.FlyoutPaletteComposite
If an external palette viewer is provided, palette state (that is captured in PaletteViewer.saveState(IMemento) -- active tool, drawer expansion state, drawer pin state, etc.) will be maintained when switching between the two viewers.
setFactory(CreationFactory) - Method in class org.eclipse.gef.requests.CreateRequest
Sets the factory to be used when creating the new object.
setFactory(CreationFactory) - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Sets the creation factory used in the request.
setFactory(CreationFactory) - Method in class org.eclipse.gef.tools.CreationTool
Sets the creation factory used to create the new edit parts.
setFigure(IFigure) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Sets the Figure
setFixed(boolean) - Method in class org.eclipse.gef.handles.ConnectionHandle
Sets whether the handle is fixed and cannot be moved
setFlag(int, boolean) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Sets the value of the specified flag.
setFlag(int, boolean) - Method in class org.eclipse.gef.util.FlagSupport
Sets the flag (or all of the flags) indicated by the given bitmask to the given value.
setFocus(boolean) - Method in interface org.eclipse.gef.EditPart
Set the focus property to reflect the value in the EditPartViewer.
setFocus(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
Sets the focus EditPart.
setFocus(boolean) - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
setFocus(boolean) - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Sets the internal focus value.
setFocus() - Method in class org.eclipse.gef.ui.console.DebugGEF
 
setFocus(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
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.parts.GraphicalEditor
 
setFocus() - Method in class org.eclipse.gef.ui.stackview.CommandStackInspectorPage
 
setFocus() - Method in class org.eclipse.gef.ui.views.palette.PaletteViewerPage
Sets focus on the palette's control
setFontData(FontData) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
setFontData(FontData) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Sets the FontData for the palette.
setFreeformBounds(Rectangle) - Method in class org.eclipse.gef.editparts.GuideLayer
 
setGraphicalControl(Control) - Method in class org.eclipse.gef.ui.palette.FlyoutPaletteComposite
Sets the control along the side of which the palette is to be displayed.
setGraphicalViewer(GraphicalViewer) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Sets the graphicalViewer for this EditorPart.
setGraphicalViewer(ScrollingGraphicalViewer) - Method in class org.eclipse.gef.ui.rulers.RulerComposite
Creates rulers for the given graphical viewer.
setHorizontal(boolean) - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
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 whether the hover flag is true or false.
setId(String) - Method in class org.eclipse.gef.palette.PaletteEntry
Sets the id.
setImage(Image) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
Sets the icon for this figure
setImageDescriptor(ImageDescriptor) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
setImageDescriptor(ImageDescriptor) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizationAction
 
setImageDescriptor(ImageDescriptor) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
Sets the ImageDescriptor used to create the image to represent this factory
setImageInFigure(Image) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
setImageInFigure(Image) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
setImageInFigure(Image) - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
 
setImageInFigure(Image) - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
setIndex(int) - Method in class org.eclipse.gef.handles.BendpointHandle
Sets the index.
setIndex(int) - Method in class org.eclipse.gef.requests.BendpointRequest
Sets the index of the bendpoint to be changed.
setIndex(int) - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
Sets the index of the operation.
setInitialState(int) - Method in class org.eclipse.gef.palette.PaletteDrawer
Sets the initial state of this drawer (i.e.
setInput(KeyEvent) - Method in class org.eclipse.gef.tools.AbstractTool.Input
Sets the keyboard input based on the KeyEvent.
setInput(MouseEvent) - Method in class org.eclipse.gef.tools.AbstractTool.Input
Sets the mouse and keyboard input based on the MouseEvent.
setInterval(int, int) - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
Allows the client to set the number of units to be displayed per major mark, and the number of divisions to be shown per major mark.
setKeyHandler(KeyHandler) - Method in interface org.eclipse.gef.EditPartViewer
Sets the KeyHandler.
setKeyHandler(KeyHandler) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setLabel(String) - Method in class org.eclipse.gef.commands.Command
Sets the label used to describe this command to the User.
setLabel(String) - Method in class org.eclipse.gef.palette.PaletteEntry
Mutator method for label
setLabel(String) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
Sets this factory's name.
setLabelStyle(byte) - Method in class org.eclipse.gef.ui.stackview.TreeLabelProvider
Sets the labelStyle to the passed value
setLargeIcon(ImageDescriptor) - Method in class org.eclipse.gef.palette.PaletteEntry
Mutator method for large icon
setLastButtonPressed(int) - Method in class org.eclipse.gef.requests.SelectionRequest
Sets the last mouse button that was pressed.
setLayoutConstraint(EditPart, IFigure, Object) - Method in interface org.eclipse.gef.GraphicalEditPart
Sets the specified constraint for a child's Figure on the content pane figure for this GraphicalEditPart.
setLayoutConstraint(EditPart, IFigure, Object) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
setLayoutMode(int) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
 
setLayoutMode(int) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
setLayoutSetting(int) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
setLayoutSetting(int) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Sets the given setting as the current layout.
setLazyEnablementCalculation(boolean) - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Sets lazy calculation of the isEnabled property.
setListener(EditPartListener) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Sets the EditPartListener used to decorate new children.
setLocation(Point) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Sets the location of the mouse pointer.
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.LocationRequest
Sets the current location.
setLocator(Locator) - Method in class org.eclipse.gef.handles.AbstractHandle
Sets the locator which position this handle.
setLocator(CellEditorLocator) - Method in class org.eclipse.gef.tools.DirectEditManager
Sets the CellEditorLocator used to place the cell editor in the correct location.
setMargin(Insets) - Method in class org.eclipse.gef.editparts.ViewportExposeHelper
Sets the amount of margin to be left around the descendant being exposed.
setMaximumFrameCount(int) - Method in class org.eclipse.gef.editparts.ViewportExposeHelper
Sets the maximumFrameCount.
setMinimumFrameCount(int) - Method in class org.eclipse.gef.editparts.ViewportExposeHelper
Sets the minimumFrameCount.
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
Sets the statemask for this request.
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. Use ChangeBoundsRequest.setLocation(Point)
setMoveDelta(Point) - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
Sets the move delta.
setMovingStartAnchor(boolean) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
Sets if moving start of connection.
setName(String) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
 
setObject(Object) - Method in class org.eclipse.gef.dnd.SimpleObjectTransfer
Sets the Object.
setOrigin(Point) - Method in class org.eclipse.gef.editparts.GridLayer
Sets the origin of the grid.
setOverrideCursor(Cursor) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
Sets the override cursor.
setOwner(GraphicalEditPart) - Method in class org.eclipse.gef.handles.AbstractHandle
Sets the owner editpart associated with this handle.
setPageContainer(EntryPageContainer) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
 
setPageContainer(EntryPageContainer) - Method in interface org.eclipse.gef.ui.palette.customize.EntryPage
Sets the page container for this page.
setPaletteRoot(PaletteRoot) - Method in class org.eclipse.gef.EditDomain
Sets the PalatteRoot for this EditDomain.
setPaletteRoot(PaletteRoot) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Sets the root for this palette.
setPaletteState(int) - Method in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
This method is invoked when the flyout palette's default state is changed.
setPaletteViewer(PaletteViewer) - Method in class org.eclipse.gef.EditDomain
Sets the PaletteViewer for this EditDomain
setPaletteViewer(PaletteViewer) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Sets the palette viewer
setPaletteViewerPreferences(PaletteViewerPreferences) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
This palette will use the given PaletteViewerPreferences to store all its preferences.
setPaletteWidth(int) - Method in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
This method is invoked when the flyout palette is resized.
setParent(EditPart) - Method in interface org.eclipse.gef.EditPart
Sets the parent.
setParent(KeyHandler) - Method in class org.eclipse.gef.KeyHandler
Sets a parent KeyHandler to which this KeyHandler will forward un-consumed KeyEvents.
setParent(EditPart) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Extended to implement automatic addNotify and removeNotify handling.
setParent(EditPart) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Sets the parent EditPart.
setParent(EditPart) - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart
 
setParent(PaletteContainer) - Method in class org.eclipse.gef.palette.PaletteEntry
Sets the parent of this entry
setPinned(boolean) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Pins or unpins the drawer.
setPinnedOpen(boolean) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
Sets the drawer's pinned state to the specified value.
setPrimary(boolean) - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated. Sets this border as primary if isPrimary is true.
setProperty(String, Object) - Method in interface org.eclipse.gef.EditPartViewer
Sets a property on this viewer.
setProperty(String, Object) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setPropertyId(Object) - Method in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
setPropertySourceProvider(IPropertySourceProvider) - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
Sets a property source provider for this entry.
setPropertyValue(Object) - Method in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
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.
setResizeDirections(int) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
Sets the handle directions that are resizable to the given integer.
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
Sets the lightweight system's root figure.
setRootFigure(IFigure) - Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
 
setRouteEventsToEditDomain(boolean) - Method in interface org.eclipse.gef.EditPartViewer
Turns on/off the routing of events directly to the Editor.
setRouteEventsToEditDomain(boolean) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
setRouteEventsToEditDomain(boolean) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
setRouteEventsToEditor(boolean) - Method in class org.eclipse.gef.ui.parts.DomainEventDispatcher
Sets whether events should go directly to the edit domain.
setSelected(int) - Method in interface org.eclipse.gef.EditPart
Sets the selected state property to reflect the selection in the EditPartViewer.
setSelected(int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
sets the selected state for this EditPart.
setSelected(boolean) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DetailedLabelFigure
 
setSelected(int) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
setSelected(int) - Method in class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
 
setSelected(int) - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
setSelectedState(int) - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Sets the internal selection value.
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
Sets the selection to the given selection and fires selection changed.
setSelection(ISelection) - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
setSelectionProvider(ISelectionProvider) - Method in class org.eclipse.gef.ui.actions.SelectionAction
May be used to provide an alternative selection source other than the workbench's selection service.
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(ImageDescriptor) - Method in class org.eclipse.gef.palette.PaletteEntry
Mutator method for small icon
setSource(EditPart) - Method in interface org.eclipse.gef.ConnectionEditPart
Sets the source of this connection.
setSource(EditPart) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Sets the source EditPart of this connection.
setSource(ConnectionEditPart) - Method in class org.eclipse.gef.requests.BendpointRequest
Sets the ConnectionEditPart the bendpoint belongs to.
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
Sets the source edit part.
setSpacing(Dimension) - Method in class org.eclipse.gef.editparts.GridLayer
Sets the horizontal and vertical spacing of the grid.
setStartCommand(Command) - Method in class org.eclipse.gef.requests.CreateConnectionRequest
Sets the start command.
setStartLocation(Point) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the start mouse location, typically for a drag operation.
setState(int) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the tools state.
setState(int) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Extended to activate cloning and to update the captured source dimensions when applicable.
setSupportedLayoutModes(int[]) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
NOTE: Restricting the layout modes here does not in any way restrict those values from being stored in the preference store.
setSupportedLayoutModes(int[]) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
The client can restrict the modes that the palette supports using this method.
setTarget(EditPart) - Method in interface org.eclipse.gef.ConnectionEditPart
Sets thetarget of this connection.
setTarget(EditPart) - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Sets the target EditPart of this connection.
setTarget(IPropertySource) - Method in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
setTargetEditPart(EditPart) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Sets the target EditPart.
setTargetEditPart(EditPart) - Method in class org.eclipse.gef.requests.CreateConnectionRequest
Sets the target of the Connection to the given EditPart.
setTargetEditPart(EditPart) - Method in class org.eclipse.gef.requests.ReconnectRequest
Sets the target edit part that the connection should be connected to.
setTargetEditPart(EditPart) - Method in interface org.eclipse.gef.requests.TargetRequest
Sets the target EditPart.
setTargetEditPart(EditPart) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Extended to update the current snap-to strategy.
setTargetEditPart(EditPart) - Method in class org.eclipse.gef.tools.TargetingTool
Sets the target editpart.
setTargetRequest(Request) - Method in class org.eclipse.gef.tools.TargetingTool
Sets the target request.
setTemplate(Object) - Method in class org.eclipse.gef.dnd.TemplateTransfer
Sets the template Object.
setTemplate(Object) - Method in class org.eclipse.gef.palette.CombinedTemplateCreationEntry
Sets the template.
setTemplate(Object) - Method in class org.eclipse.gef.palette.PaletteTemplateEntry
Sets the template object to the given value
setTitle(String) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Displays the given text in the drawer's header as its title.
setTitleIcon(Image) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Displays the given image in the header as the drawer's icon.
setToolCapture() - Method in class org.eclipse.gef.tools.AbstractTool
Sets tool capture.
setToolSelected(boolean) - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
setTransfer(Transfer) - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Sets the Transfer for this listener.
setTransfer(Transfer) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Sets the Tranfer type 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.PaletteEntry
Mutator method for type
setType(Object) - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
Sets the type of bendpoint drag being performed.
setUIMultiplier(double) - Method in class org.eclipse.gef.editparts.ZoomManager
Sets the UI multiplier.
setUndoLimit(int) - Method in class org.eclipse.gef.commands.CommandStack
Sets the undo limit.
setUnit(int) - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
setUnit(int) - Method in class org.eclipse.gef.rulers.RulerProvider
This method will be invoked when the user requests that the ruler display a different measurement.
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 completed.
setUseLargeIcons(int, boolean) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
setUseLargeIcons(int, boolean) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Sets the "Use Large Icons" option for the given layout.
setUserModificationPermission(int) - Method in class org.eclipse.gef.palette.PaletteEntry
Permissions are not checked before making modifications.
setValue(Object) - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
Set the value for this entry.
setValue(Object) - Method in class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
Set the value for this entry.
setValues(Object[]) - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
The PropertySheetEntry implmentation of this method declared onIPropertySheetEntry will obtain an editable value for the given objects and update the child entries.
setViewLocation(Point) - Method in class org.eclipse.gef.editparts.ZoomManager
Sets the Viewport's view associated with this ZoomManager to the passed Point
setViewer(EditPartViewer) - Method in class org.eclipse.gef.ContextMenuProvider
Sets the editpart viewer.
setViewer(EditPartViewer) - Method in interface org.eclipse.gef.RootEditPart
Sets the root's EditPartViewer.
setViewer(EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called to set the current Viewer receiving events.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Sets the EditPartViewer for this listener.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Sets the EditPartViewer.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Sets the EditPartViewer.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
setViewer(EditPartViewer) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
 
setViewer(EditPartViewer) - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Sets the EditPartViewer.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart
 
setViewer(GraphicalViewer) - Method in class org.eclipse.gef.print.PrintGraphicalViewerOperation
Sets the viewer.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Sets the active EditPartViewer.
setViewer(EditPartViewer) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
setVisible(boolean) - Method in class org.eclipse.gef.palette.PaletteEntry
Makes this entry visible or invisible.
setWidget(Widget) - Method in interface org.eclipse.gef.TreeEditPart
Set's the EditPart's widget.
setWidget(Widget) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Sets the AbstractTreeEditPart.widget.
setWidget(Widget) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
Called by TreeViewer to set the Tree into the root.
setWidgetImage(Image) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Sets a specified Image into the widget iff it is a TreeItem.
setWidgetText(String) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Sets a specified String into the widget iff it is a TreeItem.
setWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Sets the workbench part.
setXyLayout(XYLayout) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 
setZoom(double) - Method in class org.eclipse.gef.editparts.ZoomManager
Sets the zoom level to the given value.
setZoomAnimationStyle(int) - Method in class org.eclipse.gef.editparts.ZoomManager
Sets which zoom methods get animated.
setZoomAsText(String) - Method in class org.eclipse.gef.editparts.ZoomManager
Sets zoom to the passed string.
setZoomLevelContributions(List) - Method in class org.eclipse.gef.editparts.ZoomManager
Sets the list of zoom level contributions (as strings).
setZoomLevels(double[]) - Method in class org.eclipse.gef.editparts.ZoomManager
Sets the zoomLevels.
setZoomManager(ZoomManager) - Method in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
setZoomManager(ZoomManager) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
Sets the ZoomManager
settings - Variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
A HashMap to cache the various settings displayed in this dialog
show() - Method in class org.eclipse.gef.tools.DirectEditManager
Shows the cell editor when direct edit is started.
showChangeBoundsFeedback(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Shows or updates feedback for a change bounds request.
showConnectionMoveFeedback(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
Shows or updates connection move feedback.
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
Shows feedback during a creation.
showCurrentEditValue(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
Override to show the current direct edit value in the host's Figure.
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
Pushes the original edit value if necessary, and shows feedback.
showFeedback() - Method in class org.eclipse.gef.tools.DirectEditManager
Asks the source edit part to show source feedback.
showFocus() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
Shows focus around the connection.
showFocus() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Shows a focus rectangle around the host's figure.
showFocus() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Override to show focus.
showFocus() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart.GuideSelectionPolicy
 
showFocus() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart.RulerSelectionPolicy
 
showHoverFeedback() - Method in class org.eclipse.gef.tools.SelectionTool
Asks the target edit part (if there is one) to show hover feedback via EditPart.showTargetFeedback(Request) with a hover request.
showLayoutOptionsPage(Control) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
This helper method is mainly a result of code-factoring.
showLayoutTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
Shows an insertion line if there is one or more current children.
showLayoutTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Shows target layout feedback.
showMoveBendpointFeedback(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Shows feedback when a bendpoint is being moved.
showPin(boolean) - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
 
showPrimarySelection() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Calls SelectionEditPolicy.showSelection() by default.
showProblem(String) - Method in interface org.eclipse.gef.ui.palette.customize.EntryPageContainer
Shows the error to the user.
showProblem(String) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method should be invoked by EntryPages when there is an error.
showSelection() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Override to show selection
showSelection() - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
Implemented to add the selection handles
showSelection() - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart.GuideSelectionPolicy
 
showSelection() - Method in class org.eclipse.gef.internal.ui.rulers.RulerEditPart.RulerSelectionPolicy
 
showSizeOnDropFeedback(CreateRequest) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Shows size-on-drop feedback during creation.
showSizeOnDropFeedback(CreateRequest) - Method in class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
Places the feedback rectangle where the User indicated.
showSourceFeedback(Request) - Method in interface org.eclipse.gef.EditPart
Shows or updates source feedback for the given request.
showSourceFeedback(Request) - Method in interface org.eclipse.gef.EditPolicy
Shows or updates source feedback for the specified Request.
showSourceFeedback(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Shows or updates source feedback for the given Request.
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Does nothing by default.
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
Shows feedback when appropriate.
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
 
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
calls GraphicalNodeEditPolicy.showCreationFeedback(CreateConnectionRequest) when appropriate.
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Calls other methods as appropriate.
showSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
 
showSourceFeedback(Request) - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
showSourceFeedback() - Method in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
showSourceFeedback() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
Sends a show feedback request to the source editpart and sets the feedback flag.
showSourceFeedback() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Asks the ConnectionEditPart to show source feedback.
showSourceFeedback() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Asks the edit parts in the operation set to show source feedback.
showSourceFeedback() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Show the source drag feedback for the drag occurring within the viewer.
showTargetConnectionFeedback(DropRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Override to show target connection feedback.
showTargetFeedback(Request) - Method in interface org.eclipse.gef.EditPart
Shows or updates target feedback for the given request.
showTargetFeedback(Request) - Method in interface org.eclipse.gef.EditPolicy
Shows or updates target feedback for the specified Request.
showTargetFeedback() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Asks the target EditPart to show target feedback if it is not null.
showTargetFeedback(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Shows or updates target feedback for the given Request.
showTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Does nothing by default.
showTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
Calls GraphicalNodeEditPolicy.showTargetConnectionFeedback(DropRequest) when appropriate.
showTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Factors feedback requests into two more specific methods.
showTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.SnapFeedbackPolicy
 
showTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
 
showTargetFeedback(Request) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteStackEditPart
 
showTargetFeedback(Request) - Method in class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
showTargetFeedback() - Method in class org.eclipse.gef.tools.ResizeTracker
This method is invoked as the drag is happening.
showTargetFeedback() - Method in class org.eclipse.gef.tools.TargetingTool
Asks the target editpart to show target feedback and sets the target feedback flag.
size() - Method in class org.eclipse.gef.commands.CompoundCommand
 
smallMarkWidth - Variable in class org.eclipse.gef.internal.ui.rulers.RulerFigure
These fields allow the client to customize the look of the ruler.
snapPoint(Request, int, PrecisionPoint, PrecisionPoint) - Method in class org.eclipse.gef.SnapToHelper
Applies a snapping correction to the given result.
snapPoint(Request, int, PrecisionRectangle[], PrecisionPoint) - Method in class org.eclipse.gef.SnapToHelper
A convenience method for snapping a Point based on an array of rectangles.
snapRectangle(Request, int, PrecisionRectangle, PrecisionRectangle) - Method in class org.eclipse.gef.CompoundSnapToHelper
 
snapRectangle(Request, int, PrecisionRectangle, PrecisionRectangle) - Method in class org.eclipse.gef.SnapToGeometry
 
snapRectangle(Request, int, PrecisionRectangle, PrecisionRectangle) - Method in class org.eclipse.gef.SnapToGrid
 
snapRectangle(Request, int, PrecisionRectangle, PrecisionRectangle) - Method in class org.eclipse.gef.SnapToGuides
 
snapRectangle(Request, int, PrecisionRectangle[], PrecisionRectangle) - Method in class org.eclipse.gef.SnapToHelper
A convenience method for snapping a Rectangle based on one or more rectangles.
snapRectangle(Request, int, PrecisionRectangle, PrecisionRectangle) - Method in class org.eclipse.gef.SnapToHelper
Applies a snap correction to a Rectangle based on a given Rectangle.
source - Variable in class org.eclipse.gef.internal.ui.rulers.RulerDragTracker
 
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
List of source ConnectionEditParts
stack - Variable in class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
 
stack - Variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
The CommandStack
stateTransition(int, int) - Method in class org.eclipse.gef.tools.AbstractTool
Returns true if the give state transition succeeds.
step(Point) - Method in interface org.eclipse.gef.AutoexposeHelper
Performs the autoexpose and return a hint indicating that the helper would like to remain active.
step(Point) - Method in class org.eclipse.gef.editparts.ViewportAutoexposeHelper
Returns true if the given point is outside the viewport or near its edge.
stepDown() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
stepUp() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
storeOldEditValue(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
Called to remember the old value before direct edit feedback begins.

T

THRESHOLD - Static variable in class org.eclipse.gef.SnapToGeometry
The sensitivity of the snapping.
THRESHOLD - Static variable in class org.eclipse.gef.SnapToGuides
The threshold for snapping to guides.
TITLE_MARGIN_BORDER - Static variable in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Title margin border constant
TOGGLE_BUTTON_BORDER - Static variable in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Toggle button border constant
TOGGLE_GRID_VISIBILITY - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Toggle grid visibility contribution id
Value: "org.eclipse.gef.snap.grid.visibility"
TOGGLE_RULER_VISIBILITY - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Toggle ruler visibility contribution id
Value: "org.eclipse.gef.rulers.visibility"
TOGGLE_SNAP_TO_GEOMETRY - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Toggle snap to geometry contribution id
Value: "org.eclipse.gef.snap.geometry"
TOOLTIP_BORDER - Static variable in class org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure
Tooltip border constant
TOOLTIP_PIN_FIGURE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Pin Open"
TREE_CONTAINER_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
The key used to install a tree container EditPolicy.
TargetRequest - interface org.eclipse.gef.requests.TargetRequest.
A request that involves a target EditPart.
TargetingTool - class org.eclipse.gef.tools.TargetingTool.
The base implementation for tools which perform targeting of editparts.
TargetingTool() - Constructor for class org.eclipse.gef.tools.TargetingTool
 
TemplateEditPart - class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart.
 
TemplateEditPart(PaletteTemplateEntry) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.TemplateEditPart
Constructor
TemplateTransfer - class org.eclipse.gef.dnd.TemplateTransfer.
 
TemplateTransferDragSourceListener - class org.eclipse.gef.dnd.TemplateTransferDragSourceListener.
Allows a single PaletteTemplateEntry to be dragged from an EditPartViewer.
TemplateTransferDragSourceListener(EditPartViewer, Transfer) - Constructor for class org.eclipse.gef.dnd.TemplateTransferDragSourceListener
Deprecated. Use the constructor without the transfer specified.
TemplateTransferDragSourceListener(EditPartViewer) - Constructor for class org.eclipse.gef.dnd.TemplateTransferDragSourceListener
Constructs a new listener for the specified EditPartViewer.
TemplateTransferDropTargetListener - class org.eclipse.gef.dnd.TemplateTransferDropTargetListener.
Performs a native Drop using the TemplateTransfer.
TemplateTransferDropTargetListener(EditPartViewer) - Constructor for class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
Constructs a listener on the specified viewer.
ToggleGridAction - class org.eclipse.gef.ui.actions.ToggleGridAction.
An action that toggles the grid.
ToggleGridAction(GraphicalViewer) - Constructor for class org.eclipse.gef.ui.actions.ToggleGridAction
Constructor
ToggleGrid_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
ToggleGrid_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
ToggleRulerVisibilityAction - class org.eclipse.gef.ui.actions.ToggleRulerVisibilityAction.
An action that toggles the ruler visibility property on the given viewer.
ToggleRulerVisibilityAction(GraphicalViewer) - Constructor for class org.eclipse.gef.ui.actions.ToggleRulerVisibilityAction
Constructor
ToggleRulerVisibility_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
ToggleRulerVisibility_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
ToggleSnapToGeometryAction - class org.eclipse.gef.ui.actions.ToggleSnapToGeometryAction.
An action that toggles the snap to geometry property on the given viewer.
ToggleSnapToGeometryAction(GraphicalViewer) - Constructor for class org.eclipse.gef.ui.actions.ToggleSnapToGeometryAction
Constructor
ToggleSnapToGeometry_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
ToggleSnapToGeometry_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
Tool - interface org.eclipse.gef.Tool.
A Tool interprets Mouse and Keyboard input from an EditDomain and its EditPartViewers.
ToolEntry - class org.eclipse.gef.palette.ToolEntry.
A factory for returning Tools.
ToolEntry(String, String, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.ToolEntry
Creates a new ToolEntry.
ToolEntryEditPart - class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart.
 
ToolEntryEditPart(PaletteEntry) - Constructor for class org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart
 
ToolUtilities - class org.eclipse.gef.tools.ToolUtilities.
Utilities for Tools.
ToolUtilities() - Constructor for class org.eclipse.gef.tools.ToolUtilities
 
ToolbarDropdownContributionItem - class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem.
A contribution item which delegates to an action.
ToolbarDropdownContributionItem(IAction) - Constructor for class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
Creates a new contribution item from the given action.
TransferDragSourceListener - interface org.eclipse.gef.dnd.TransferDragSourceListener.
Deprecated. use org.eclipse.jface.util.TransferDragSourceListener instead
TransferDropTargetListener - interface org.eclipse.gef.dnd.TransferDropTargetListener.
Deprecated. use org.eclipse.jface.util.TransferDropTargetListener instead
TreeContainerEditPolicy - class org.eclipse.gef.editpolicies.TreeContainerEditPolicy.
An EditPolicy for handling ADDS, MOVES, and CREATES on a TreeEditPart.
TreeContainerEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
 
TreeContentProvider - class org.eclipse.gef.ui.stackview.TreeContentProvider.
 
TreeContentProvider(CommandStack) - Constructor for class org.eclipse.gef.ui.stackview.TreeContentProvider
Creates a new TreeContentProvider with the given CommandStack
TreeEditPart - interface org.eclipse.gef.TreeEditPart.
A Specialization of EditPart for use with TreeViewer.
TreeLabelProvider - class org.eclipse.gef.ui.stackview.TreeLabelProvider.
 
TreeLabelProvider(CommandStack) - Constructor for class org.eclipse.gef.ui.stackview.TreeLabelProvider
Creates a new TreeLabelProvider with the given CommandStack
TreeViewer - class org.eclipse.gef.ui.parts.TreeViewer.
An EditPartViewer implementation based on a Tree.
TreeViewer() - Constructor for class org.eclipse.gef.ui.parts.TreeViewer
Constructs a TreeViewer with the default root editpart.
target - Variable in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
targetConnectionAdded(ConnectionEditPart, int) - Method in interface org.eclipse.gef.NodeListener
Called after the connection has been added to its target node.
targetConnections - Variable in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
List of source ConnectionEditParts
text - Variable in class org.eclipse.gef.ui.console.DebugGEF
Text field
textMargin - Variable in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
timedStep(boolean) - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
toString() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Describes this EditPart for developmental debugging purposes.
toString() - Method in class org.eclipse.gef.editparts.ViewportAutoexposeHelper
 
toString() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
toString() - Method in class org.eclipse.gef.palette.PaletteContainer
 
toString() - Method in class org.eclipse.gef.palette.PaletteEntry
 
toString() - Method in class org.eclipse.gef.palette.PaletteRoot
 
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.
transposer - Variable in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 

U

UNIT_CENTIMETERS - Static variable in class org.eclipse.gef.rulers.RulerProvider
Constant indicating that the ruler should display centimeters.
UNIT_INCHES - Static variable in class org.eclipse.gef.rulers.RulerProvider
Constant indicating that the ruler should display inches.
UNIT_PIXELS - Static variable in class org.eclipse.gef.rulers.RulerProvider
Constant indicating that the ruler should display pixel count.
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.
UndoAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.UndoAction
Creates an UndoAction and associates it with the given editor.
UndoAction_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
UndoAction_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
UndoRetargetAction - class org.eclipse.gef.ui.actions.UndoRetargetAction.
 
UndoRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.UndoRetargetAction
Constructs a new UndoRetargetAction with the default ID, label and image.
UndoablePropertySheetEntry - class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry.
PropertySheetEntry is an implementation of IPropertySheetEntry which uses IPropertySource and IPropertyDescriptor to interact with domain model objects.
UndoablePropertySheetEntry() - Constructor for class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
 
UndoablePropertySheetEntry(CommandStack) - Constructor for class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
 
UnexecutableCommand - class org.eclipse.gef.commands.UnexecutableCommand.
A Command which can never be executed
UpdateAction - interface org.eclipse.gef.ui.actions.UpdateAction.
Indicate the support of an update method.
understandsRequest(Request) - Method in interface org.eclipse.gef.EditPart
Used to filter EditParts out of the current selection.
understandsRequest(Request) - Method in interface org.eclipse.gef.EditPolicy
Returns true if this EditPolicy understand the specified 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
Returns false by default.
understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
Returns true for RequestConstants.REQ_DIRECT_EDIT.
understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Returns true for move, align, add, and orphan request types.
understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
 
understandsRequest(Request) - Method in class org.eclipse.gef.internal.ui.rulers.DragGuidePolicy
 
undo() - Method in class org.eclipse.gef.commands.Command
Undoes the changes performed during execute().
undo() - Method in class org.eclipse.gef.commands.CommandStack
Undoes the most recently executed (or redone) Command.
undo() - Method in class org.eclipse.gef.commands.CompoundCommand
 
undo() - Method in class org.eclipse.gef.commands.ForwardUndoCompoundCommand
Undo the command.
undo() - Method in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
undoValue - Variable in class org.eclipse.gef.internal.ui.properties.RestoreDefaultPropertyValueCommand
 
unhookControl() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
unhookControl() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called when the control is being set to null, but before it is null.
unhookControl() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
unhookControl() - Method in class org.eclipse.gef.ui.parts.TreeViewer
Unhooks a control so that it can be reset.
unhookListeners() - Method in class org.eclipse.gef.tools.DirectEditManager
Unhooks listeners.
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
Releases the targeting lock, and updates the target in case the mouse is already over a new target.
unregister() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Undoes any registration performed by AbstractEditPart.register().
unregister() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 
unregister() - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
 
unregister() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
 
unregister() - Method in class org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart
 
unregisterAccessibility() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Unregisters the AccessibleEditPart adapter.
unregisterAccessibleEditPart(AccessibleEditPart) - Method in interface org.eclipse.gef.EditPartViewer
Used for accessibility purposes.
unregisterAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Does nothing by default.
unregisterAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
unregisterModel() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Unregisters the model in the EditPartViewer.getEditPartRegistry().
unregisterVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Unregisters the visuals in the EditPartViewer.getVisualPartMap().
unregisterVisuals() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Implemented to remove the Figure from the Viewer's registry.
unwrap() - Method in class org.eclipse.gef.commands.CompoundCommand
Returns the simplest form of this Command that is equivalent.
upLabel - Variable in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
update(ConnectionAnchor, Point) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
Updates the feedback based on the given anchor or point.
update() - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
The action item implementation of this IContributionItem method calls update(null).
update(String) - Method in class org.eclipse.gef.internal.ui.palette.ToolbarDropdownContributionItem
Synchronizes the UI with the given property.
update() - Method in class org.eclipse.gef.ui.actions.SelectionAction
 
update() - Method in interface org.eclipse.gef.ui.actions.UpdateAction
Called to update the receiver.
update() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
 
update() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizationAction
Call this method to have the action update its state and enable or disable itself.
updateActions() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
Updates the actions created in PaletteCustomizerDialog.createOutlineActions(), enabling or disabling them as necessary.
updateActions(List) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
A convenience method for updating a set of actions defined by the given List of action IDs.
updateAutoexposeHelper() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the active AutoexposeHelper.
updateAutoexposeHelper() - Method in class org.eclipse.gef.tools.TargetingTool
Updates the active AutoexposeHelper.
updateDownLabel() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
updateFontName() - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Updates the label showing the font's name to show the name of the current font.
updateHoverRequest() - Method in class org.eclipse.gef.tools.SelectionTool
Updates the location of the hover request.
updateLocationOfFigures(int) - Method in class org.eclipse.gef.internal.ui.rulers.GuideEditPart
 
updateSourceRequest() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
updateSourceRequest() - Method in class org.eclipse.gef.tools.ResizeTracker
 
updateSourceRequest() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Updates the source request.
updateTargetEditPart() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the target EditPart.
updateTargetRequest() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Subclasses must implement this to update the target Request.
updateTargetRequest() - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
Assumes that the target request is a CreateRequest.
updateTargetRequest() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
updateTargetRequest() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
Updates the request location.
updateTargetRequest() - Method in class org.eclipse.gef.tools.CreationTool
Sets the location (and size if the user is performing size-on-drop) of the request.
updateTargetRequest() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Calls DragEditPartsTracker.repairStartLocation() in case auto scroll is being performed.
updateTargetRequest() - Method in class org.eclipse.gef.tools.SelectionTool
Sets the modifiers , type and location of the target request (which is a SelectionRequest) and then calls SelectionTool.updateHoverRequest().
updateTargetRequest() - Method in class org.eclipse.gef.tools.TargetingTool
Subclasses should override to update the target request.
updateTargetUnderMouse() - Method in class org.eclipse.gef.tools.TargetingTool
Updates the target editpart and returns true if the target changes.
updateUpLabel() - Method in class org.eclipse.gef.internal.ui.palette.editparts.PaletteScrollBar
 
useLargeIcons(int) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
useLargeIcons() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
useLargeIcons(int) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
Indicated whether large icons should be used with the given layout mode.
useLargeIcons() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
 
useLocalCoordinates() - Method in class org.eclipse.gef.internal.ui.rulers.RulerRootEditPart.RulerViewport
RulerViewport uses local coordinates.

V

ViewportAutoexposeHelper - class org.eclipse.gef.editparts.ViewportAutoexposeHelper.
An implementation of AutoexposeHelper that performs autoscrolling of a Viewport figure.
ViewportAutoexposeHelper(GraphicalEditPart) - Constructor for class org.eclipse.gef.editparts.ViewportAutoexposeHelper
Constructs a new helper on the given GraphicalEditPart.
ViewportAutoexposeHelper(GraphicalEditPart, Insets) - Constructor for class org.eclipse.gef.editparts.ViewportAutoexposeHelper
Constructs a new helper on the given GraphicalEditPart.
ViewportExposeHelper - class org.eclipse.gef.editparts.ViewportExposeHelper.
An implementation of ExposeHelper for use with editparts using a Viewport.
ViewportExposeHelper(GraphicalEditPart) - Constructor for class org.eclipse.gef.editparts.ViewportExposeHelper
Constructs a new ViewportExposeHelper on the specified GraphicalEditPart.
validate() - Method in class org.eclipse.gef.handles.AbstractHandle
Extends validate() to place the handle using its locator.
validate() - Method in class org.eclipse.gef.handles.NonResizableHandle
Deprecated. Updates the handle's color by setting the border's primary attribute.
valueChanged(PropertySheetEntry) - Method in class org.eclipse.gef.internal.ui.properties.PropertySheetEntry
The value of the given child entry has changed.
valueChanged(UndoablePropertySheetEntry, CompoundCommand) - Method in class org.eclipse.gef.internal.ui.properties.UndoablePropertySheetEntry
The value of the given child entry has changed.
verticalGuides - Variable in class org.eclipse.gef.SnapToGuides
The locations of the vertical guides in the container's coordinates.
viewer - Variable in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Deprecated. call getViewer()
viewer - Variable in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated. the viewer
viewer - Variable in class org.eclipse.gef.editparts.ScalableRootEditPart
Deprecated. call getViewer() to access
viewer - Variable in class org.eclipse.gef.ui.parts.DomainEventDispatcher
The viewer on which this dispatcher is created.
viewer - Variable in class org.eclipse.gef.ui.stackview.CommandStackViewerAction
The TreeViewer associated with this CommandStackViewerAction
viewer - Variable in class org.eclipse.gef.ui.views.palette.PaletteViewerPage
The PaletteViewer created for this page
viewerEntered(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse enters a Viewer.
viewerEntered(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse enter.
viewerEntered(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Receives the mouse entered event.
viewerExited(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse exits a Viewer.
viewerExited(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse exit.
viewerExited(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles the mouse exited event.

W

WorkbenchPartAction - class org.eclipse.gef.ui.actions.WorkbenchPartAction.
Base class for actions involving a WorkbenchPart.
WorkbenchPartAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.WorkbenchPartAction
Constructs a WorkbenchPartAction for the given part.
WorkbenchPartAction(IWorkbenchPart, int) - Constructor for class org.eclipse.gef.ui.actions.WorkbenchPartAction
Constructs a WorkbenchPartAction for the given part and style.
widget - Variable in class org.eclipse.gef.editparts.AbstractTreeEditPart
Either a Tree or TreeItem

X

XML_NAME - Static variable in class org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
 
XYLayoutEditPolicy - class org.eclipse.gef.editpolicies.XYLayoutEditPolicy.
An EditPolicy for use with Figures in XYLayout.
XYLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.XYLayoutEditPolicy
 

Y

yesIcon - Static variable in class org.eclipse.gef.ui.stackview.TreeLabelProvider
Icons associated with a TreeLabelProvider

Z

ZOOM_IN - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Zoom in contribution id.
ZOOM_OUT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Zoom out contribution id.
ZOOM_TOOLBAR_WIDGET - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Zoom contribution id.
ZoomComboContributionItem - class org.eclipse.gef.ui.actions.ZoomComboContributionItem.
A ControlContribution that uses a Combo as its control
ZoomComboContributionItem(IPartService) - Constructor for class org.eclipse.gef.ui.actions.ZoomComboContributionItem
Constructor for ComboToolItem.
ZoomComboContributionItem(IPartService, String) - Constructor for class org.eclipse.gef.ui.actions.ZoomComboContributionItem
Constructor for ComboToolItem.
ZoomComboContributionItem(IPartService, String[]) - Constructor for class org.eclipse.gef.ui.actions.ZoomComboContributionItem
Constructor for ComboToolItem.
ZoomInAction - class org.eclipse.gef.ui.actions.ZoomInAction.
 
ZoomInAction(ZoomManager) - Constructor for class org.eclipse.gef.ui.actions.ZoomInAction
Constructor for ZoomInAction.
ZoomInRetargetAction - class org.eclipse.gef.ui.actions.ZoomInRetargetAction.
 
ZoomInRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.ZoomInRetargetAction
Constructor for ZoomInRetargetAction
ZoomIn_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
ZoomIn_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
ZoomListener - interface org.eclipse.gef.editparts.ZoomListener.
Listens to zoom level changes.
ZoomManager - class org.eclipse.gef.editparts.ZoomManager.
Manage the primary zoom function in a graphical viewer.
ZoomManager(ScalableFigure, Viewport) - Constructor for class org.eclipse.gef.editparts.ZoomManager
Creates a new ZoomManager.
ZoomManager(ScalableFreeformLayeredPane, Viewport) - Constructor for class org.eclipse.gef.editparts.ZoomManager
Deprecated. Use ZoomManager.ZoomManager(ScalableFigure, Viewport) instead. Creates a new ZoomManager
ZoomOutAction - class org.eclipse.gef.ui.actions.ZoomOutAction.
 
ZoomOutAction(ZoomManager) - Constructor for class org.eclipse.gef.ui.actions.ZoomOutAction
Constructor for ZoomOutAction.
ZoomOutRetargetAction - class org.eclipse.gef.ui.actions.ZoomOutRetargetAction.
 
ZoomOutRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.ZoomOutRetargetAction
Constructor for ZoomInRetargetAction
ZoomOut_Label - Static variable in class org.eclipse.gef.internal.GEFMessages
 
ZoomOut_Tooltip - Static variable in class org.eclipse.gef.internal.GEFMessages
 
zoomChanged(double) - Method in interface org.eclipse.gef.editparts.ZoomListener
Called whenever the ZoomManager's zoom level changes.
zoomChanged(double) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
 
zoomChanged(double) - Method in class org.eclipse.gef.ui.actions.ZoomInAction
 
zoomChanged(double) - Method in class org.eclipse.gef.ui.actions.ZoomOutAction
 
zoomIn() - Method in class org.eclipse.gef.editparts.ZoomManager
Sets the zoom level to be one level higher
zoomManager - Variable in class org.eclipse.gef.internal.ui.rulers.RulerFigure
 
zoomOut() - Method in class org.eclipse.gef.editparts.ZoomManager
Sets the zoom level to be one level lower
zoomTo(Rectangle) - Method in class org.eclipse.gef.editparts.ZoomManager
Currently does nothing.

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