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
 
handleAutoexpose() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
HandleBounds - interface org.eclipse.gef.handles.HandleBounds.
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.SimpleDragTracker
Handles the button down event.
handleButtonDown(int) - Method in class org.eclipse.gef.tools.SelectionTool
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Sets the selection mode to TOGGLE_MODE or APPEND_MODE depending on the keyboard input.
handleButtonDown(int) - Method in class org.eclipse.gef.tools.DeselectAllTracker
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.CreationTool
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.ConnectionDragCreationTool
 
handleButtonDown(int) - Method in class org.eclipse.gef.tools.ConnectionCreationTool
 
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
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.SimpleDragTracker
Handles the button up event.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.SelectionTool
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Erases feedback and performs the selection.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.CreationTool
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.ConnectionDragCreationTool
 
handleButtonUp(int) - Method in class org.eclipse.gef.tools.AbstractTool
Handles the high-level processing of a mouse release.
handleButtonUp(int) - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
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
 
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
 
handleDoubleClick(int) - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a double click.
handleDrag() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a mouse drag.
handleDrag() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Called after the mouse has been dragged past the threshold.
handleDragInProgress() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
Calculates the selection and updates the feedback.
handleDragInProgress() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.CreationTool
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
handleDragInProgress() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a mouse drag once the threshold has been passed.
handleDragInProgress() - Method in class org.eclipse.gef.tools.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
Called once when the drag starts.
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 once when the drag threshold has been passed.
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
 
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
 
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
 
handleFinished() - Method in class org.eclipse.gef.tools.AbstractTool
Called when the current tool operation is complete.
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
 
handleFocusLost() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
 
handleFocusLost() - Method in class org.eclipse.gef.tools.CreationTool
 
handleFocusLost() - Method in class org.eclipse.gef.tools.ConnectionCreationTool
 
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
 
handleHover() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
handleHover() - Method in class org.eclipse.gef.tools.AbstractTool
Handles high-level processing of a mouse hover event.
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
 
handleHoverStop() - Method in class org.eclipse.gef.tools.SelectionTool
 
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
 
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
 
handleInvalidInput() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.SimpleDragTracker
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.SelectionTool
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.DragEditPartsTracker
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
 
handleKeyDown(KeyEvent) - Method in class org.eclipse.gef.tools.ConnectionCreationTool
 
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
 
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
 
handleMove() - Method in class org.eclipse.gef.tools.SelectionTool
 
handleMove() - Method in class org.eclipse.gef.tools.CreationTool
 
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
 
handleNativeDragFinished(DragSourceEvent) - Method in class org.eclipse.gef.tools.AbstractTool
 
handleNativeDragStarted(DragSourceEvent) - Method in class org.eclipse.gef.tools.SelectionTool
 
handleNativeDragStarted(DragSourceEvent) - Method in class org.eclipse.gef.tools.AbstractTool
 
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
 
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
 
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
 
handleViewerExited() - Method in class org.eclipse.gef.tools.SelectionTool
 
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
 
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
 
hideFocus() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
 
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
 
hookControl() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
hookDragSource() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
hookDropTarget() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
hookDropTarget() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
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
 

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.