Follow Techotopia on Twitter

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

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

  




 

 

Eclipse GEF
3.3
A B C D E F G H I J K L M N O P R S T U V W X Z

C

CACHE_COLLAPSE - Static variable in class org.eclipse.gef.ui.palette.customize. PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CACHE_COLUMNS_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize. PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CACHE_DETAILS_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize. PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CACHE_FONT - Static variable in class org.eclipse.gef.ui.palette.customize. PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
CACHE_ICONS_ICON_SIZE - Static variable in class org.eclipse.gef.ui.palette.customize. PaletteSettingsDialog
HashMap keys used for caching the various settings displayed in this dialog.
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
HashMap keys used for caching the various settings displayed in this dialog.
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.
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: "
COMPONENT_ROLE - Static variable in interface org.eclipse.gef. EditPolicy
The key used to install a component EditPolicy.
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.
CONTAINER_ROLE - Static variable in interface org.eclipse.gef. EditPolicy
The key used to install a container EditPolicy.
CONTEXT_TEXT - Static variable in class org.eclipse.gef.ui.actions. GEFActionConstants
The ID for the GEF Text Context.
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"
CellEditorLocator - interface org.eclipse.gef.tools. CellEditorLocator.
Constraint for placing CellEditors.
ChangeBoundsRequest - class org.eclipse.gef.requests. ChangeBoundsRequest.
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 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
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
Deprecated. As of 3.1, the GEF Clipboard synchronizes with the system clipboard. Multiple instances of this class should not be created. Use Clipboard.getDefault(). This method will be removed in future releases.
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 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 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.
An implementation of a command stack.
CommandStack() - Constructor for class org.eclipse.gef.commands. CommandStack
Constructs a new command stack.
CommandStackEvent - class org.eclipse.gef.commands. CommandStackEvent.
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 org.eclipse.gef.commands. CommandStackEventListener.
A listener interface for receiving notification before and after commands are executed, undone, or redone.
CommandStackListener - interface org.eclipse.gef.commands. CommandStackListener.
A CommandStackListener is notified whenever the CommandStack's state has changed.
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.
CompoundSnapToHelper - class org.eclipse.gef. CompoundSnapToHelper.
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.
ConnectionBendpointTracker - class org.eclipse.gef.tools. ConnectionBendpointTracker.
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 org.eclipse.gef.tools. ConnectionCreationTool.
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 org.eclipse.gef.palette. ConnectionCreationToolEntry.
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 org.eclipse.gef.tools. ConnectionDragCreationTool.
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 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.
Deprecated. use ConnectionEndpointHandle
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 a ConnectionLocator.
ConnectionEndHandle(ConnectionEditPart, boolean) - Constructor for class org.eclipse.gef.handles. ConnectionEndHandle
Deprecated. Creates a new ConnectionEndHandle with its owner set to owner.
ConnectionEndHandle() - Constructor for class org.eclipse.gef.handles. ConnectionEndHandle
Deprecated. Creates a new 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
 
ConnectionEndpointHandle - class org.eclipse.gef.handles. ConnectionEndpointHandle.
A handle used at the start or end of the Connection.
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 a ConnectionLocator.
ConnectionEndpointHandle(ConnectionEditPart, boolean, int) - Constructor for class org.eclipse.gef.handles. ConnectionEndpointHandle
Creates a new ConnectionStartHandle and sets its owner to owner.
ConnectionEndpointHandle(int) - Constructor for class org.eclipse.gef.handles. ConnectionEndpointHandle
Creates a new ConnectionStartHandle.
ConnectionEndpointTracker - class org.eclipse.gef.tools. ConnectionEndpointTracker.
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.
ConnectionHandle - class org.eclipse.gef.handles. ConnectionHandle.
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 org.eclipse.gef.handles. ConnectionStartHandle.
Deprecated. use ConnectionEndpointHandle
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 a ConnectionLocator.
ConnectionStartHandle(ConnectionEditPart, boolean) - Constructor for class org.eclipse.gef.handles. ConnectionStartHandle
Deprecated. Creates a new ConnectionStartHandle and sets its owner to owner.
ConnectionStartHandle() - Constructor for class org.eclipse.gef.handles. ConnectionStartHandle
Deprecated. Creates a new ConnectionStartHandle.
ConstrainedLayoutEditPolicy - class org.eclipse.gef.editpolicies. ConstrainedLayoutEditPolicy.
For use with LayoutManager that require a constraint.
ConstrainedLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies. ConstrainedLayoutEditPolicy
 
