Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- 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 ActionFactory.DELETE.getId() instead.
- 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.
- init() - Method in class org.eclipse.gef.handles.SquareHandle
- 
Initializes the handle.
- 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.PasteTemplateAction
- 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(IActionBars) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
- 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
- 
Initializes the cell editor.
- 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.
- 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.
- 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.
- initUI() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
- 
Initializes the actions UI presentation.
- INNER_PAD - Static variable in class org.eclipse.gef.handles.MoveHandle
- 
Deprecated.subclasses should not reference this field.
- Input() - Constructor for class org.eclipse.gef.tools.AbstractTool.Input
- 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
- INSTANCE - Static variable in class org.eclipse.gef.commands.UnexecutableCommand
- 
The singleton instance
- INSTANCE - Static variable in class org.eclipse.gef.ui.palette.PaletteColorProvider
- internalHookControl(Control) - Method in class org.eclipse.gef.SelectionManager
- 
For internal use only.
- internalInitialize(EditPartViewer, List<EditPart>, Runnable) - Method in class org.eclipse.gef.SelectionManager
- 
For internal use only.
- internalUninstall() - Method in class org.eclipse.gef.SelectionManager
- 
For internal use only.
- isActive() - Method in interface org.eclipse.gef.EditPart
- 
returnstrueif the EditPart is active.
- isActive() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- isActive() - Method in class org.eclipse.gef.tools.AbstractTool
- 
Returnstrueif the tool is active.
- isAltKeyDown() - Method in class org.eclipse.gef.tools.AbstractTool.Input
- 
Returnstrueif the ALT key is pressed.
- isAltKeyPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
- 
Returnstrueif the ALT key is currently pressed.
- isAncestorContainedIn(Collection<? extends EditPart>, EditPart) - Static method in class org.eclipse.gef.tools.ToolUtilities
- 
Checks if collection contains any ancestor of editpartep
- isAnyButtonDown() - Method in class org.eclipse.gef.tools.AbstractTool.Input
- 
Returnstrueif any of the mouse buttons are pressed.
- isAnyMouseButtonPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
- 
Returnstrueif 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
- isCloneActive() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
- 
Returns true if the current drag is a clone operation.
- isCommandKeyPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
- 
Returnstrueif the COMMAND key is currently pressed.
- isConstrainedMove() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
- 
Returnstrueif the request is for a constrained move
- isConstrainedResize() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
- 
Returnstrueif the request is for a constrained resize
- isControlKeyDown() - Method in class org.eclipse.gef.tools.AbstractTool.Input
- 
Returnstrueif the CTRL key is pressed.
- isControlKeyPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
- 
Returnstrueif the CTRL key is currently pressed.
- IScrollableEditPart - Interface in org.eclipse.gef.editparts
- 
Should be implemented by EditParts, to which anScrollableSelectionFeedbackEditPolicyis to be registered, as it grants the edit policy type-safe access to the edit part'sIScrollableFigure.
- 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
- 
Returnstrueif the cell editor's value has been changed.
- isDirty() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
- 
Returnstrueif the command stack is dirty
- isDragAllowed() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
- 
Returns true if this EditPolicy allows its EditPart to be dragged.
- isEmpty() - Method in class org.eclipse.gef.commands.CompoundCommand
- isEnabled() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
- 
Returnstrueif the action is enabled.
- isEnabled(DropTargetEvent) - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
- 
Returnstrueif this TransferDropTargetListener is enabled for the specifiedDropTargetEvent.
- isEnablementDeterminedByCommand() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
- 
ReturnstrueifAbstractTransferDropTargetListener.isEnabled(DropTargetEvent)is determined by asking the potential target for a Command.
- isExpanded(PaletteDrawer) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
- 
Returns true if the given PaletteDrawer is expanded
- isFitAll(String) - Method in class org.eclipse.gef.editparts.ZoomManager
- isFitHeight(String) - Method in class org.eclipse.gef.editparts.ZoomManager
- isFitWidth(String) - Method in class org.eclipse.gef.editparts.ZoomManager
- 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
- 
Deprecated.UseOrderedLayoutEditPolicy.isLayoutHorizontal()instead.
- isHoverActive() - Method in class org.eclipse.gef.tools.AbstractTool
- 
Returnstrueif the tool is hovering.
- isImportant(IWorkbenchPart) - Method in class org.eclipse.gef.ui.views.palette.PaletteView
- 
Only editors in the same perspective as the view are important.
- isInitiallyOpen() - Method in class org.eclipse.gef.palette.PaletteDrawer
- isInitiallyPinned() - Method in class org.eclipse.gef.palette.PaletteDrawer
- isInState(int) - Method in class org.eclipse.gef.tools.AbstractTool
- 
Returnstrueif the tool is in the given state.
- isLayoutHorizontal() - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
- 
Returns whether the layout container's layout manager has a horizontal orientation or not.
- isLeftMouseButtonPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
- 
Returnstrueif the left mouse button is pressed.
- isMarqueeSelectable(GraphicalEditPart) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
- 
Decides whether the given edit part may potentially be included in the current marquee selection.
- isModKeyDown(int) - Method in class org.eclipse.gef.tools.AbstractTool.Input
- 
Returnstrueif any of the given mod keys are pressed.
- isMouseButtonDown(int) - Method in class org.eclipse.gef.tools.AbstractTool.Input
- 
Returnstrueif the specified button is down.
- isMove() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
- 
Returnstrueif the source edit part is being moved within its parent.
- 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
- 
Returnstrueif the start (source) anchor is the anchor being moved.
- isOpaque() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
- 
Deprecated.Returnstrue.
- isPinned(PaletteDrawer) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
- 
Returns true if the given PaletteDrawer is pinned
- isPostChangeEvent() - Method in class org.eclipse.gef.commands.CommandStackEvent
- 
Returnstrueif this event is fired after the stack having changed.
- isPreChangeEvent() - Method in class org.eclipse.gef.commands.CommandStackEvent
- 
Returnstrueif this event is fired prior to the stack changing.
- isPrimary() - Method in class org.eclipse.gef.handles.CornerTriangleBorder
- 
Deprecated.Returnstrueif this border is for the primary object in the selection.
- isPrimary() - Method in class org.eclipse.gef.handles.SquareHandle
- 
Returnstrueif the handle's owner is the primary selection.
- isRightMouseButtonPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
- 
Returnstrueif the right mouse button is pressed.
- isSaveAsAllowed() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
- 
Returnsfalseby default.
- isSelectable() - Method in interface org.eclipse.gef.EditPart
- 
Returnstrueif the EditPart is selectable.
- isSelectable() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
By default, an EditPart is regarded to be selectable.
- isSelectable() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
A GraphicalEditPart is considered selectable, if it is active and its figure is showing.
- isShiftKeyDown() - Method in class org.eclipse.gef.tools.AbstractTool.Input
- 
Returnstrueif the SHIFT key is pressed.
- isShiftKeyPressed() - Method in class org.eclipse.gef.requests.SelectionRequest
- 
Returnstrueif the SHIFT key is currently pressed.
- isShowingFeedback() - Method in class org.eclipse.gef.tools.SimpleDragTracker
- 
Returnstrueif feedback is being shown.
- isShowingSourceFeedback() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
- 
Returnstrueif feedback is being shown.
- isShowingTargetFeedback() - Method in class org.eclipse.gef.tools.TargetingTool
- 
Returnstrueif target feedback is being shown.
- isSnapToEnabled() - Method in class org.eclipse.gef.requests.ChangeBoundsRequest
- 
Returnstrueif snap-to is enabled
- isSnapToEnabled() - Method in class org.eclipse.gef.requests.CreateRequest
- 
Returnstrueif snap-to is enabled
- 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
- 
Returntrueif the current target is locked.
- isViewerImportant(EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
- 
Default implementation always returnstrue.
- isViewerImportant(EditPartViewer) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
- 
MarqueeSelectionTool is only interested in GraphicalViewers, not TreeViewers.
- isViewerMirrored() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
- isVisible() - Method in class org.eclipse.gef.palette.PaletteEntry
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form