|
GEF v2.0 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
EditPart interface.List of EditPolcies, skipping
any null values encountered.List.
GraphicalEditPart using
the given Locator.
GraphicalEditPart using
the given Locator and Cursor.
Tools.EditPartViewer that contains the DragSource widget.EditPartViewer that contains the DropTarget widget.
Initializes or reactivates
this part and hooks any needed listeners.
Activates all EditPolicies.
Adds a child EditPart
to this EditPart.
Performs the actual addition of the child to this EditPart.
Adds an editpart listener.
FigureListener to the owner's Figure.
FigureListener to the owner's Figure.
Adds a connection to this EditPart, the source.
Adds a connection to this EditPart, the target.
owner
and its index to index, and sets its locator to a new
MidpointLocator.
owner, sets its index to index, and
sets its locator to locator.
owner
and its index to index, and sets its locator to a new
BendpointLocator.
owner,
sets its index to index, and sets its locator to
locator.
true if the selected objects can
be deleted.
true if the CommandStack can redo
the last command.
true if the editor is dirty.
- calculateEnabled() -
Method in class org.eclipse.gef.ui.actions.UndoAction
- Returns
true if the CommandStack can undo
the last command.
- calculateEnabled() -
Method in class org.eclipse.gef.ui.actions.AlignmentAction
-
- calculateEnabled() -
Method in class org.eclipse.gef.ui.actions.DirectEditAction
- returns
true if there is exactly 1 EditPart selected that understand DirectEdit.
- canExecute() -
Method in class org.eclipse.gef.commands.AbstractCommand
-
- canExecute() -
Method in class org.eclipse.gef.commands.CompoundCommand
- canExecute method comment.
- canExecute() -
Method in interface org.eclipse.gef.commands.Command
- This indicates whether the comamad is valid to execute.
- canExecute() -
Method in class org.eclipse.gef.commands.UnexecutableCommand
-
- canHandleDrop(DropTargetEvent) -
Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
- Subclasses should return
true if they can handle this drop event.
- canRedo() -
Method in interface org.eclipse.gef.commands.CommandStack
- This returns whether there are commands past the top of the stack that can be redone.
- canRedo() -
Method in class org.eclipse.gef.commands.DefaultCommandStack
- Returns
true if there is a Command to redo.
- canRedoCommand(Command) -
Method in class org.eclipse.gef.commands.DefaultCommandStack
- Returns
true if given Command can be redone.
- canUndo() -
Method in class org.eclipse.gef.commands.AbstractCommand
-
- canUndo() -
Method in class org.eclipse.gef.commands.CompoundCommand
- canExecute method comment.
- canUndo() -
Method in interface org.eclipse.gef.commands.CommandStack
- This returns whether the top command on the stack can be undone.
- canUndo() -
Method in interface org.eclipse.gef.commands.Command
- This returns whether the command can be undone.
- canUndo() -
Method in class org.eclipse.gef.commands.UnexecutableCommand
-
- canUndo() -
Method in class org.eclipse.gef.commands.DefaultCommandStack
- Returns
true if the last Command executed can be undone.
- canUndoCommand(Command) -
Method in class org.eclipse.gef.commands.DefaultCommandStack
- Returns
true if given Command can be undone.
- CategoryEditPart - class org.eclipse.gef.ui.palette.CategoryEditPart.
-
- CategoryEditPart(PaletteContainer) -
Constructor for class org.eclipse.gef.ui.palette.CategoryEditPart
-
- CellEditorLocator - interface org.eclipse.gef.tools.CellEditorLocator.
-
- chain(Command) -
Method in class org.eclipse.gef.commands.AbstractCommand
-
- chain(Command) -
Method in interface org.eclipse.gef.commands.Command
- This logically chains the given command to this command, by returning a command that represents the composition.
- ChangeBoundsRequest - class org.eclipse.gef.requests.ChangeBoundsRequest.
- A Request to change the bounds the EditPart(s).
- ChangeBoundsRequest() -
Constructor for class org.eclipse.gef.requests.ChangeBoundsRequest
- Default constructor.
- ChangeBoundsRequest(Object) -
Constructor for class org.eclipse.gef.requests.ChangeBoundsRequest
- Creates a ChangeBoundsRequest with the given type.
- checkStyle(int) -
Method in class org.eclipse.gef.ui.actions.EditorPartAction
- Checks the given style to ensure it is not invalid.
- checkTreeItem() -
Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
-
- childAdded(EditPart, int) -
Method in interface org.eclipse.gef.EditPartListener
- Called after a child EditPart has been added to its parent.
- childAdded(EditPart, int) -
Method in class org.eclipse.gef.EditPartListener.Stub
-
- children -
Variable in class org.eclipse.gef.editparts.AbstractEditPart
-
- children -
Variable in class org.eclipse.gef.palette.DefaultPaletteContainer
-
- clearConsole() -
Static method in class org.eclipse.gef.GEF
-
- Command - interface org.eclipse.gef.commands.Command.
- This interface represents basic behaviour that every command is expected to support.
- commandList -
Variable in class org.eclipse.gef.commands.CompoundCommand
-
- CommandStack - interface org.eclipse.gef.commands.CommandStack.
- This is a simple and obvious interface for an undoable stack of commands with a listener.
- commandStackChanged(EventObject) -
Method in interface org.eclipse.gef.commands.CommandStackListener
- This is called with the
CommandStack's state has changed.
- commandStackChanged(EventObject) -
Method in class org.eclipse.gef.ui.actions.RedoAction
- Updates the labels and enabled state when the command stack is altered.
- commandStackChanged(EventObject) -
Method in class org.eclipse.gef.ui.actions.UndoAction
- Updates the labels and enabled state when the command stack is altered.
- commandStackChanged(EventObject) -
Method in class org.eclipse.gef.ui.stackview.TreeContentProvider
-
- CommandStackInspector - class org.eclipse.gef.ui.stackview.CommandStackInspector.
-
- CommandStackInspector() -
Constructor for class org.eclipse.gef.ui.stackview.CommandStackInspector
-
- CommandStackInspectorPage - class org.eclipse.gef.ui.stackview.CommandStackInspectorPage.
-
- CommandStackInspectorPage(CommandStack) -
Constructor for class org.eclipse.gef.ui.stackview.CommandStackInspectorPage
-
- CommandStackListener - interface org.eclipse.gef.commands.CommandStackListener.
- This is the interface used to listen to a
CommandStack. - CommandStackViewerAction - class org.eclipse.gef.ui.stackview.CommandStackViewerAction.
-
- CommandStackViewerAction(TreeViewer) -
Constructor for class org.eclipse.gef.ui.stackview.CommandStackViewerAction
-
- commit() -
Method in class org.eclipse.gef.tools.DirectEditManager
-
- commitDrag() -
Method in interface org.eclipse.gef.DragTracker
-
- commitDrag() -
Method in class org.eclipse.gef.tools.AbstractTool
-
- commitDrag() -
Method in class org.eclipse.gef.tools.SimpleDragTracker
-
- commitDrag() -
Method in class org.eclipse.gef.tools.DragEditPartsTracker
-
- commitDrag() -
Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
-
- COMPONENT_ROLE -
Static variable in interface org.eclipse.gef.EditPolicy
-
- ComponentEditPolicy - class org.eclipse.gef.editpolicies.ComponentEditPolicy.
-
- ComponentEditPolicy() -
Constructor for class org.eclipse.gef.editpolicies.ComponentEditPolicy
-
- CompoundCommand - class org.eclipse.gef.commands.CompoundCommand.
- A command that can be used to combine multple commands
into a single undoable action.
- CompoundCommand() -
Constructor for class org.eclipse.gef.commands.CompoundCommand
-
- CompoundCommand(String) -
Constructor for class org.eclipse.gef.commands.CompoundCommand
-
- configureGraphicalViewer() -
Method in class org.eclipse.gef.ui.parts.GraphicalEditor
-
- configurePaletteViewer() -
Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
-
- CONNECTION_BENDPOINTS_ROLE -
Static variable in interface org.eclipse.gef.EditPolicy
-
- CONNECTION_ENDPOINTS_ROLE -
Static variable in interface org.eclipse.gef.EditPolicy
-
- CONNECTION_LAYER -
Static variable in interface org.eclipse.gef.LayerConstants
- Identifies the layer containing connections, which typically appear
on top of anything in the primary layer.
- CONNECTION_ROLE -
Static variable in interface org.eclipse.gef.EditPolicy
-
- ConnectionBendpointTracker - class org.eclipse.gef.tools.ConnectionBendpointTracker.
-
- ConnectionBendpointTracker() -
Constructor for class org.eclipse.gef.tools.ConnectionBendpointTracker
-
- ConnectionBendpointTracker(ConnectionEditPart, int) -
Constructor for class org.eclipse.gef.tools.ConnectionBendpointTracker
-
- ConnectionCreationTool - class org.eclipse.gef.tools.ConnectionCreationTool.
-
- ConnectionCreationTool() -
Constructor for class org.eclipse.gef.tools.ConnectionCreationTool
-
- ConnectionCreationTool(CreateRequest.Factory) -
Constructor for class org.eclipse.gef.tools.ConnectionCreationTool
-
- ConnectionDragCreationTool - class org.eclipse.gef.tools.ConnectionDragCreationTool.
-
- ConnectionDragCreationTool() -
Constructor for class org.eclipse.gef.tools.ConnectionDragCreationTool
-
- ConnectionDragCreationTool(CreateRequest.Factory) -
Constructor for class org.eclipse.gef.tools.ConnectionDragCreationTool
-
- ConnectionEditPart - interface org.eclipse.gef.ConnectionEditPart.
- A specialization of
GraphicalEditPart
for representing connections. - ConnectionEditPolicy - class org.eclipse.gef.editpolicies.ConnectionEditPolicy.
-
- ConnectionEditPolicy() -
Constructor for class org.eclipse.gef.editpolicies.ConnectionEditPolicy
-
- ConnectionEndHandle - class org.eclipse.gef.handles.ConnectionEndHandle.
- A handle used at the end of the
Connection. - ConnectionEndHandle() -
Constructor for class org.eclipse.gef.handles.ConnectionEndHandle
- Creates a new ConnectionEndHandle.
- ConnectionEndHandle(ConnectionEditPart) -
Constructor for class org.eclipse.gef.handles.ConnectionEndHandle
- Creates a new ConnectionEndHandle, sets its owner to
owner,
and sets its locator to a ConnectionLocator.
- ConnectionEndHandle(ConnectionEditPart, boolean) -
Constructor for class org.eclipse.gef.handles.ConnectionEndHandle
-
- ConnectionEndpointEditPolicy - class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy.
-
- ConnectionEndpointEditPolicy() -
Constructor for class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
-
- ConnectionEndpointTracker - class org.eclipse.gef.tools.ConnectionEndpointTracker.
-
- ConnectionEndpointTracker(ConnectionEditPart) -
Constructor for class org.eclipse.gef.tools.ConnectionEndpointTracker
-
- connectionFeedback -
Variable in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
-
- ConnectionHandle - class org.eclipse.gef.handles.ConnectionHandle.
- A handle used on a
Connection. - ConnectionHandle() -
Constructor for class org.eclipse.gef.handles.ConnectionHandle
- Creates a new ConnectionHandle.
- ConnectionHandle(boolean) -
Constructor for class org.eclipse.gef.handles.ConnectionHandle
-
- ConnectionNodeEditPolicy - class org.eclipse.gef.editpolicies.ConnectionNodeEditPolicy.
- Deprecated. Use superclass instead
- ConnectionNodeEditPolicy() -
Constructor for class org.eclipse.gef.editpolicies.ConnectionNodeEditPolicy
- Deprecated.
- ConnectionStartHandle - class org.eclipse.gef.handles.ConnectionStartHandle.
- A handle used at the start of the
Connection. - ConnectionStartHandle() -
Constructor for class org.eclipse.gef.handles.ConnectionStartHandle
- Creates a new ConnectionStartHandle.
- ConnectionStartHandle(ConnectionEditPart) -
Constructor for class org.eclipse.gef.handles.ConnectionStartHandle
- Creates a new ConnectionStartHandle, sets its owner to
owner,
and sets its locator to a ConnectionLocator.
- ConnectionStartHandle(ConnectionEditPart, boolean) -
Constructor for class org.eclipse.gef.handles.ConnectionStartHandle
-
- constantSelection -
Variable in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
-
- ConstrainedLayoutEditPolicy - class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy.
-
- ConstrainedLayoutEditPolicy() -
Constructor for class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
-
- CONTAINER_ROLE -
Static variable in interface org.eclipse.gef.EditPolicy
-
- ContainerEditPolicy - class org.eclipse.gef.editpolicies.ContainerEditPolicy.
-
- ContainerEditPolicy() -
Constructor for class org.eclipse.gef.editpolicies.ContainerEditPolicy
-
- containsContribution(Object) -
Method in class org.eclipse.gef.requests.DeleteRequest
- Checks to see if the given EditPart is in the list of
contributions.
- containsPoint(int, int) -
Method in class org.eclipse.gef.handles.MoveHandle
- Returns true if the point (x,y) is contained within this handle.
- ContentOutlinePage - class org.eclipse.gef.ui.parts.ContentOutlinePage.
-
- ContentOutlinePage(EditPartViewer) -
Constructor for class org.eclipse.gef.ui.parts.ContentOutlinePage
- The constructor for the Outline Page.
- contents -
Variable in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
-
- contents -
Variable in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
-
- ContextMenuProvider - interface org.eclipse.gef.ui.parts.ContextMenuProvider.
-
- convert(EditPartViewer, EditPart) -
Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
- This method converts the given edit part into an edit part that
is accepted by the given viewer.
- copyright -
Static variable in interface org.eclipse.gef.commands.CommandStack
-
- copyright -
Static variable in interface org.eclipse.gef.commands.CommandStackListener
-
- copyright -
Static variable in interface org.eclipse.gef.commands.Command
-
- CornerTriangleBorder - class org.eclipse.gef.handles.CornerTriangleBorder.
- A
Border with a triangle in each corner. - CornerTriangleBorder(boolean) -
Constructor for class org.eclipse.gef.handles.CornerTriangleBorder
- Creates a new
CornerTriangleBorder.
- createAccessible() -
Method in class org.eclipse.gef.ui.palette.CategoryEditPart
-
- createAccessible() -
Method in class org.eclipse.gef.ui.palette.EntryEditPart
-
- createAddCommand(EditPart, EditPart) -
Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
-
- createAddCommand(EditPart, Object) -
Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
-
- createCategoryEditPart(EditPart, Object) -
Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
- createCellEditorOn(Composite) -
Method in class org.eclipse.gef.tools.DirectEditManager
-
- createChangeConstraintCommand(EditPart, Object) -
Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
-
- createChild(Object) -
Method in class org.eclipse.gef.editparts.AbstractEditPart
Override to create the child
EditPart for the given model object.
- createChildEditPolicy(EditPart) -
Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
-
- createCommandStack() -
Method in class org.eclipse.gef.DefaultEditDomain
- Creates the default command Stack
- createConnection(Object) -
Method in class org.eclipse.gef.editparts.AbstractEditPart
Creates a
ConnectionEditPart for the given model.
- CreateConnectionRequest - class org.eclipse.gef.requests.CreateConnectionRequest.
- A Request to create a new Connection.
- CreateConnectionRequest() -
Constructor for class org.eclipse.gef.requests.CreateConnectionRequest
-
- createControl(Composite) -
Method in interface org.eclipse.gef.EditPartViewer
- if called, will create the default
Control with the default style bits.
- createControl(Composite) -
Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- This assumes that the subclass has created the control and
simply returns the current control.
- createControl(Composite) -
Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
-
- createControl(Composite) -
Method in class org.eclipse.gef.ui.parts.TreeViewer
- Creates the default tree and sets it as the control.
- createControl(Composite) -
Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
- Creates the control for the viewer.
- createControl(Composite) -
Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
-
- createControl(Composite) -
Method in class org.eclipse.gef.ui.stackview.CommandStackInspectorPage
-
- createCreateCommand(Object, CreateRequest.Factory) -
Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
-
- createDefaultDownButton() -
Method in class org.eclipse.gef.ui.palette.PaletteScrollBar
-
- createDefaultPage(PageBook) -
Method in class org.eclipse.gef.ui.stackview.CommandStackInspector
- Returns the default page.
- createDefaultRoot() -
Method in class org.eclipse.gef.ui.palette.PaletteViewerImpl
-
- createDefaultRoot() -
Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
-
- createDefaultUpButton() -
Method in class org.eclipse.gef.ui.palette.PaletteScrollBar
-
- createDeleteCommand(DeleteRequest) -
Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
-
- createDeleteCommand(DeleteRequest) -
Method in class org.eclipse.gef.editpolicies.RootComponentEditPolicy
-
- createDeleteCommand(DeleteRequest) -
Method in class org.eclipse.gef.editpolicies.ConnectionEditPolicy
- Deprecated.
- createDeleteCommand(List) -
Static method in class org.eclipse.gef.ui.actions.DeleteAction
- Create a command to remove the selected objects.
- createDirectEditRequest() -
Method in class org.eclipse.gef.tools.DirectEditManager
-
- createDragSourceFeedbackFigure() -
Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
-
- createDragTracker() -
Method in class org.eclipse.gef.handles.AbstractHandle
-
- createDragTracker() -
Method in class org.eclipse.gef.handles.ConnectionEndHandle
- Creates and returns a new
ConnectionEndpointTracker.
- createDragTracker() -
Method in class org.eclipse.gef.handles.ConnectionStartHandle
- Creates and returns a new
ConnectionEndpointTracker.
- createDragTracker() -
Method in class org.eclipse.gef.handles.BendpointHandle
- By default,
null is returned for the DragTracker.
- createDragTracker() -
Method in class org.eclipse.gef.handles.BendpointCreationHandle
- Creates and returns a new
ConnectionBendpointTracker.
- createDragTracker() -
Method in class org.eclipse.gef.handles.MoveHandle
-
- createDragTracker() -
Method in class org.eclipse.gef.handles.BendpointMoveHandle
- Creates and returns a new
ConnectionBendpointTracker.
- createDragTracker() -
Method in class org.eclipse.gef.handles.ResizeHandle
- Returns
null for the DragTracker.
- createDummyConnection(Request) -
Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
-
- createEditPart(EditPart, Object) -
Method in interface org.eclipse.gef.EditPartFactory
-
- createEditPart(EditPart, Object) -
Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
- createEditPolicies() -
Method in class org.eclipse.gef.editparts.AbstractEditPart
Creates
the initial EditPolicies and reserves slots for dynamic ones.
- createEditPolicies() -
Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
-
- createEditPolicies() -
Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
-
- createEditPolicies() -
Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
-
- createEditPolicies() -
Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
-
- createEditPolicies() -
Method in class org.eclipse.gef.ui.parts.RootTreeEditPart
-
- createEntryEditPart(EditPart, Object) -
Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
- createFigure() -
Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- Returns the figure to be used as this part's visuals.
- createFigure() -
Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
- Returns a newly created Figure to represent these type of
EditParts.
- createFigure() -
Method in class org.eclipse.gef.ui.palette.PaletteRootEditPart
-
- createFigure() -
Method in class org.eclipse.gef.ui.palette.CategoryEditPart
-
- createFigure() -
Method in class org.eclipse.gef.ui.palette.SliderPaletteEditPart
-
- createFigure() -
Method in class org.eclipse.gef.ui.palette.GroupEditPart
-
- createFigure() -
Method in class org.eclipse.gef.ui.palette.EntryEditPart
-
- createFigure() -
Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPart
-
- createFigure() -
Method in class org.eclipse.gef.ui.parts.FreeformGraphicalRootEditPart
-
- createFigure() -
Method in class org.eclipse.gef.ui.parts.GraphicalRootEditPartWithOverview
-
- createGraphicalViewer(Composite) -
Method in class org.eclipse.gef.ui.parts.GraphicalEditor
- Creates the GraphicalViewer on the specified
Composite.
- createGroupEditPart(EditPart, Object) -
Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
- createHoverRequest() -
Method in class org.eclipse.gef.tools.SelectionTool
-
- createLabel() -
Method in class org.eclipse.gef.ui.palette.EntryEditPart
-
- createListener() -
Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
-
- createMainPaletteEditPart(EditPart, Object) -
Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
- createMoveChildCommand(EditPart, EditPart) -
Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
-
- createOperationSet() -
Method in class org.eclipse.gef.tools.AbstractTool
- Creates and returns a List of
EditParts that the tool
will be working with.
- createOperationSet() -
Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
-
- createOperationSet() -
Method in class org.eclipse.gef.tools.DragEditPartsTracker
-
- createOperationSet() -
Method in class org.eclipse.gef.tools.ResizeTracker
-
- createOrFindConnection(Object) -
Method in class org.eclipse.gef.editparts.AbstractEditPart
-
- createPartControl(Composite) -
Method in class org.eclipse.gef.ui.console.DebugGEF
-
- createPartControl(Composite) -
Method in class org.eclipse.gef.ui.parts.GraphicalEditor
- Realizes the Editor by creating it's Control.
- createPartControl(Composite) -
Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
-
- CreateRequest - class org.eclipse.gef.requests.CreateRequest.
- A Request to create a new object.
- CreateRequest.Factory - interface org.eclipse.gef.requests.CreateRequest.Factory.
- A simple interface for instantiating an object
- CreateRequest.SimpleFactory - class org.eclipse.gef.requests.CreateRequest.SimpleFactory.
- A simple implementation of a Factory that knows how to
call the default constructor for a given Java class.
- CreateRequest.SimpleFactory(Class) -
Constructor for class org.eclipse.gef.requests.CreateRequest.SimpleFactory
- Creates a SimpleFactory.
- CreateRequest() -
Constructor for class org.eclipse.gef.requests.CreateRequest
- Creates a CreateRequest with the default type.
- CreateRequest(Object) -
Constructor for class org.eclipse.gef.requests.CreateRequest
- Creates a CreateRequest with the given type.
- createSelectionHandles() -
Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
-
- createSelectionHandles() -
Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
- Creates selection handles for the bendpoints.
- createSelectionHandles() -
Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
-
- createSelectionHandles() -
Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
-
- createSelectionHandles() -
Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
-
- createSourceRequest() -
Method in class org.eclipse.gef.tools.SimpleDragTracker
- Creates and returns a new Request.
- createSourceRequest() -
Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
-
- createSourceRequest() -
Method in class org.eclipse.gef.tools.ResizeTracker
-
- createTargetRequest() -
Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
- Creates and returns a new Request.
- createTargetRequest() -
Method in class org.eclipse.gef.tools.TargetingTool
-
- createTargetRequest() -
Method in class org.eclipse.gef.tools.SelectionTool
-
- createTargetRequest() -
Method in class org.eclipse.gef.tools.DragEditPartsTracker
-
- createTargetRequest() -
Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
-
- createTargetRequest() -
Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
-
- createTargetRequest() -
Method in class org.eclipse.gef.tools.DragTreeItemsTracker
-
- createTargetRequest() -
Method in class org.eclipse.gef.tools.CreationTool
-
- createUndoablePropertySheetEntry(CommandStack) -
Static method in class org.eclipse.gef.GEFPlugin
- Create a root undoable property sheet entry.
- CreationTool - class org.eclipse.gef.tools.CreationTool.
-
- CreationTool() -
Constructor for class org.eclipse.gef.tools.CreationTool
-
- CreationTool(CreateRequest.Factory) -
Constructor for class org.eclipse.gef.tools.CreationTool
-
- CURSOR_PLUG -
Static variable in class org.eclipse.gef.SharedCursors
-
- CURSOR_TREE_ADD -
Static variable in class org.eclipse.gef.SharedCursors
-
- CURSOR_TREE_MOVE -
Static variable in class org.eclipse.gef.SharedCursors
-
activate().
Override this
method to remove any listeners established in AbstractEditPart.activate(),
and ALWAYS call super.deactivate() to ensure
that children, etc., are also deactivated.
Deactivates all installed EditPolicies.
null.
TransferDragSourceListeners to be added
to it.TransferDropTargetListeners to be added
to it.DeleteAction with a default label.
DeleteAction with a default label.
DeleteAction with the given label.
DeleteAction with the given label.
Disposable interface so they can perform
their own clean-up.
null.
Erases source feedback for the given Request.
null.
Erases target feedback for the given Request.
Command.
null or the EditPart at the given mouse location.
Data of the TreeItem at the given point.
null or the EditPart at the given mouse location,
excluding all EditParts in the Collection
c.
Data of the TreeItem at the given point.
Images
and ImageDescriptors.Iterator of all the actions.
Returns the adapter of the given type, for example: IPropertySource.
CornerTriangleBorder.isPrimary().
Returns a non-null List containing the children EditParts.
Returns null or a command that performs the operation
specified by the Request.
Cursor.
Request objects that is used to calculate enabled state and
Cursor.
EditDomain to which the viewer belongs
null or the EditPolicy installed with the given key.
CornerTriangleBorder.isPrimary().
SharedImageConstants.
SharedImageConstants.
null.
LayerManager from
Locator associated with this handle.
Returns the primary model object for
this EditPart.
Returns a List containing the children model objects.
Returns a List of the connection model objects
for which this EditPart's model is the source.
Returns a List of the connection model objects
for which this EditPart's model is the target.
GraphicalEditPart associated with
this handle.
CommandStack.redo() is called.
List containing the currently
selected objects.
null
null
null.
Returns the EditPart which is the
target of the Request.
CommandStack.undo() is called.
Figure.Handles.TOGGLE_MODE or
APPEND_MODE depending on the keyboard input.
true when overriding this method.
detail field to DND.DROP_NONE if its
data field is null.
true when overriding this method.
EditPolicies
is returned
CommandStackListener to
the CommandStack.
ISelectionListener to
the selection service.
IPropertyListeners.
from GEFPlugin.getImage(String).
from GEFPlugin.getImage(String).
from GEFPlugin.getImage(String).
AbstractEditPart.doInitialize() if AbstractEditPart.shouldInitialize() returns true.
true if the tool is active.
true if the ALT key is pressed.
true if any of the 3 mouse buttons are pressed.
true if the CTRL key is pressed.
true if there are no listeners to delegate events to.
true if there are no listeners to delegate the events to.
EditorPartAction.DYNAMIC style,
Action.isEnabled() is called.
true if this listener can handle the drop
based on the given DropTargetEvent.
true if one of the TransferData types in the event is
supported by this listener.
true if the tool is hovering.
true if the tool is in the given state.
true if button # which (1, 2, or 3)
is pressed.
true if the handle's owner is the
primary object in the selection.
true if this border is for the
primary object in the selection.
true if the model needs to be saved.
true if the SHIFT key is pressed.
true if feedback is being shown.
true if the mouse has been dragged past
the drag threshold.
GraphicalEditParts.GraphicalEditPart
using a default Locator.
GraphicalEditPart
using the given Locator.
MoveHandles.ref.
EditPolicy
GraphicalEditPart
using a default Locator.
GraphicalEditPart
using the given Locator.
PaletteViewer.Palette.
Performs the actual addition of a source connection.
Performs the actual addition of a target connection.
Deactivates and then activates
this tool.
RedoAction and associates it with the
given editor.
Refreshes all properties visually
displayed by this EditPart.
Refreshes the set of Children.
Refreshes the set of Source Connections.
Refreshes the set of Target Connections.
Refreshes this part's visuals.
Registers itself in the viewer's various registries.
figures after
this method is called.
Removes a child EditPart.
Removes a listener.
Uninstalls the edit policy if present.
Removes the given connection for which this EditPart is the source.
Removes the given connection for which this EditPart is the target.
Bubbles and EditPart forward into a lower index than it
previously occupied.
Bubbles the given source ConnectionEditPart into a lower index than it
previously occupied.
Bubbles the given target ConnectionEditPart into a lower index than it
previously occupied.
SaveAction and associates it with the
given editor.
SelectionAction and associates it with the
given editor.
SelectionAction and associates it with the
given editor.
Set the primary model object that this EditPart represents.
which to be pressed if
state is true.
Sets the parent.
Sets the parent EditPart.
isPrimary
is true.
Sets the selected state.
sets the selected state of this EditPart.
true will cause the tool
to be unloaded after one operation has finished
GEFPlugin.
determines whether AbstractEditPart.doInitialize() should be called.
Shows source feedback for the given Request.
null.
Shows target feedback for the given Request.
GraphicalEditPart
using the given Locator.
GraphicalEditPart
with the given Cursor using the given Locator.
StackAction and associates it with the
given editor.
start to state end and returns
true if successful.
Requests or other high-level interpretations of
raw event data.
Describes this EditPart for developmental debugging purposes.
Returns true if this EditPart understand the given Request.
UndoAction and associates it with the
given editor.
UnexecutableCommand.INSTANCE that cannot execute.CommandStackListener from the
CommandStack.
IPropertyListeners.
null.
true if the tool is set to unload when
its current operation is complete.
Undoes any registration performed by AbstractEditPart.register().
UnexecutableCommand.INSTANCE, if there are no commands,
the one command, if there is exactly one command,
or this, if there are multiple commands;
this command is CompoundCommand.dispose()d in the first two cases.
|
GEF v2.0 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||