ContainerEditPolicy - class org.eclipse.gef.editpolicies. ContainerEditPolicy.
An EditPolicy for use with container editparts.
ContainerEditPolicy() - Constructor for class org.eclipse.gef.editpolicies. ContainerEditPolicy
 
ContentOutlinePage - class org.eclipse.gef.ui.parts. ContentOutlinePage.
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.
ContextMenuProvider - class org.eclipse.gef. ContextMenuProvider.
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.
CopyRetargetAction - class org.eclipse.gef.ui.actions. CopyRetargetAction.
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 org.eclipse.gef.ui.actions. CopyTemplateAction.
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 org.eclipse.gef.handles. CornerTriangleBorder.
Deprecated. this class is no longer used
CornerTriangleBorder(boolean) - Constructor for class org.eclipse.gef.handles. CornerTriangleBorder
Deprecated. Creates a new CornerTriangleBorder.
CreateConnectionRequest - class org.eclipse.gef.requests. CreateConnectionRequest.
A Request to create a new Connection.
CreateConnectionRequest() - Constructor for class org.eclipse.gef.requests. CreateConnectionRequest
 
CreateGuideAction - class org.eclipse.gef.ui.actions. CreateGuideAction.
An Action that creates a guide on a ruler and reveals it.
CreateGuideAction(EditPartViewer) - Constructor for class org.eclipse.gef.ui.actions. CreateGuideAction
Constructor
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.
CreationFactory - interface org.eclipse.gef.requests. CreationFactory.
A factory used to create new objects.
CreationTool - class org.eclipse.gef.tools. CreationTool.
The CreationTool creates new EditParts via a CreationFactory.
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 org.eclipse.gef.palette. CreationToolEntry.
A palette ToolEntry for a CreationTool.
CreationToolEntry(String, String, CreationFactory, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette. CreationToolEntry
Constructor for CreationToolEntry.
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
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
 
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. 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.
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
 
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. 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
 
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().
chain(Command) - Method in class org.eclipse.gef.commands. Command
Returns a Command that represents the chaining of a specified Command to this Command.
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 class org.eclipse.gef. EditPartListener.Stub
 
childAdded(EditPart, int) - Method in interface org.eclipse.gef. EditPartListener
Called after a child EditPart has been added to its parent.
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.
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
 
cols - Variable in class org.eclipse.gef. SnapToGeometry
The vertical columnd being snapped to.
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
When the command stack changes, the actions interested in the command stack are updated.
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 the CommandStack.
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
 
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(PaletteViewer) - Method in class org.eclipse.gef.ui.palette. PaletteViewerProvider
This method is invoked from PaletteViewerProvider.createPaletteViewer(Composite).
configurePaletteViewer() - Method in class org.eclipse.gef.ui.parts. GraphicalEditorWithPalette
Called to configure the viewer before it receives its contents.
configureShell(Shell) - Method in class org.eclipse.gef.ui.palette.customize. PaletteCustomizerDialog
 
configureShell(Shell) - Method in class org.eclipse.gef.ui.palette.customize. PaletteSettingsDialog
 
connectionFeedback - Variable in class org.eclipse.gef.editpolicies. GraphicalNodeEditPolicy
The connection feedback displayed during creates
constantSelection - Variable in class org.eclipse.gef.ui.parts. AbstractEditPartViewer
The unmodifiable list of selected editparts.
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.
containsPoint(int, int) - Method in class org.eclipse.gef.handles. MoveHandle
Returns true if the point (x,y) is contained within this handle.
contents - Variable in class org.eclipse.gef.editparts. GraphicalRootEditPart
Deprecated. The contents
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.
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
Returns the Command to perform an Add with the specified child and constraint.
createAddCommand(EditPart, EditPart) - Method in class org.eclipse.gef.editpolicies. OrderedLayoutEditPolicy
Returns the Command to add the specified child after a reference EditPart.
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(ChangeBoundsRequest, EditPart, Object) - Method in class org.eclipse.gef.editpolicies. ConstrainedLayoutEditPolicy
The request is now made available when creating the change constraint command.
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. 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.
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, 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.
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.
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(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.
createDeleteCommand(List) - 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. 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.
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.
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
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 to RequestConstants.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.
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.
createListener() - Method in class org.eclipse.gef.editpolicies. LayoutEditPolicy
creates the EditPartListener for observing when children are added to the host.
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 before the given 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. 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.
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. PaletteStackFactory
 
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 calling ToolUtilities.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'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.
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.
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.
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.

Eclipse GEF
3.3
A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.

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