- undecorateChild(EditPart) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
-
- undecorateChildren() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
-
- 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.AbstractEditPolicy
-
Returns false
by default.
- understandsRequest(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
-
- 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.ResizableEditPolicy
-
- understandsRequest(Request) - Method in interface org.eclipse.gef.EditPolicy
-
Returns true
if this EditPolicy understand the specified
request.
- undo() - Method in class org.eclipse.gef.commands.Command
-
Undoes the changes performed during execute()
.
- 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
-
- 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 an UndoAction
and associates it with the given
editor.
- UndoAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.UndoAction
-
Creates an UndoAction
and 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 to null
, 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_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 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
-
- 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
-
- 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
-
- unregisterVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
-
- 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(ConnectionAnchor, Point) - Method in class org.eclipse.gef.editpolicies.FeedbackHelper
-
Updates the feedback based on the given anchor or point.
- 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.
- 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
-
- 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
-
- updateAutoexposeHelper() - Method in class org.eclipse.gef.tools.TargetingTool
-
- updateFeedback() - Method in class org.eclipse.gef.editpolicies.ScrollableSelectionFeedbackEditPolicy
-
- 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
-
- 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
-
- updateTargetRequest() - Method in class org.eclipse.gef.tools.SelectionTool
-
- 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 returns true
if the target
changes.
- useLargeIcons(int) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
-
- 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() - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
-