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

H

hack() - Static method in class org.eclipse.gef.GEF
 
Handle - interface org.eclipse.gef.Handle.
An interface used by the SelectionTool to obtain a DragTracker.
HANDLE_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
Identifies the layer containing handles, which are typically editing decorations that appear on top of any model representations.
handleApplyPressed() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
This method is invoked when the Apply button is pressed IMPORTANT: It is recommended that you not override this method.
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.TargetingTool
This method is called whenever an autoexpose occurs.
handleAutoexpose() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
HandleBounds - interface org.eclipse.gef.handles.HandleBounds.
Identifies figures which use an alternative rectangle to place their handles.
handleButtonDown(int) - Method in class org.eclipse.gef.tools.SimpleDragTracker
Looks for button 1, 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.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.MarqueeSelectionTool
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.DeselectAllTracker
Calls EditPartViewer.deselectAll().
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.ConnectionDragCreationTool
Calls super and sets the current state to AbstractTool.STATE_DRAG.
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.AbstractTool
Called when the mouse button has been pressed.
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.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.SimpleDragTracker
If dragging is in progress, cleans up feedback and calls performDrag().
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.SelectEditPartTracker
If in the drag state, the tool selects the source edit part.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
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.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.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.ConnectionDragCreationTool
If the connection has started, the button up event attempts to complete the connection.
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.AbstractConnectionCreationTool
Unloads or resets the tool if the state is in the terminal or invalid state.
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.
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.GraphicalViewerImpl
 
handleDispose(DisposeEvent) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called if and when the Control is disposed.
handleDoubleClick(int) - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Calls SelectEditPartTracker.performOpen() if the double click was with mouse button 1.
handleDoubleClick(int) - Method in class org.eclipse.gef.tools.AbstractTool
Called when a mouse double-click occurs.
handleDrag() - Method in class org.eclipse.gef.tools.AbstractTool
Called whenever the mouse is being dragged.
handleDrag() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
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.CreationTool
Updates the request, sets the current command, and asks to show feedback.
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.AbstractTool
Called whenever a mouse is being dragged and the drag threshold has been exceeded.
handleDragInProgress() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleDragOperationChanged() - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
The purpose of a template is to be copied.
handleDragOperationChanged() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Called when the user changes the Drag operation.
handleDragOver() - 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.
handleDragStarted() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Transitions Drag to Drag in progress state.
handleDragStarted() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
handleDragStarted() - Method in class org.eclipse.gef.tools.CreationTool
 
handleDragStarted() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
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.AbstractTool
Called only one time during a drag when the drag threshold has been exceeded.
handleDrop() - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
Overridden to select the created object.
handleDrop() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the target Request and target EditPart, and performs the drop.
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.
handleFinished() - Method in class org.eclipse.gef.tools.MarqueeDragTracker
Called when the mouse button is released.
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.AbstractTool
Called when the current tool operation is to be completed.
handleFocusGained() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a focus gained event.
handleFocusLost() - Method in class org.eclipse.gef.tools.SelectionTool
Sets the drag tracker to null and goes into the initial state when focus is lost.
handleFocusLost() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
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.ConnectionCreationTool
Cleans up feedback and resets the tool when focus is lost.
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.AbstractConnectionCreationTool
 
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.SelectionTool
Called when the mouse hovers.
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.CreationTool
 
handleHover() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
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.AbstractConnectionCreationTool
 
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.TargetingTool
Called from resetHover() iff hover is active.
handleHoverStop() - Method in class org.eclipse.gef.tools.SelectionTool
Called when the mouse hover stops (i.e. the mouse moves or a button is clicked).
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.TargetingTool
Called when invalid input is encountered.
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.MarqueeSelectionTool
This method is called when mouse or keyboard input is invalid and erases the feedback.
handleInvalidInput() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Erases source feedback.
handleInvalidInput() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.SimpleDragTracker
Looks for keys which are used during accessible drags.
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.SelectionTool
Processes key down events.
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.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.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.AbstractTool
Handles high-level processing of a key down event.
handleKeyUp(KeyEvent) - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
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.DragEditPartsTracker
 
handleKeyUp(KeyEvent) - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a key up event.
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.SelectionTool
If in the initial state, updates the request and the mouse target and asks to show target feedback.
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.AbstractTool
Handles high-level processing of a mouse move.
handleMove() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
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.SelectionTool
If there's a drag tracker, calls handleNativeDragFinished() on the drag tracker and then sets the drag tracker to null.
handleNativeDragFinished(DragSourceEvent) - Method in class org.eclipse.gef.tools.AbstractTool
Handles when a native drag has ended.
handleNativeDragStarted(DragSourceEvent) - Method in class org.eclipse.gef.tools.SelectionTool
If there's a drag tracker, calls nativeDragStarted() on the drag tracker.
handleNativeDragStarted(DragSourceEvent) - Method in class org.eclipse.gef.tools.AbstractTool
Handles when a native drag has started.
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.
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.
handles - Variable in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
the List of handles
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.
handleViewerEntered() - Method in class org.eclipse.gef.tools.AbstractTool
Called when the mouse enters an EditPartViewer.
handleViewerExited() - Method in class org.eclipse.gef.tools.TargetingTool
Sets the target to null.
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.AbstractTool
Called when the mouse exits an EditPartViewer.
hasFocus() - Method in interface org.eclipse.gef.EditPart
Returns true if this EditPart has focus.
hasFocus() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
hashCode() - Method in class org.eclipse.gef.KeyStroke
 
hasNext() - Method in class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
Availabilty of further EditPolicies is returned
hasSelectionOccurred() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Returns true if selection has already occured.
HIDDEN_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Hide"
hideFocus() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Override to hide focus
hideFocus() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
Hides the focus rectangle displayed in showFocus().
hideFocus() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
Hides the focus indicator.
hideSelection() - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
Implemented to remove the handles.
hideSelection() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Override to hide selection
hookControl() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
hookControl() - Method in class org.eclipse.gef.ui.parts.TreeViewer
"Hooks up" a Control, i.e. sets it as the control for the RootTreeEditPart, adds necessary listener for proper operation, etc.
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.AbstractEditPartViewer
Called once the control has been set.
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.GraphicalViewerImpl
Extended to flush paints during drop callbacks.
hookDropTarget() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called whenever the drop target is automatically created.
hookGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
Hooks the GraphicalViewer to the rest of the Editor.
hookPaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
Called when the palette viewer is set.

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