Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- undecorateChild(EditPart) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
- 
Removes the decoration added inLayoutEditPolicy.decorateChild(EditPart).
- undecorateChildren() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
- 
Removes all decorations added byLayoutEditPolicy.decorateChildren().
- 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
- 
Returnstrueif thisEditPartunderstand the givenRequest.
- understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
- 
Returnsfalseby default.
- understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
- 
ReturnstrueforRequestConstants.REQ_DIRECT_EDIT.
- understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
- 
Returnstruefor move, align, add, and orphan request types.
- understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
- understandsRequest(Request) - Method in interface org.eclipse.gef.EditPolicy
- 
Returnstrueif this EditPolicy understand the specified request.
- undo() - Method in class org.eclipse.gef.commands.Command
- 
Undoes the changes performed duringexecute().
- 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.ui.properties.SetPropertyValueCommand
- UndoablePropertySheetEntry - Class in org.eclipse.gef.ui.properties
- 
UndoablePropertySheetEntry provides undo support for changes made to IPropertySources by the PropertySheetViewer.
- UndoablePropertySheetEntry(CommandStack) - Constructor for class org.eclipse.gef.ui.properties.UndoablePropertySheetEntry
- 
Constructs the root entry using the given command stack.
- UndoablePropertySheetPage - Class in org.eclipse.gef.ui.properties
- 
PropertySheetPage extension that allows to perform undo/redo of property value changes also in case the editor is not active.
- UndoablePropertySheetPage(CommandStack, IAction, IAction) - Constructor for class org.eclipse.gef.ui.properties.UndoablePropertySheetPage
- 
Constructs a newUndoablePropertySheetPage.
- UndoAction - Class in org.eclipse.gef.ui.actions
- 
An action to undo the last command.
- UndoAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.UndoAction
- 
Creates anUndoActionand associates it with the given editor.
- UndoAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.UndoAction
- 
Creates anUndoActionand associates it with the given editor.
- UndoRetargetAction - Class in org.eclipse.gef.ui.actions
- UndoRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.UndoRetargetAction
- 
Constructs a new UndoRetargetAction with the default ID, label and image.
- UnexecutableCommand - Class in org.eclipse.gef.commands
- 
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.AbstractEditPartViewer
- 
Called when the control is being set tonull, 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.
- UNIT_CENTIMETERS - Static variable in class org.eclipse.gef.rulers.RulerProvider
- 
Constant indicating that the ruler should display centimeters.
- UNIT_CUSTOM - Static variable in class org.eclipse.gef.rulers.RulerProvider
- 
Constant indicating that the ruler should display a custom unit per pixel count.
- 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.
- unload() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
- 
Erases target feedback and sets the request tonull.
- unloadWhenFinished() - Method in class org.eclipse.gef.tools.AbstractTool
- 
Returnstrueif 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 byAbstractEditPart.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
- unregisterAccessibility() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Unregisters theAccessibleEditPartadapter.
- 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 theEditPartViewer.getEditPartRegistry().
- unregisterVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Unregisters the visuals in theEditPartViewer.getVisualPartMap().
- unregisterVisuals() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Implemented to remove the Figure from the Viewer's registry.
- UNSPECIFIED_SIZE - Static variable in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
- 
Constant being used to indicate that upon creation (or during move) a size was not specified.
- 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.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.
- update(ConnectionAnchor, Point) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
- 
Updates the feedback based on the given anchor or point.
- UpdateAction - Interface in org.eclipse.gef.ui.actions
- 
Indicate the support of an update method.
- updateActions() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
- 
Updates the actions created inPaletteCustomizerDialog.createOutlineActions(), enabling or disabling them as necessary.
- updateActions(List<String>) - 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 activeAutoexposeHelper.
- updateAutoexposeHelper() - Method in class org.eclipse.gef.tools.TargetingTool
- 
Updates the activeAutoexposeHelper.
- updateFeedback() - Method in class org.eclipse.gef.editpolicies.ScrollableSelectionFeedbackEditPolicy
- 
Removes any existing feedback figures by delegating toScrollableSelectionFeedbackEditPolicy.hideFeedback().
- 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.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 aCreateRequest.
- 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
- 
CallsDragEditPartsTracker.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 aSelectionRequest) and then callsSelectionTool.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 returnstrueif the target changes.
- useLargeIcons() - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
- useLargeIcons() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- useLargeIcons(int) - 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form