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

U

understandsRequest(Request) - Method in interface org.eclipse.gef.EditPolicy
Returns true if this EditPolicy understand the specified request.
understandsRequest(Request) - Method in interface org.eclipse.gef.EditPart
Used to filter EditParts out of the current selection.
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.ResizableEditPolicy
 
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.DirectEditPolicy
Returns true for RequestConstants.REQ_DIRECT_EDIT.
understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Returns false by default.
undo() - Method in class org.eclipse.gef.commands.ForwardUndoCompoundCommand
Undo the command.
undo() - Method in class org.eclipse.gef.commands.CompoundCommand
 
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.Command
Undoes the changes performed during execute().
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.
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.
UnexecutableCommand - class org.eclipse.gef.commands.UnexecutableCommand.
A Command which can never be executed
unhookControl() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
 
unhookControl() - Method in class org.eclipse.gef.ui.parts.TreeViewer
Unhooks a control so that it can be reset.
unhookControl() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called when the control is being set to null, but before it is null.
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().
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.GraphicalViewerImpl
 
unregisterAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Does nothing by default.
unregisterModel() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Unregisters the model in the EditPartViewer.getEditPartRegistry().
unregisterVisuals() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Implemented to remove the Figure from the Viewer's registry.
unregisterVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Unregisters the visuals in the EditPartViewer.getVisualPartMap().
unwrap() - Method in class org.eclipse.gef.commands.CompoundCommand
Returns the simplest form of this Command that is equivalent.
update() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
 
update() - Method in interface org.eclipse.gef.ui.actions.UpdateAction
Called to update the receiver.
update() - Method in class org.eclipse.gef.ui.actions.SelectionAction
 
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.
update(ConnectionAnchor, Point) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
Updates the feedback based on the given anchor or point.
UpdateAction - interface org.eclipse.gef.ui.actions.UpdateAction.
Indicate the support of an update method.
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.
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.
updateSourceRequest() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Updates the source request.
updateSourceRequest() - Method in class org.eclipse.gef.tools.ResizeTracker
 
updateSourceRequest() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
 
updateTargetEditPart() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Updates the target EditPart.
updateTargetRequest() - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
Assumes that the target request is a CreateRequest.
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.tools.TargetingTool
Subclasses should override to update the target request.
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.DragEditPartsTracker
Calls DragEditPartsTracker.repairStartLocation() in case auto scroll is being performed.
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.ConnectionEndpointTracker
Updates the request location.
updateTargetRequest() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
 
updateTargetUnderMouse() - Method in class org.eclipse.gef.tools.TargetingTool
Updates the target editpart and returns true if the target changes.
useLargeIcons() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
 
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(int) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 

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.