Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GEF
3.3
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

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.
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.
UndoAction(IWorkbenchPart) - 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.
UndoablePropertySheetEntry - class org.eclipse.gef.ui.properties. UndoablePropertySheetEntry.
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.
UnexecutableCommand - class org.eclipse.gef.commands. UnexecutableCommand.
A Command which can never be executed
UpdateAction - interface org.eclipse.gef.ui.actions. UpdateAction.
Indicate the support of an update method.
undecorateChild(EditPart) - Method in class org.eclipse.gef.editpolicies. LayoutEditPolicy
Removes the decoration added in LayoutEditPolicy.decorateChild(EditPart).
undecorateChildren() - Method in class org.eclipse.gef.editpolicies. LayoutEditPolicy
Removes all decorations added by LayoutEditPolicy.decorateChildren().
understandsRequest(Request) - Method in interface org.eclipse.gef. EditPart
Used to filter EditParts out of the current selection.
understandsRequest(Request) - Method in interface org.eclipse.gef. EditPolicy
Returns true if this EditPolicy understand the specified request.
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
Returns true for RequestConstants.REQ_DIRECT_EDIT.
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
 
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.
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.
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().
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 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. 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 the EditPartViewer.getEditPartRegistry().
unregisterVisuals() - Method in class org.eclipse.gef.editparts. AbstractEditPart
Unregisters the visuals in the EditPartViewer.getVisualPartMap().
unregisterVisuals() - Method in class org.eclipse.gef.editparts. AbstractGraphicalEditPart
Implemented to remove the Figure from the Viewer's registry.
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.
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. 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 a CreateRequest.
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
Calls DragEditPartsTracker.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 a SelectionRequest) and then calls SelectionTool.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 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
 

Eclipse GEF
3.3
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, 2007. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire