Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- CACHE_COLLAPSE - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- CACHE_COLUMNS_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- CACHE_DETAILS_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- CACHE_FONT - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- CACHE_ICONS_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- CACHE_LAYOUT - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
HashMap keys used for caching the various settings displayed in this dialog.
- CACHE_LIST_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- cacheSettings() - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
This method saves the various settings in this dialog, so that they can be restored later on if "Cancel" is pressed.
- calculateAlignmentRectangle(Request) - Method in class org.eclipse.gef.ui.actions.AlignmentAction
-
Returns the alignment rectangle to which all selected parts should be aligned.
- calculateCursor() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
- calculateCursor() - Method in class org.eclipse.gef.tools.AbstractTool
-
Returns the appropriate cursor for the tools current state.
- calculateCursor() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
-
Returns a custom "plug" cursor if this tool is in the initial, drag or accessible drag state.
- calculateCursor() - Method in class org.eclipse.gef.tools.CreationTool
- calculateCursor() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
- calculateCursor() - Method in class org.eclipse.gef.tools.SimpleDragTracker
- calculateEditorTrim(Canvas) - Static method in class org.eclipse.gef.ui.rulers.RulerComposite
-
Calculates the proper trim.
- calculateEnabled() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
- calculateEnabled() - Method in class org.eclipse.gef.ui.actions.CopyTemplateAction
-
Returns whether the selected EditPart is a TemplateEditPart.
- calculateEnabled() - Method in class org.eclipse.gef.ui.actions.DeleteAction
-
Returns
true
if the selected objects can be deleted. - calculateEnabled() - Method in class org.eclipse.gef.ui.actions.DirectEditAction
-
returns
true
if there is exactly 1 EditPart selected that understand a request of type:RequestConstants.REQ_DIRECT_EDIT
. - calculateEnabled() - Method in class org.eclipse.gef.ui.actions.MatchSizeAction
- calculateEnabled() - Method in class org.eclipse.gef.ui.actions.PasteTemplateAction
- calculateEnabled() - Method in class org.eclipse.gef.ui.actions.PrintAction
- calculateEnabled() - Method in class org.eclipse.gef.ui.actions.RedoAction
- calculateEnabled() - Method in class org.eclipse.gef.ui.actions.SaveAction
- calculateEnabled() - Method in class org.eclipse.gef.ui.actions.UndoAction
- calculateEnabled() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
-
Calculates and returns the enabled state of this action.
- calculateMarqueeSelectedEditParts() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
-
Called from
MarqueeSelectionTool.performMarqueeSelect()
to determine thoseGraphicalEditPart
s that are affected by the current marquee selection. - calculateRulerTrim(Canvas) - Static method in class org.eclipse.gef.ui.rulers.RulerComposite
-
Calculates the proper trim for the ruler.
- canAdd(PaletteContainer, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
-
Return true if this container can accept this entry as a new child.
- canCreate(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
-
You can always create a new container.
- canCreate(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
-
This method is called by the
PaletteCustomizerDialog
to determine whether to enable or disable this action on the toolbar and the context menu. - canCreate(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteStackFactory
- canDelete(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
-
Indicates whether the given entry can be deleted from the model or not.
- canExecute() - Method in class org.eclipse.gef.commands.Command
- canExecute() - Method in class org.eclipse.gef.commands.CompoundCommand
- canExecute() - Method in class org.eclipse.gef.commands.UnexecutableCommand
- canExecute() - Method in class org.eclipse.gef.ui.properties.SetPropertyValueCommand
- canMoveDown(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
-
Indicates whether the given entry can be moved down or not.
- canMoveUp(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
-
Indicates whether the given entry can be moved up or not.
- canRedo() - Method in class org.eclipse.gef.commands.Command
- canRedo() - Method in class org.eclipse.gef.commands.CommandStack
- canRedo() - Method in class org.eclipse.gef.commands.CompoundCommand
- canUndo() - Method in class org.eclipse.gef.commands.Command
- canUndo() - Method in class org.eclipse.gef.commands.CommandStack
- canUndo() - Method in class org.eclipse.gef.commands.CompoundCommand
- canUndo() - Method in class org.eclipse.gef.commands.UnexecutableCommand
- CellEditorLocator - Interface in org.eclipse.gef.tools
-
Constraint for placing
CellEditors
. - chain(Command) - Method in class org.eclipse.gef.commands.Command
-
Returns a Command that represents the chaining of a specified Command to this Command.
- ChangeBoundsRequest - Class in org.eclipse.gef.requests
-
A Request to change the bounds of 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.
- ChangeIconSizeAction - Class in org.eclipse.gef.ui.palette
-
This action toggles the "Use Large Icons" option for the current layout mode of the palette.
- ChangeIconSizeAction(PaletteViewerPreferences) - Constructor for class org.eclipse.gef.ui.palette.ChangeIconSizeAction
-
Constructor
- checkTreeItem() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
-
Convenience method that returns
true
if the widget is a TreeItem and is safe to use. - 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
-
The List of children EditParts
- children - Variable in class org.eclipse.gef.palette.PaletteContainer
-
This container's contents
- clearConsole() - Static method in class org.eclipse.gef.GEF
-
Deprecated.Clears the trace console if active
- clearProblem() - Method in interface org.eclipse.gef.ui.palette.customize.EntryPageContainer
-
Clears the error.
- clearProblem() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
This method should be invoked by EntryPages when an error that they had earlier reported (using
PaletteCustomizerDialog.showProblem(String)
) is fixed. - CLIENT_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
Sub-classes that need to create their own unique IDs should do so by adding to this ID.
- CLIENT_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
Sub - classes that need to create their own unique IDs should do so by adding to this ID.
- Clipboard - Class in org.eclipse.gef.ui.actions
-
A GEF clipboard for cut/copy/paste actions between GEF editors.
- Clipboard() - Constructor for class org.eclipse.gef.ui.actions.Clipboard
-
Deprecated.
- close() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
NOTE: This dialog can be re-opened.
- close() - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- COLLAPSE_ALWAYS - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
-
This is a constant for one of the auto-collapse options.
- COLLAPSE_ALWAYS_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- COLLAPSE_ALWAYS_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
-
The String "&Always close when opening another drawer"
- COLLAPSE_AS_NEEDED - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
-
This is a constant for one of the auto-collapse options.
- COLLAPSE_AS_NEEDED_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
-
The String "Close automatically &when there is not enough room"
- COLLAPSE_NEEDED_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- COLLAPSE_NEVER - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
-
This is a constant for one of the auto-collapse options.
- COLLAPSE_NEVER_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- COLLAPSE_NEVER_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
-
The String "&Never close"
- COLLAPSE_OPTIONS_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
-
The String "Drawer options: "
- cols - Variable in class org.eclipse.gef.SnapToGeometry
-
The vertical columns being snapped to.
- CombinedTemplateCreationEntry - Class in org.eclipse.gef.palette
-
A combination of a
PaletteTemplateEntry
andToolEntry
. - CombinedTemplateCreationEntry(String, String, Object, CreationFactory, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.CombinedTemplateCreationEntry
-
Constructs an entry with the given creation factory and template.
- CombinedTemplateCreationEntry(String, String, CreationFactory, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.CombinedTemplateCreationEntry
-
Constructs an entry with the given creation factory.
- Command - Class in org.eclipse.gef.commands
-
An Abstract implementation of
Command
. - Command() - Constructor for class org.eclipse.gef.commands.Command
-
Constructs a Command with no label.
- Command(String) - Constructor for class org.eclipse.gef.commands.Command
-
Constructs a Command with the specified label.
- CommandStack - Class in org.eclipse.gef.commands
-
An implementation of a command stack.
- CommandStack() - Constructor for class org.eclipse.gef.commands.CommandStack
-
Constructs a new command stack.
- commandStackChanged(EventObject) - Method in interface org.eclipse.gef.commands.CommandStackListener
-
Deprecated.Called when the
CommandStack
's state has changed. - commandStackChanged(EventObject) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
-
When the command stack changes, the actions interested in the command stack are updated.
- CommandStackEvent - Class in org.eclipse.gef.commands
-
Instances of this class are sent whenever stack events occur.
- CommandStackEvent(CommandStack, Command, int) - Constructor for class org.eclipse.gef.commands.CommandStackEvent
-
Constructs a new event instance.
- CommandStackEventListener - Interface in org.eclipse.gef.commands
-
A listener interface for receiving notification before and after commands are executed, undone, or redone.
- CommandStackListener - Interface in org.eclipse.gef.commands
-
Deprecated.Use
CommandStackEventListener
instead and filter for post-events usingCommandStack.POST_MASK
. - commit() - Method in class org.eclipse.gef.tools.DirectEditManager
-
Commits the current value of the cell editor by getting a
Command
from the source edit part and executing it via theCommandStack
. - commitDrag() - Method in interface org.eclipse.gef.DragTracker
-
The
SelectionTool
supports keyboard accessible drags. - commitDrag() - Method in class org.eclipse.gef.tools.AbstractTool
-
Added for compatibility.
- commitDrag() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
-
Erases source and target feedback and executes the current command.
- commitDrag() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
-
Erases feedback and calls
DragEditPartsTracker.performDrag()
. - commitDrag() - Method in class org.eclipse.gef.tools.ResizeTracker
- commitDrag() - Method in class org.eclipse.gef.tools.SimpleDragTracker
- COMPONENT_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
-
The key used to install a component EditPolicy.
- ComponentEditPolicy - Class in org.eclipse.gef.editpolicies
-
A model-based EditPolicy for components within a container.
- ComponentEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ComponentEditPolicy
- CompoundCommand - Class in org.eclipse.gef.commands
-
An aggregation of multiple
Commands
. - CompoundCommand() - Constructor for class org.eclipse.gef.commands.CompoundCommand
-
Constructs an empty CompoundCommand
- CompoundCommand(String) - Constructor for class org.eclipse.gef.commands.CompoundCommand
-
Constructs an empty CompoundCommand with the specified label.
- CompoundSnapToHelper - Class in org.eclipse.gef
-
Combines multiple SnapToHelpers into one compound helper.
- CompoundSnapToHelper(SnapToHelper[]) - Constructor for class org.eclipse.gef.CompoundSnapToHelper
-
Constructs a compound snap to helper which will delegate to the provided array of helpers.
- computeWidth(Control) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
-
Computes the width required by control
- configureGraphicalViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
-
Called to configure the graphical viewer before it receives its contents.
- configurePaletteViewer() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
-
Called to configure the viewer before it receives its contents.
- configurePaletteViewer(PaletteViewer) - Method in class org.eclipse.gef.ui.palette.PaletteViewerProvider
-
This method is invoked from
PaletteViewerProvider.createPaletteViewer(Composite)
. - configureShell(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
- configureShell(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- CONNECTION_BENDPOINTS_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
-
The key used to install a bendpoint EditPolicy.
- CONNECTION_ENDPOINTS_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
-
The key used to install a connection endpoint 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
-
The key used to install a connection EditPolicy.
- ConnectionBendpointTracker - Class in org.eclipse.gef.tools
-
A tracker for creating new bendpoints or dragging existing ones.
- ConnectionBendpointTracker() - Constructor for class org.eclipse.gef.tools.ConnectionBendpointTracker
-
Null constructor.
- ConnectionBendpointTracker(ConnectionEditPart, int) - Constructor for class org.eclipse.gef.tools.ConnectionBendpointTracker
-
Constructs a tracker for the given connection and index.
- ConnectionCreationTool - Class in org.eclipse.gef.tools
-
The default creation tool for connections.
- ConnectionCreationTool() - Constructor for class org.eclipse.gef.tools.ConnectionCreationTool
-
Default Constructor.
- ConnectionCreationTool(CreationFactory) - Constructor for class org.eclipse.gef.tools.ConnectionCreationTool
-
Constructs a new ConnectionCreationTool with the given factory.
- ConnectionCreationToolEntry - Class in org.eclipse.gef.palette
-
A palette ToolEntry for a
ConnectionCreationTool
. - ConnectionCreationToolEntry(String, String, CreationFactory, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.ConnectionCreationToolEntry
-
Constructor for ConnectionCreationToolEntry.
- ConnectionDragCreationTool - Class in org.eclipse.gef.tools
-
A connection creation tool that implements DragTracker.
- ConnectionDragCreationTool() - Constructor for class org.eclipse.gef.tools.ConnectionDragCreationTool
-
Default constructor.
- ConnectionDragCreationTool(CreationFactory) - Constructor for class org.eclipse.gef.tools.ConnectionDragCreationTool
-
Constructs a new ConnectionDragCreationTool with the given factory.
- ConnectionEditPart - Interface in org.eclipse.gef
-
A specialization of
GraphicalEditPart
for representing connections. - ConnectionEditPolicy - Class in org.eclipse.gef.editpolicies
-
A model-based EditPolicy for connections.
- ConnectionEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ConnectionEditPolicy
- ConnectionEndHandle - Class in org.eclipse.gef.handles
-
Deprecated.
- ConnectionEndHandle() - Constructor for class org.eclipse.gef.handles.ConnectionEndHandle
-
Deprecated.Creates a new ConnectionEndHandle.
- ConnectionEndHandle(ConnectionEditPart) - Constructor for class org.eclipse.gef.handles.ConnectionEndHandle
-
Deprecated.Creates a new ConnectionEndHandle, sets its owner to
owner
, and sets its locator to aConnectionLocator
. - ConnectionEndHandle(ConnectionEditPart, boolean) - Constructor for class org.eclipse.gef.handles.ConnectionEndHandle
-
Deprecated.Creates a new ConnectionEndHandle with its owner set to
owner
. - ConnectionEndpointEditPolicy - Class in org.eclipse.gef.editpolicies
-
A selection handle policy for placing handles at the two ends of a ConnectionEditPart.
- ConnectionEndpointEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
- ConnectionEndpointHandle - Class in org.eclipse.gef.handles
-
A handle used at the start or end of the
Connection
. - ConnectionEndpointHandle(int) - Constructor for class org.eclipse.gef.handles.ConnectionEndpointHandle
-
Creates a new ConnectionStartHandle.
- ConnectionEndpointHandle(ConnectionEditPart, boolean, int) - Constructor for class org.eclipse.gef.handles.ConnectionEndpointHandle
-
Creates a new ConnectionStartHandle and sets its owner to
owner
. - ConnectionEndpointHandle(ConnectionEditPart, int) - Constructor for class org.eclipse.gef.handles.ConnectionEndpointHandle
-
Creates a new ConnectionStartHandle, sets its owner to
owner
, and sets its locator to aConnectionLocator
. - ConnectionEndpointTracker - Class in org.eclipse.gef.tools
-
A DragTracker that moves the endpoint of a connection to another location.
- ConnectionEndpointTracker(ConnectionEditPart) - Constructor for class org.eclipse.gef.tools.ConnectionEndpointTracker
-
Constructs a new ConnectionEndpointTracker for the given ConnectionEditPart.
- connectionFeedback - Variable in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
-
The connection feedback displayed during creates
- ConnectionHandle - Class in org.eclipse.gef.handles
-
The base implementation for handles used with editparts whose figure is 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
-
Creates a new handle with the given fixed setting.
- ConnectionStartHandle - Class in org.eclipse.gef.handles
-
Deprecated.
- ConnectionStartHandle() - Constructor for class org.eclipse.gef.handles.ConnectionStartHandle
-
Deprecated.Creates a new ConnectionStartHandle.
- ConnectionStartHandle(ConnectionEditPart) - Constructor for class org.eclipse.gef.handles.ConnectionStartHandle
-
Deprecated.Creates a new ConnectionStartHandle, sets its owner to
owner
, and sets its locator to aConnectionLocator
. - ConnectionStartHandle(ConnectionEditPart, boolean) - Constructor for class org.eclipse.gef.handles.ConnectionStartHandle
-
Deprecated.Creates a new ConnectionStartHandle and sets its owner to
owner
. - constantSelection - Variable in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
-
The unmodifiable list of selected editparts.
- ConstrainedLayoutEditPolicy - Class in org.eclipse.gef.editpolicies
-
For use with
LayoutManager
that require a constraint. - ConstrainedLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
- container - Variable in class org.eclipse.gef.SnapToGeometry
-
The container editpart providing the coordinates and the children to which snapping occurs.
- container - Variable in class org.eclipse.gef.SnapToGrid
-
The graphical part whose content's figure defines the grid.
- container - Variable in class org.eclipse.gef.SnapToGuides
-
The graphical editpart to which guides are relative.
- CONTAINER_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
-
The key used to install a container EditPolicy.
- ContainerEditPolicy - Class in org.eclipse.gef.editpolicies
-
An EditPolicy for use with container editparts.
- ContainerEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ContainerEditPolicy
- 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 in org.eclipse.gef.ui.parts
-
A adapter for an outline page containing a single EditPartViewer.
- ContentOutlinePage(EditPartViewer) - Constructor for class org.eclipse.gef.ui.parts.ContentOutlinePage
-
Constructs a ContentOutlinePage for the given viewer.
- contents - Variable in class org.eclipse.gef.editparts.GraphicalRootEditPart
-
Deprecated.The contents
- CONTEXT_TEXT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
-
The ID for the GEF Text Context.
- ContextMenuProvider - Class in org.eclipse.gef
-
Extends MenuManager to allow populating the menu directly from the manager itself.
- ContextMenuProvider(EditPartViewer) - Constructor for class org.eclipse.gef.ContextMenuProvider
-
Constructs a context menu for the specified EditPartViewer.
- convert(EditPartViewer, EditPart) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
-
Maps the given editpart from one viewer to an editpart in another viewer.
- convertLayoutToPreferenceName(int) - Static method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
-
This is a convenience method that converts the given layout mode to the matching preference name.
- convertPreferenceNameToLayout(String) - Static method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
-
This convenience method converts the given preference to the matching layout mode.
- CopyRetargetAction - Class in org.eclipse.gef.ui.actions
-
Deprecated.Use org.eclipse.ui.actions.ActionFactory instead
- CopyRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.CopyRetargetAction
-
Deprecated.Constructs a new CopyRetargetAction with the default ID, label and image.
- CopyTemplateAction - Class in org.eclipse.gef.ui.actions
-
Copies the currently selected template in the palatte to the system clipboard.
- CopyTemplateAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.CopyTemplateAction
-
Constructs a new CopyTemplateAction.
- CornerTriangleBorder - Class in org.eclipse.gef.handles
-
Deprecated.this class is no longer used
- CornerTriangleBorder(boolean) - Constructor for class org.eclipse.gef.handles.CornerTriangleBorder
-
Deprecated.Creates a new
CornerTriangleBorder
. - createActions() - Method in class org.eclipse.gef.ui.palette.LayoutAction
- createActions() - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
-
Creates actions for this editor.
- createAddCommand(EditPart, Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
-
Deprecated.
- createAddCommand(EditPart, EditPart) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
-
Returns the
Command
to add the specified child after a referenceEditPart
. - createAddCommand(ChangeBoundsRequest, EditPart, Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
-
Returns the
Command
to perform an Add with the specified child and constraint. - createButton(Composite, int, String, int, ImageDescriptor) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
This method should not be used to create buttons for the button bar.
- createButton(Composite, int, String, int, ImageDescriptor) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
This method should not be used to create buttons for the button bar.
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
Creates the OK, Cancel and Apply buttons
- createCellEditorOn(Composite) - Method in class org.eclipse.gef.tools.DirectEditManager
-
Creates the cell editor on the given composite.
- createChangeConstraintCommand(EditPart, Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
-
Deprecated.
- createChangeConstraintCommand(ChangeBoundsRequest, EditPart, Object) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
-
The request is now made available when creating the change constraint command.
- createChild(Object) - Method in class org.eclipse.gef.editparts.AbstractEditPart
-
Create the child
EditPart
for the given model object. - createChildEditPolicy(EditPart) - Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
-
A
ResizableEditPolicy
is used by default for children. - createChildEditPolicy(EditPart) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
-
Returns the "satellite" EditPolicy used to decorate the child.
- createChildEditPolicy(EditPart) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
-
Since Ordered layouts generally don't use constraints, a
NonResizableEditPolicy
is used by default for children. - createChildEntry() - Method in class org.eclipse.gef.ui.properties.UndoablePropertySheetEntry
- createColumnsOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
Creates and initializes (i.e. loads the current settings from PaletteViewerPreferences) the options for columns layout.
- createConnection(Object) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
-
Creates a
ConnectionEditPart
for the given model. - createConnectionFeedbackFigure(ConnectionEditPart) - Method in class org.eclipse.gef.editpolicies.ScrollableSelectionFeedbackEditPolicy
-
Creates a ghost image feedback figure for the given
ConnectionEditPart
's figure and adds it to the feedback layer. - createConnectionFeedbackFigures() - Method in class org.eclipse.gef.editpolicies.ScrollableSelectionFeedbackEditPolicy
-
Creates the connection layer feedback figures.
- CreateConnectionRequest - Class in org.eclipse.gef.requests
-
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
-
Optionally creates the default
Control
using the default style. - createControl(Composite) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
-
Creates and returns the control for this contribution item under the given parent composite.
- createControl(Composite) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- createControl(Composite) - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
-
Forwards the createControl request to the editpartviewer.
- createControl(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.CustomPalettePage
- createControl(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
- createControl(Composite) - Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
- 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.views.palette.PaletteViewerPage
-
Creates the palette viewer and its control.
- createControl(Composite, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
- createControl(Composite, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
- createControl(Composite, PaletteEntry) - Method in interface org.eclipse.gef.ui.palette.customize.EntryPage
-
Creates the Control that displays the properties of the given entry.
- createDefault() - Static method in class org.eclipse.gef.SelectionManager
-
Creates the default implementation for a selection manager.
- createDefaultPage(PageBook) - Method in class org.eclipse.gef.ui.views.palette.PaletteView
-
Creates a default page saying that a palette is not available.
- createDefaultRoot() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
- createDefaultRoot() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
-
Creates the default root editpart.
- createDeleteCommand(List) - Method in class org.eclipse.gef.ui.actions.DeleteAction
-
Create a command to remove the selected objects.
- createDeleteCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
-
Override to contribute to the component's being deleted.
- createDeleteCommand(GroupRequest) - Method in class org.eclipse.gef.editpolicies.RootComponentEditPolicy
-
Overridden to prevent the host from being deleted.
- createDescText(Composite) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
-
Creates the
Text
where the description of the entry is to be displayed. - createDetailsOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
Creates and initializes (i.e. loads the current settings from PaletteViewerPreferences) the options for details layout.
- createDialogArea(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
The dialog area contains the following: Outline (
PaletteCustomizerDialog.createOutline(Composite)
) Properties Panel (PaletteCustomizerDialog.createPropertiesPanel(Composite)
) - createDialogArea(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- createDirectEditRequest() - Method in class org.eclipse.gef.tools.DirectEditManager
-
Creates and returns the DirectEditRequest.
- createDragHandle(List, int) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
-
Creates a 'resize'/'drag' handle, which uses a
DragEditPartsTracker
in caseNonResizableEditPolicy.isDragAllowed()
returns true, and aSelectEditPartTracker
otherwise. - createDragSourceFeedbackFigure() - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
-
Creates the figure used for feedback.
- createDragTracker() - Method in class org.eclipse.gef.handles.AbstractHandle
-
Creates a new drag tracker to be returned by getDragTracker().
- createDragTracker() - Method in class org.eclipse.gef.handles.BendpointCreationHandle
-
Creates and returns a new
ConnectionBendpointTracker
. - 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.BendpointMoveHandle
-
Creates and returns a new
ConnectionBendpointTracker
. - createDragTracker() - Method in class org.eclipse.gef.handles.ConnectionEndpointHandle
-
Creates and returns a new
ConnectionEndpointTracker
. - createDragTracker() - Method in class org.eclipse.gef.handles.MoveHandle
-
Overridden to create a
DragEditPartsTracker
. - createDragTracker() - Method in class org.eclipse.gef.handles.ResizeHandle
-
Returns
null
for the DragTracker. - createDrawerCollapseOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
Creates and initializes (i.e., loads the current value from the PaletteViewerPreferences) the part of the dialog where the options to close drawers will be displayed.
- createDrawerEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
Create DrawerEditPart - edit part for PaletteDrawer
- createDummyConnection(Request) - Method in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
-
Returns a connection to be used as feeback during creates.
- createEditPart(EditPart, Object) - Method in interface org.eclipse.gef.EditPartFactory
-
Creates a new EditPart given the specified context and model.
- 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/or reserves slots for dynamic ones.
- createEditPolicies() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
-
Override this method to install the EditPolicies for your EditPart.
- createEditPolicies() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
-
Deprecated.
- createEditPolicies() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
- createEditPolicies() - Method in class org.eclipse.gef.editparts.SimpleRootEditPart
-
No editpolicies are installed on a RootEditPart by default.
- createEntryEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
Create ToolEntryEditPart - edit part for ToolEntry
- 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.editparts.AbstractGraphicalEditPart
-
Creates the
Figure
to be used as this part's visuals. - createFigure() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
- createFigure() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
-
Deprecated.
- createFigure() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
- createFigure() - Method in class org.eclipse.gef.editparts.SimpleRootEditPart
-
The default root figure is a figure with a stack layout.
- createFlyoutPreferences(Preferences) - Static method in class org.eclipse.gef.ui.palette.FlyoutPaletteComposite
-
This is a convenient method to get a default FlyoutPreferences object.
- createFontSettings(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
Creates and initializes (i.e. loads the current settings from PaletteViewerPreferences) the part of the dialog that displays the font settings.
- createGraphicalViewer(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
-
Creates the GraphicalViewer on the specified
Composite
. - createGridLayer() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
-
Creates a
grid
. - createGridLayer() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
-
Creates a
grid
. - createGroupEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
Create GroupEditPart - edit part for PaletteGroup
- CreateGuideAction - Class in org.eclipse.gef.ui.actions
-
An Action that creates a guide on a ruler and reveals it.
- CreateGuideAction(EditPartViewer) - Constructor for class org.eclipse.gef.ui.actions.CreateGuideAction
-
Constructor
- createHiddenCheckBox(Composite) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
-
Creates the
Button
(CheckBox) for indicating the hidden status of the entry. - createHoverRequest() - Method in class org.eclipse.gef.tools.SelectionTool
-
Creates the hover request (a
LocationRequest
) and sets its type toRequestConstants.REQ_SELECTION_HOVER
. - createIconsOnlyOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
Creates and initializes (i.e. loads the current settings from PaletteViewerPreferences) the options for icons layout.
- createLabel(Composite, int, String) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
-
Creates a label
- createLayers(LayeredPane) - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
-
Creates the top-most set of layers on the given layered pane.
- createLayers(LayeredPane) - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
- createLayers(LayeredPane) - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
-
Creates the top-most set of layers on the given layered pane
- createLayoutOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
Creates the part of the dialog that displays the various options for the selected layout.
- createLayoutSettings(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
Creates the part of the dialog that displays the lists the available layout modes.
- createLightweightSystem() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
-
Creates the lightweight system used to host figures.
- createListener() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
-
creates the EditPartListener for observing when children are added to the host.
- createListOptions(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
Creates and initializes (i.e. loads the current settings from PaletteViewerPreferences) the options for list layout.
- createMainPaletteEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
Create SliderPaletteEditPart - edit part for PaletteRoot
- createMarqueeRectangleFigure() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
-
create a new marquee rectangle feedback figure Sub classes my provide their own feedback rectangle
- createMoveChildCommand(EditPart, EditPart) - Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
-
Returns the
Command
to move the specified child before the given referenceEditPart
. - createMoveHandle(List) - Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
-
Creates a 'move' handle, which uses a
DragEditPartsTracker
in caseNonResizableEditPolicy.isDragAllowed()
returns true, and aSelectEditPartTracker
otherwise. - createNameText(Composite) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
-
Creates the Text where the name of the entry is to be displayed.
- createNewEntry(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteDrawerFactory
- createNewEntry(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
-
Create the PaletteEntry
- createNewEntry(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteGroupFactory
- createNewEntry(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSeparatorFactory
- createNewEntry(Shell) - Method in class org.eclipse.gef.ui.palette.customize.PaletteStackFactory
- createNewEntry(Shell, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
-
This method is called when a new palette entry of the type supported by this
PaletteEntryFactory
is to be created. - createNewEntry(Shell, PaletteEntry) - Method in class org.eclipse.gef.ui.palette.customize.PaletteStackFactory
- createNodeFeedbackFigure(GraphicalEditPart) - Method in class org.eclipse.gef.editpolicies.ScrollableSelectionFeedbackEditPolicy
-
Creates a ghost image feedback figure for the given
GraphicalEditPart
's figure and adds it to the feedback layer. - createNodeFeedbackFigures() - Method in class org.eclipse.gef.editpolicies.ScrollableSelectionFeedbackEditPolicy
-
Creates the primary layer feedback figures.
- createOpenDrawerInitiallyOption(Composite) - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
-
Creates the button that provides the option to pin a drawer open at start-up.
- createOperationSet() - Method in class org.eclipse.gef.tools.AbstractTool
-
Returns a new List of editparts that this tool is operating on.
- createOperationSet() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
- createOperationSet() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
-
Returns a List of top-level edit parts excluding dependants (by calling
ToolUtilities.getSelectionWithoutDependants(EditPartViewer)
that understand the current target request (by callingToolUtilities.filterEditPartsUnderstanding(List, Request)
. - createOperationSet() - Method in class org.eclipse.gef.tools.ResizeTracker
-
Returns all selected parts which understand resizing.
- createOptionsPage(Composite, String, int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
This helper method is a result of code-factoring.
- createOrFindConnection(Object) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
-
Searches for an existing
ConnectionEditPart
in the Viewer'sEditPart registry
and returns it if one is found. - createOutline(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
Creates the outline part of the dialog.
- createOutlineActions() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
Creates the actions that manipulate the palette model.
- createOutlineContextMenu() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
Uses a
MenuManager
to create the context menu for the outline. - createOutlineToolBar(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
Uses a ToolBarManager to create the ToolBar in the outline part of the dialog.
- createOutlineTreeViewer(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
Creates the TreeViewer that is the outline of the model.
- createPaletteComposite(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
-
Creates a new
FlyoutPaletteComposite
to be used by thisGraphicalEditorWithFlyoutPalette
- createPalettePage() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
- createPaletteViewer(Composite) - Method in class org.eclipse.gef.ui.palette.PaletteViewerProvider
-
Creates a PaletteViewer on the given Composite
- createPaletteViewer(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
-
Creates the palette on the given composite.
- createPaletteViewerProvider() - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette
-
Creates a PaletteViewerProvider that will be used to create palettes for the view and the flyout.
- 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.GraphicalEditorWithFlyoutPalette
- createPartControl(Composite) - Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
- createPartControl(Composite) - Method in class org.eclipse.gef.ui.views.palette.PaletteView
-
Add a perspective listener so the palette view can be updated when the perspective is switched.
- createPasteCommand() - Method in class org.eclipse.gef.ui.actions.PasteTemplateAction
-
Creates and returns a command (which may be
null
) to create a new EditPart based on the template on the clipboard. - createPinDrawerInitiallyOption(Composite) - Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
-
Creates the button that provides the option to have a drawer open at start-up.
- createPrintableLayers() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
-
Creates a layered pane and the layers that should be printed.
- createPrintableLayers() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
-
Creates a layered pane and the layers that should be printed.
- createPropertiesPanel(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
Creates the part of the dialog where the properties of the element selected in the outline will be displayed.
- createPropertiesPanelTitle(Composite) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
Creates the title for the properties panel.
- CreateRequest - Class in org.eclipse.gef.requests
-
A Request to create a new object.
- 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.
- createResizeHandle(List, int) - Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
-
Creates a 'resize' handle, which uses a
ResizeTracker
in case resizing is allowed in the respective direction, otherwise returns a drag handle by delegating toNonResizableEditPolicy.createDragHandle(List, int)
. - createScaledLayers() - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
-
Creates a layered pane and the layers that should be scaled.
- createScaledLayers() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
-
Creates a scalable layered pane and the layers that should be scaled.
- createSectionTitle(Composite, String) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
A convenient method to create CLabel titles (like the ones used in the Preferences dialog in the Eclipse workbench) throughout the dialog.
- createSelectionHandles() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
-
Creates selection handles for the bendpoints.
- createSelectionHandles() - Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
- 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.SelectionHandlesEditPolicy
-
Subclasses must implement to provide the list of handles.
- createSeparatorEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
Create SeparatorEditPart - edit part for PaletteSeparator
- createSizeOnDropFeedback(CreateRequest) - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
-
Override to provide custom feedback figure for the given create request.
- createSourceRequest() - Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
-
Creates a BendpointRequest.
- createSourceRequest() - Method in class org.eclipse.gef.tools.ResizeTracker
- createSourceRequest() - Method in class org.eclipse.gef.tools.SimpleDragTracker
-
Creates and returns a new Request that is used during the drag.
- createStackEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
Create PaletteStackEditPart - edit part for PaletteStack
- createTargetRequest() - Method in class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
-
Creates and returns the
Request
that will be sent to the targeted EditPart. - createTargetRequest() - Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
- createTargetRequest() - Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
- createTargetRequest() - Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
-
Creates the target request, a
ReconnectRequest
. - createTargetRequest() - Method in class org.eclipse.gef.tools.CreationTool
-
Creates a
CreateRequest
and sets this tool's factory on the request. - createTargetRequest() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
-
Creates a
ChangeBoundsRequest
. - createTargetRequest() - Method in class org.eclipse.gef.tools.SelectionTool
-
Creates a
SelectionRequest
for the target request. - createTargetRequest() - Method in class org.eclipse.gef.tools.TargetingTool
-
Creates the target request that will be used with the target editpart.
- createTemplateEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
Create TemplateEditPart - edit part for PaletteTemplateEntry
- createText(Composite, int, String) - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
-
Creates a
Text
. - createTool() - Method in class org.eclipse.gef.palette.ToolEntry
-
Creates the tool of the type specified by
ToolEntry.setToolClass(Class)
for this ToolEntry. - createToolbarEditPart(EditPart, Object) - Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
-
Create ToolbarEditPart - edit part for PaletteToolbar
- createUndoablePropertySheetEntry(CommandStack) - Static method in class org.eclipse.gef.GEFPlugin
-
Deprecated.use org.eclipse.gef.ui.properties.UndoablePropertySheetEntry
- createViewport() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
-
Constructs the viewport that will be used to contain all of the layers.
- createZoomManager(ScalableFigure, Viewport) - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
-
Responsible of creating a
ZoomManager
to be used by thisScalableRootEditPart
. - createZoomManager(ScalableFigure, Viewport) - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
-
Responsible of creating a
ZoomManager
to be used by thisScalableRootEditPart
. - CreationFactory - Interface in org.eclipse.gef.requests
-
A factory used to create new objects.
- CreationTool - Class in org.eclipse.gef.tools
-
The CreationTool creates new
EditParts
via aCreationFactory
. - CreationTool() - Constructor for class org.eclipse.gef.tools.CreationTool
-
Default constructor.
- CreationTool(CreationFactory) - Constructor for class org.eclipse.gef.tools.CreationTool
-
Constructs a new CreationTool with the given factory.
- CreationToolEntry - Class in org.eclipse.gef.palette
-
A palette ToolEntry for a
CreationTool
. - CreationToolEntry(String, String, CreationFactory, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.CreationToolEntry
-
Constructor for CreationToolEntry.
- CURSOR_PLUG - Static variable in class org.eclipse.gef.SharedCursors
-
Cursor for valid connection
- CURSOR_PLUG_NOT - Static variable in class org.eclipse.gef.SharedCursors
-
Cursor for invalid connection
- CURSOR_TREE_ADD - Static variable in class org.eclipse.gef.SharedCursors
-
Cursor for adding to a tree
- CURSOR_TREE_MOVE - Static variable in class org.eclipse.gef.SharedCursors
-
Cursor for dragging in a tree
- CUSTOMIZE_DIALOG_TITLE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
-
The String "Customize Palette"
- CustomizeAction - Class in org.eclipse.gef.ui.palette
-
This action launches the PaletteCustomizerDialog for the given palette.
- CustomizeAction(PaletteViewer) - Constructor for class org.eclipse.gef.ui.palette.CustomizeAction
-
Constructor
- CustomPalettePage(PaletteViewerProvider) - Constructor for class org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.CustomPalettePage
-
Constructor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Clipboard.getDefault()
. This method will be removed in future releases.