|
Eclipse GEF 2.1 |
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
true
if the CommandStack
can undo
the last command.
true if the editor is dirty.
- calculateEnabled() -
Method in class org.eclipse.gef.ui.actions.RedoAction
- Returns
true
if the CommandStack
can redo
the last command.
- calculateEnabled() -
Method in class org.eclipse.gef.ui.actions.PrintAction
-
- calculateEnabled() -
Method in class org.eclipse.gef.ui.actions.EditorPartAction
- Calculates and returns the enabled state of this action.
- calculateEnabled() -
Method in class org.eclipse.gef.ui.actions.DirectEditAction
- returns
true
if there is exactly 1 EditPart selected that understand DirectEdit.
- 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.CopyTemplateAction
- Returns whether the selected EditPart is a
TemplateEditPart
.
- calculateEnabled() -
Method in class org.eclipse.gef.ui.actions.AlignmentAction
-
- 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.PaletteContainerFactory
- You can always create a new container.
- 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.UnexecutableCommand
-
- canExecute() -
Method in class org.eclipse.gef.commands.CompoundCommand
-
- canExecute() -
Method in class org.eclipse.gef.commands.Command
-
- 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.CommandStack
-
- canUndo() -
Method in class org.eclipse.gef.commands.UnexecutableCommand
-
- canUndo() -
Method in class org.eclipse.gef.commands.CompoundCommand
-
- canUndo() -
Method in class org.eclipse.gef.commands.CommandStack
-
- canUndo() -
Method in class org.eclipse.gef.commands.Command
-
- canZoomIn() -
Method in class org.eclipse.gef.editparts.ZoomManager
- returns
true
if the zoommanager can perform zoomIn()
.
- canZoomOut() -
Method in class org.eclipse.gef.editparts.ZoomManager
- returns
true
if the zoommanager can perform zoomOut()
.
- CellEditorLocator - interface org.eclipse.gef.tools.CellEditorLocator.
-
- 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 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.
- ChangeIconSizeAction - class org.eclipse.gef.ui.palette.ChangeIconSizeAction.
- 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
* @param prefs The
PaletteViewerPreferences
object that this action is
manipulating
- 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
-
- 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.
- clearProblem() -
Method in interface org.eclipse.gef.ui.palette.customize.EntryPageContainer
- Clears the error.
- 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.
- 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.
- Clipboard - class org.eclipse.gef.ui.actions.Clipboard.
- A GEF clipboard for cut/copy/paste actions between GEF editors.
- Clipboard() -
Constructor for class org.eclipse.gef.ui.actions.Clipboard
- Constructs a new Clipboard object.
- close() -
Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
- close() -
Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
NOTE: This dialog can be re-opened.
- 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
- The unique IDs for the various widgets.
- 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
- The unique IDs for the various widgets.
- 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
- The unique IDs for the various widgets.
- 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: "
- CombinedTemplateCreationEntry - class org.eclipse.gef.palette.CombinedTemplateCreationEntry.
- A combination of a
PaletteTemplateEntry
and ToolEntry
. - CombinedTemplateCreationEntry(String, String, Object, CreationFactory, ImageDescriptor, ImageDescriptor) -
Constructor for class org.eclipse.gef.palette.CombinedTemplateCreationEntry
- Constructs a combined CreationTool and Template Entry with the given parameters.
- Command - class org.eclipse.gef.commands.Command.
- 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 org.eclipse.gef.commands.CommandStack.
- A default implementation for the CommandStack interface.
- CommandStack() -
Constructor for class org.eclipse.gef.commands.CommandStack
- Constructs a command stack.
- commandStackChanged(EventObject) -
Method in interface org.eclipse.gef.commands.CommandStackListener
- Called when the
CommandStack
's state has changed.
- commandStackChanged(EventObject) -
Method in class org.eclipse.gef.ui.parts.GraphicalEditor
-
- CommandStackListener - interface org.eclipse.gef.commands.CommandStackListener.
- A CommandStackListener is notified whenever the
CommandStack
's state has
changed. - commit() -
Method in class org.eclipse.gef.tools.DirectEditManager
-
- commitDrag() -
Method in interface org.eclipse.gef.DragTracker
- The
SelectionTool
supports keyboard accessible drags.
- 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
-
- commitDrag() -
Method in class org.eclipse.gef.tools.AbstractTool
-
- COMPONENT_ROLE -
Static variable in interface org.eclipse.gef.EditPolicy
- The key used to install a component EditPolicy.
- ComponentEditPolicy - class org.eclipse.gef.editpolicies.ComponentEditPolicy.
- A model-based EditPolicy for components within a container.
- ComponentEditPolicy() -
Constructor for class org.eclipse.gef.editpolicies.ComponentEditPolicy
-
- CompoundCommand - class org.eclipse.gef.commands.CompoundCommand.
- 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.
- 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
-
- configurePaletteViewer() -
Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
-
- configureShell(Shell) -
Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
- configureShell(Shell) -
Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
- 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 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(CreationFactory) -
Constructor for class org.eclipse.gef.tools.ConnectionCreationTool
-
- ConnectionCreationToolEntry - class org.eclipse.gef.palette.ConnectionCreationToolEntry.
-
- ConnectionCreationToolEntry(String, String, CreationFactory, ImageDescriptor, ImageDescriptor) -
Constructor for class org.eclipse.gef.palette.ConnectionCreationToolEntry
- Constructor for ConnectionCreationToolEntry.
- ConnectionDragCreationTool - class org.eclipse.gef.tools.ConnectionDragCreationTool.
-
- ConnectionDragCreationTool() -
Constructor for class org.eclipse.gef.tools.ConnectionDragCreationTool
-
- ConnectionDragCreationTool(CreationFactory) -
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.
- A model-based EditPolicy for connections.
- 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.
- A selection handle policy for placing handles at the two ends of a ConnectionEditPart.
- 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
- The connection feedback displayed during creates
- 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
-
- 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.
- For use with
LayoutManager
that require a constraint.
- ConstrainedLayoutEditPolicy() -
Constructor for class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
-
- CONTAINER_ROLE -
Static variable in interface org.eclipse.gef.EditPolicy
- The key used to install a container EditPolicy.
- ContainerEditPolicy - class org.eclipse.gef.editpolicies.ContainerEditPolicy.
-
- 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 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.editparts.GraphicalRootEditPart
-
- contents -
Variable in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
-
- ContextMenuProvider - class org.eclipse.gef.ContextMenuProvider.
- Extends MenuManager to allow building the context menu directly.
- ContextMenuProvider(EditPartViewer) -
Constructor for class org.eclipse.gef.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.
- 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 org.eclipse.gef.ui.actions.CopyRetargetAction.
-
- CopyRetargetAction() -
Constructor for class org.eclipse.gef.ui.actions.CopyRetargetAction
- Constructs a new CopyRetargetAction with the default ID, label and image.
- CopyTemplateAction - class org.eclipse.gef.ui.actions.CopyTemplateAction.
- Copies the currently selected template in the palatte to the default GEF
Clipboard
. - CopyTemplateAction(IEditorPart) -
Constructor for class org.eclipse.gef.ui.actions.CopyTemplateAction
- Constructs a new CopyTemplateAction.
- 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
.
- 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, EditPart) -
Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
- Returns the
Command
to add the specified child after a reference
EditPart
.
- createAddCommand(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.PaletteSettingsDialog
- 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.PaletteCustomizerDialog
- 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
-
- createChangeConstraintCommand(EditPart, Object) -
Method in class org.eclipse.gef.editpolicies.ConstrainedLayoutEditPolicy
- Returns the
Command
to change the specified child's constraint.
- 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.OrderedLayoutEditPolicy
- Since Ordered layouts generally don't use constraints, a
NonResizableEditPolicy
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.
- 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.
- 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
- Optionally creates the default
Control
using
the default style.
- createControl(Composite) -
Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
-
- 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.ScrollingGraphicalViewer
-
- createControl(Composite) -
Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
-
- 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.AbstractEditPartViewer
- This assumes that the subclass has created the control and
simply returns the current control.
- createControl(Composite, PaletteEntry) -
Method in interface org.eclipse.gef.ui.palette.customize.EntryPage
- Creates the Control that displays the properties of the given entry.
- createControl(Composite, PaletteEntry) -
Method in class org.eclipse.gef.ui.palette.customize.DrawerEntryPage
-
- createControl(Composite, PaletteEntry) -
Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
-
- createCreateCommand(Object, CreationFactory) -
Method in class org.eclipse.gef.editpolicies.ContainerEditPolicy
-
- createDefaultRoot() -
Method in class org.eclipse.gef.ui.palette.PaletteViewer
-
- createDefaultRoot() -
Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
-
- createDeleteCommand(GroupRequest) -
Method in class org.eclipse.gef.editpolicies.RootComponentEditPolicy
- Overridden to prevent the host from being deleted.
- createDeleteCommand(GroupRequest) -
Method in class org.eclipse.gef.editpolicies.ComponentEditPolicy
- Override to contribute to the component's being deleted.
- createDeleteCommand(List) -
Static method in class org.eclipse.gef.ui.actions.DeleteAction
- Create a command to remove the selected objects.
- 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.PaletteSettingsDialog
-
- 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)
)
It is recommended that this method not be overridden.
- 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.ResizeHandle
- Returns
null
for the DragTracker.
- createDragTracker() -
Method in class org.eclipse.gef.handles.MoveHandle
-
- createDragTracker() -
Method in class org.eclipse.gef.handles.ConnectionStartHandle
- Creates and returns a new
ConnectionEndpointTracker
.
- createDragTracker() -
Method in class org.eclipse.gef.handles.ConnectionEndHandle
- Creates and returns a new
ConnectionEndpointTracker
.
- createDragTracker() -
Method in class org.eclipse.gef.handles.BendpointMoveHandle
- 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.BendpointCreationHandle
- Creates and returns a new
ConnectionBendpointTracker
.
- createDragTracker() -
Method in class org.eclipse.gef.handles.AbstractHandle
-
- 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.RootTreeEditPart
-
- createEditPolicies() -
Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
-
- createEditPolicies() -
Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
-
- 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.AbstractEditPart
- Creates the initial EditPolicies and/or reserves slots for dynamic ones.
- 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.GraphicalRootEditPart
-
- createFigure() -
Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
-
- 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.AbstractConnectionEditPart
- Returns a newly created Figure to represent these type of
EditParts.
- 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
.
- createGroupEditPart(EditPart, Object) -
Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
- Create GroupEditPart - edit part for PaletteGroup
- 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
-
- 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.ScalableFreeformRootEditPart
-
- createLayers(LayeredPane) -
Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
-
- 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
-
- 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
- createMoveChildCommand(EditPart, EditPart) -
Method in class org.eclipse.gef.editpolicies.OrderedLayoutEditPolicy
- Returns the
Command
to move the specified child after a reference
EditPart
.
- 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.PaletteSeparatorFactory
-
- createNewEntry(Shell) -
Method in class org.eclipse.gef.ui.palette.customize.PaletteGroupFactory
-
- 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.PaletteDrawerFactory
-
- 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.
- 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.ResizeTracker
-
- createOperationSet() -
Method in class org.eclipse.gef.tools.DragEditPartsTracker
-
- createOperationSet() -
Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
-
- createOperationSet() -
Method in class org.eclipse.gef.tools.AbstractTool
- Creates and returns a List of
EditPart
s that the tool
will be working with.
- 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's EditPart 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.
- createPartControl(Composite) -
Method in class org.eclipse.gef.ui.parts.GraphicalEditorWithPalette
-
- createPartControl(Composite) -
Method in class org.eclipse.gef.ui.parts.GraphicalEditor
- Realizes the Editor by creating it's Control.
- 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
-
- 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 org.eclipse.gef.requests.CreateRequest.
- 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.
- createScaledLayers() -
Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
- Creates and returns the scalable layers of this EditPart
- 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.SelectionHandlesEditPolicy
- Subclasses must implement to provide the list of handles.
- createSelectionHandles() -
Method in class org.eclipse.gef.editpolicies.ResizableEditPolicy
-
- createSelectionHandles() -
Method in class org.eclipse.gef.editpolicies.NonResizableEditPolicy
-
- createSelectionHandles() -
Method in class org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy
-
- createSelectionHandles() -
Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
- Creates selection handles for the bendpoints.
- createSeparatorEditPart(EditPart, Object) -
Method in class org.eclipse.gef.ui.palette.PaletteEditPartFactory
- Create SeparatorEditPart - edit part for PaletteSeparator
- createSourceRequest() -
Method in class org.eclipse.gef.tools.SimpleDragTracker
- Creates and returns a new Request.
- createSourceRequest() -
Method in class org.eclipse.gef.tools.ResizeTracker
-
- createSourceRequest() -
Method in class org.eclipse.gef.tools.ConnectionBendpointTracker
-
- createTargetRequest() -
Method in class org.eclipse.gef.dnd.TemplateTransferDropTargetListener
- * @see org.eclipse.gef.dnd.AbstractTransferDropTargetListener#createTargetRequest()
- 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.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.CreationTool
-
- createTargetRequest() -
Method in class org.eclipse.gef.tools.ConnectionEndpointTracker
-
- createTargetRequest() -
Method in class org.eclipse.gef.tools.AbstractConnectionCreationTool
-
- 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
-
- createTool() -
Method in class org.eclipse.gef.palette.SelectionToolEntry
-
- createTool() -
Method in class org.eclipse.gef.palette.MarqueeToolEntry
-
- createTool() -
Method in class org.eclipse.gef.palette.CreationToolEntry
-
- createTool() -
Method in class org.eclipse.gef.palette.ConnectionCreationToolEntry
-
- createUndoablePropertySheetEntry(CommandStack) -
Static method in class org.eclipse.gef.GEFPlugin
- Create a root undoable property sheet entry.
- CreationFactory - interface org.eclipse.gef.requests.CreationFactory.
-
- CreationTool - class org.eclipse.gef.tools.CreationTool.
-
- CreationTool() -
Constructor for class org.eclipse.gef.tools.CreationTool
-
- CreationTool(CreationFactory) -
Constructor for class org.eclipse.gef.tools.CreationTool
-
- CreationToolEntry - class org.eclipse.gef.palette.CreationToolEntry.
-
- 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_TREE_ADD -
Static variable in class org.eclipse.gef.SharedCursors
-
- CURSOR_TREE_MOVE -
Static variable in class org.eclipse.gef.SharedCursors
-
- CUSTOMIZE_DIALOG_TITLE -
Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
- The String "Customize Palette"
- CustomizeAction - class org.eclipse.gef.ui.palette.CustomizeAction.
- This action launches the PaletteCustomizerDialog for the given palette.
- CustomizeAction(PaletteViewer) -
Constructor for class org.eclipse.gef.ui.palette.CustomizeAction
- Constructor
|
Eclipse GEF 2.1 |
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |