Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- EditDomain - Class in org.eclipse.gef
- 
The collective state of a GEF "application", loosely defined by a CommandStack, one or more EditPartViewers, and the active Tool.
- EditDomain() - Constructor for class org.eclipse.gef.EditDomain
- 
Constructs an EditDomain and loads the default tool.
- EditorPartAction - Class in org.eclipse.gef.ui.actions
- EditorPartAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.EditorPartAction
- 
Constructs a new EditorPartAction with the given editor.
- EditorPartAction(IEditorPart, int) - Constructor for class org.eclipse.gef.ui.actions.EditorPartAction
- 
Constructs a new EditorPartAction with the given editor and style.
- EditPart - Interface in org.eclipse.gef
- 
EditParts are the building blocks of GEF Viewers.
- EditPartAccessibilityDispatcher() - Constructor for class org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
- EditPartFactory - Interface in org.eclipse.gef
- 
A factory for creating new EditParts.
- EditPartListener - Interface in org.eclipse.gef
- 
The listener interface for receiving basic events from an EditPart.
- EditPartListener.Stub - Class in org.eclipse.gef
- 
Listeners interested in just a subset of Events can extend this stub implementation.
- EditPartUtilities - Class in org.eclipse.gef.util
- 
Utility class comprising functions related toEditParts
- EditPartViewer - Interface in org.eclipse.gef
- EditPartViewer.Conditional - Interface in org.eclipse.gef
- 
An object which evaluates an EditPart for an arbitrary property.
- EditPolicy - Interface in org.eclipse.gef
- 
A pluggable contribution implementing a portion of an EditPart's behavior.
- EditPolicyIterator(List) - Constructor for class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
- 
Deprecated.this constructor should not be used
- enableVerticalScrollbar(boolean) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
- 
Indicates that the palette should scroll using a native vertical scrollbar as opposed to individual lightweight buttons that appear dynamically on each drawer.
- enforceConstraintsForResize(ChangeBoundsRequest) - Method in class org.eclipse.gef.tools.ResizeTracker
- 
Ensures size constraints (by default minimum and maximum) are respected by the given request.
- enforceConstraintsForSizeOnDropCreate(CreateRequest) - Method in class org.eclipse.gef.tools.CreationTool
- 
Ensures size constraints (by default minimum and maximum) are respected by the given request.
- enforceResizeConstraintsForBottomRightCorner(ChangeBoundsRequest) - Method in class org.eclipse.gef.tools.ResizeTracker
- 
Ensures that the in addition to the size constraints also the position is respected by the given request.
- Entry(int, int) - Constructor for class org.eclipse.gef.SnapToGeometry.Entry
- 
Constructs a new entry of the given type and location.
- EntryPage - Interface in org.eclipse.gef.ui.palette.customize
- 
AnEntryPagedisplays properties of aPaletteEntry.
- EntryPageContainer - Interface in org.eclipse.gef.ui.palette.customize
- 
AnEntryPageContainerallows anEntryPageto report errors to it.
- equals(Object) - Method in class org.eclipse.gef.KeyStroke
- eraseChangeBoundsFeedback(ChangeBoundsRequest) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
- 
Erases drag feedback.
- eraseConnectionFeedback(BendpointRequest) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
- 
Erases all bendpoint feedback.
- eraseConnectionMoveFeedback(ReconnectRequest) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
- 
Erases connection move feedback.
- eraseCreationFeedback(CreateConnectionRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
- 
Erases connection feedback if necessary.
- eraseDirectEditFeedback(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
- 
If feedback is being shown, this method callsDirectEditPolicy.revertOldEditValue(DirectEditRequest).
- eraseFeedback() - Method in class org.eclipse.gef.tools.DirectEditManager
- 
Asks the source edit part to erase source feedback.
- eraseHoverFeedback() - Method in class org.eclipse.gef.tools.SelectionTool
- 
Erases the hover feedback by callingEditPart.eraseTargetFeedback(Request).
- eraseLayoutTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
- eraseLayoutTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
- 
Erases target layout feedback.
- eraseSizeOnDropFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
- 
Erases size-on-drop feedback used during creation.
- eraseSourceFeedback() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
- 
Asks the source editpart to erase connection creation feedback.
- eraseSourceFeedback() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
- 
Erases the source feedback.
- eraseSourceFeedback() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
- 
Asks the edit parts in theoperation setto erase their source feedback.
- eraseSourceFeedback() - Method in class org.eclipse.gef.tools.SimpleDragTracker
- 
Show the source drag feedback for the drag occurring within the viewer.
- eraseSourceFeedback(Request) - Method in interface org.eclipse.gef.EditPart
- 
Erases source feedback for the specifiedRequest.
- eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Erases source feedback for the givenRequest.
- eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
- 
Does nothing by default.
- eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
- eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
- eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
- eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
- 
CallsGraphicalNodeEditPolicy.eraseCreationFeedback(CreateConnectionRequest)when appropriate.
- eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
- eraseSourceFeedback(Request) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
- 
Dispatches erase requests to more specific methods.
- eraseSourceFeedback(Request) - Method in interface org.eclipse.gef.EditPolicy
- 
Erases source feedback based on the givenRequest.
- eraseTargetConnectionFeedback(DropRequest) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
- 
Override to erase target feedback.
- eraseTargetFeedback() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
- 
CallseraseTargetFeedback(Request)on the current target, using the target Request.
- eraseTargetFeedback() - Method in class org.eclipse.gef.tools.ResizeTracker
- 
This method is invoked when the resize operation is complete.
- eraseTargetFeedback() - Method in class org.eclipse.gef.tools.TargetingTool
- 
Asks the current target editpart to erase target feedback using the target request.
- eraseTargetFeedback(Request) - Method in interface org.eclipse.gef.EditPart
- 
Erases target feedback for the specifiedRequest.
- eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Erases target feedback for the givenRequest.
- eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
- 
Does nothing by default.
- eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
- 
CallsGraphicalNodeEditPolicy.eraseTargetConnectionFeedback(DropRequest)when appropriate.
- eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
- 
Calls two more specific methods depending on the Request.
- eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.SnapFeedbackPolicy
- eraseTargetFeedback(Request) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
- eraseTargetFeedback(Request) - Method in interface org.eclipse.gef.EditPolicy
- 
Erases target feedback based on the givenRequest.
- ERROR - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
- 
The String "Could Not Accept Changes"
- evaluate(EditPart) - Method in class org.eclipse.gef.AutoexposeHelper.Search
- evaluate(EditPart) - Method in interface org.eclipse.gef.EditPartViewer.Conditional
- 
Returnstrueif the editpart meets this condition.
- execute() - Method in class org.eclipse.gef.commands.Command
- 
Executes the Command.
- execute() - Method in class org.eclipse.gef.commands.CompoundCommand
- 
Execute the command.For a compound command this means executing all of the commands that it contains.
- execute() - Method in class org.eclipse.gef.ui.properties.SetPropertyValueCommand
- execute(Command) - Method in class org.eclipse.gef.commands.CommandStack
- 
Executes the specified Command if possible.
- execute(Command) - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
- 
Executes the givenCommandusing the command stack.
- executeCommand(Command) - Method in class org.eclipse.gef.tools.AbstractTool
- 
Executes the given command on the command stack.
- executeCurrentCommand() - Method in class org.eclipse.gef.tools.AbstractTool
- 
Execute the currently active command.
- EXPAND_DRAWER_AT_STARTUP_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
- 
The String "&Open drawer at start-up"
- exposeDescendant(EditPart) - Method in class org.eclipse.gef.editparts.ViewportExposeHelper
- 
Exposes the descendant EditPart by smoothly scrolling theViewport.
- exposeDescendant(EditPart) - Method in interface org.eclipse.gef.ExposeHelper
- 
Exposes the specified descendant on the EditPart which returned this helper.
- ExposeHelper - Interface in org.eclipse.gef
- 
An adapter on anEditPartused to expose a descendant contained in that EditPart.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form