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

A

ABORT_PAGE_FLIPPING_MESSAGE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "The currently displayed page contains invalid values."
AbstractConnectionCreationTool - class org.eclipse.gef.tools.AbstractConnectionCreationTool.
The base implementation for tools which create a connection.
AbstractConnectionCreationTool() - Constructor for class org.eclipse.gef.tools.AbstractConnectionCreationTool
The default constructor
AbstractConnectionCreationTool(CreationFactory) - Constructor for class org.eclipse.gef.tools.AbstractConnectionCreationTool
Constructs a new abstract creation tool with the given creation factory.
AbstractConnectionEditPart - class org.eclipse.gef.editparts.AbstractConnectionEditPart.
The base implementation for ConnectionEditPart.
AbstractConnectionEditPart.DefaultAccessibleAnchorProvider - class org.eclipse.gef.editparts.AbstractConnectionEditPart.DefaultAccessibleAnchorProvider.
Provides accessibility support for when connections are also themselves nodes.
AbstractConnectionEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
AbstractEditPart - class org.eclipse.gef.editparts.AbstractEditPart.
The baseline implementation for the EditPart interface.
AbstractEditPart.EditPolicyIterator - class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator.
Iterates over a List of EditPolcies, skipping any null values encountered.
AbstractEditPart.EditPolicyIterator(List) - Constructor for class org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
Constructs an Iterator for the given List.
AbstractEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractEditPart
 
AbstractEditPartViewer - class org.eclipse.gef.ui.parts.AbstractEditPartViewer.
The base implementation for EditPartViewer.
AbstractEditPartViewer() - Constructor for class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Constructs the viewer and calls AbstractEditPartViewer.init().
AbstractEditPolicy - class org.eclipse.gef.editpolicies.AbstractEditPolicy.
The default implementation of EditPolicy.
AbstractEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.AbstractEditPolicy
 
AbstractGraphicalEditPart - class org.eclipse.gef.editparts.AbstractGraphicalEditPart.
Default implementation for GraphicalEditPart.
AbstractGraphicalEditPart.AccessibleGraphicalEditPart - class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart.
A default implementation of AccessibleEditPart.
AbstractGraphicalEditPart.AccessibleGraphicalEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractGraphicalEditPart.AccessibleGraphicalEditPart
 
AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider - class org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider.
The default implementation of AccessibleAnchorProvider returned in AbstractGraphicalEditPart.getAdapter(Class).
AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider() - Constructor for class org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
 
AbstractGraphicalEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
AbstractHandle - class org.eclipse.gef.handles.AbstractHandle.
Base implementation for handles.
AbstractHandle() - Constructor for class org.eclipse.gef.handles.AbstractHandle
Null constructor
AbstractHandle(GraphicalEditPart, Locator) - Constructor for class org.eclipse.gef.handles.AbstractHandle
Creates a handle for the given GraphicalEditPart using the given Locator.
AbstractHandle(GraphicalEditPart, Locator, Cursor) - Constructor for class org.eclipse.gef.handles.AbstractHandle
Creates a handle for the given GraphicalEditPart using the given Locator and Cursor.
AbstractTool - class org.eclipse.gef.tools.AbstractTool.
The base implementation for Tools.
AbstractTool.Input - class org.eclipse.gef.tools.AbstractTool.Input.
Allows the user to access mouse and keyboard input.
AbstractTool.Input() - Constructor for class org.eclipse.gef.tools.AbstractTool.Input
 
AbstractTool() - Constructor for class org.eclipse.gef.tools.AbstractTool
 
AbstractTransferDragSourceListener - class org.eclipse.gef.dnd.AbstractTransferDragSourceListener.
An abstract implementation of TransferDragSourceListener associated with an EditPartViewer
AbstractTransferDragSourceListener(EditPartViewer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Constructs an AbstractTransferDragSourceListener for the given EditPartViewer.
AbstractTransferDragSourceListener(EditPartViewer, Transfer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDragSourceListener
Constructs an AbstractTransferDragSourceListener with the specified EditPartViewer and Transfer.
AbstractTransferDropTargetListener - class org.eclipse.gef.dnd.AbstractTransferDropTargetListener.
An abstract implementation of TransferDropTargetListener for use with EditPartViewers.
AbstractTransferDropTargetListener(EditPartViewer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Constructs a new AbstractTransferDropTargetListener and sets the EditPartViewer.
AbstractTransferDropTargetListener(EditPartViewer, Transfer) - Constructor for class org.eclipse.gef.dnd.AbstractTransferDropTargetListener
Constructs a new AbstractTransferDropTargetListener and sets the EditPartViewer and Transfer.
AbstractTreeContainerEditPolicy - class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy.
Deprecated. Use TreeContainerEditPolicy
AbstractTreeContainerEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.AbstractTreeContainerEditPolicy
Deprecated.  
AbstractTreeEditPart - class org.eclipse.gef.editparts.AbstractTreeEditPart.
Default implementation for TreeEditParts used in GEF TreeViewers.
AbstractTreeEditPart() - Constructor for class org.eclipse.gef.editparts.AbstractTreeEditPart
Default constructor
AbstractTreeEditPart(Object) - Constructor for class org.eclipse.gef.editparts.AbstractTreeEditPart
Constructs a new EditPart with the specified model.
AccessibleAnchorProvider - interface org.eclipse.gef.AccessibleAnchorProvider.
This class provides keyboard accessibility support for Anchors.
AccessibleEditPart - class org.eclipse.gef.AccessibleEditPart.
This class provides Accessibility support for EditParts.
AccessibleEditPart() - Constructor for class org.eclipse.gef.AccessibleEditPart
 
AccessibleHandleProvider - interface org.eclipse.gef.AccessibleHandleProvider.
This class provides keyboard accessibility support for the Handles of the primary-selected EditPart.
ActionBarContributor - class org.eclipse.gef.ui.actions.ActionBarContributor.
Contributes actions to the workbench. !!
ActionBarContributor() - Constructor for class org.eclipse.gef.ui.actions.ActionBarContributor
 
ActionRegistry - class org.eclipse.gef.ui.actions.ActionRegistry.
A container for editor actions.
ActionRegistry() - Constructor for class org.eclipse.gef.ui.actions.ActionRegistry
 
activate() - Method in interface org.eclipse.gef.Tool
Called when this tool becomes the active tool for the EditDomain.
activate() - Method in interface org.eclipse.gef.EditPolicy
Activates this EditPolicy.
activate() - Method in interface org.eclipse.gef.EditPart
Activates the EditPart.
activate() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Extends AbstractEditPart.activate() to also activate all source ConnectionEditParts.
activate() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Activates this EditPart, which in turn activates its children and EditPolicies.
activate() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Extends activate to hook the appropriate listener and to initialize the visual changes for representing selection/focus.
activate() - Method in class org.eclipse.gef.editpolicies.LayoutEditPolicy
Extends activate() to
activate() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
activate() is extended to add a listener to the Connection figure.
activate() - Method in class org.eclipse.gef.editpolicies.AbstractEditPolicy
Does nothing by default.
activate() - Method in class org.eclipse.gef.tools.AbstractTool
Activates the tool.
activateEditPolicies() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Activates all EditPolicies installed on this part.
activateFigure() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
Activates the Figure representing this, by setting up the start and end connections, and adding the figure to the Connection Layer.
activeToolChanged(PaletteViewer, ToolEntry) - Method in interface org.eclipse.gef.palette.PaletteListener
A new tool was activated in the palette.
add(Command) - Method in class org.eclipse.gef.commands.CompoundCommand
Adds the specified command if it is not null.
add(int, PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Adds the given PaletteEntry at position index.
add(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Adds the given entry to the end of this PaletteContainer
addAction(IAction) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Adds the given action to the action registry.
addActionToMenu(Menu, IAction) - Method in class org.eclipse.gef.ui.palette.LayoutAction
Helper method that wraps the given action in an ActionContributionItem and then adds it to the given menu.
addAll(List) - Method in class org.eclipse.gef.palette.PaletteContainer
Adds the list of PaletteEntry objects to this PaletteContainer.
addChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Adds a child EditPart to this EditPart.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
This is where the child gets added.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Implemented to assign the child its widget.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds the child's Figure to the contentPane.
addChildVisual(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Performs the addition of the child's visual to this EditPart's Visual.
addCommandStackListener(CommandStackListener) - Method in class org.eclipse.gef.commands.CommandStack
Adds the specified listener.
addCornerHandles(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Fills the given List with handles at each corner of a figure.
addDragSourceListener(TransferDragSourceListener) - Method in interface org.eclipse.gef.EditPartViewer
Adds a TransferDragSourceListener to this viewer.
addDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Adds the given TransferDragSourceListener.
addDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
addDropTargetListener(TransferDropTargetListener) - Method in interface org.eclipse.gef.EditPartViewer
Adds a TransferDropTargetListener to this viewer.
addDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Adds the given TransferDropTargetListener.
addDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
addEditPartListener(EditPartListener) - Method in interface org.eclipse.gef.EditPart
Adds a listener to the EditPart.
addEditPartListener(EditPartListener) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Adds an EditPartListener.
addFeedback(IFigure) - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
Adds the specified Figure to the LayerConstants.FEEDBACK_LAYER.
addFeedback(IFigure) - Method in class org.eclipse.gef.tools.AbstractTool
Convenience method to add the given figure to the feedback layer.
addGlobalActionKey(String) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Indicates the existence of a global action identified by the specified key.
addHandles(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
Fills the given List with handles at each corner and the north, south, east, and west of the GraphicalEditPart.
addHandles(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Fills the given List with handles at each corner.
addMoveHandle(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
Fills the given List with move borders at each side of a figure.
addMoveHandle(GraphicalEditPart, List) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Fills the given List with move borders at each side of a figure.
addNodeListener(NodeListener) - Method in interface org.eclipse.gef.GraphicalEditPart
Adds a NodeListener to the EditPart.
addNodeListener(NodeListener) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
addNotify() - Method in interface org.eclipse.gef.EditPart
Called after the EditPart has been added to its parent.
addNotify() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
addNotify() - Method in class org.eclipse.gef.editparts.AbstractEditPart
 
addNotify() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
 
addNotify() - Method in class org.eclipse.gef.handles.ConnectionHandle
Adds this as a FigureListener to the owner's Figure.
addNotify() - Method in class org.eclipse.gef.handles.BendpointHandle
Adds a PropertyChangeListener to this handle's owner figure (a Connection), so that the handle can be revalidated when the Connection's points change.
addNotify() - Method in class org.eclipse.gef.handles.AbstractHandle
Adds this as a FigureListener to the owner's Figure.
addPaletteListener(PaletteListener) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Adds the given PaletteListener as the one to be notified when the active tool on the palette changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.palette.PaletteEntry
A listener can only be added once.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
NOTE: The oldValue field of the PropertyChangeEvent used to notify listeners will always be null.
addRetargetAction(RetargetAction) - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
Adds the specified RetargetAction to this contributors ActionRegistry.
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
addSelectionHandles() - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
Adds the handles to the handle layer.
addSelectionListener() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
Adds an EditPartListener to the host to observe selection/focus changes.
addSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds a source ConnectionEditPart at the specified index.
addStandardActionGroups(IMenuManager) - Static method in class org.eclipse.gef.ui.actions.GEFActionConstants
Adds standard group separators to the given MenuManager.
addTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds a target ConnectionEditPart at the specified index.
addViewer(EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Adds an EditPartViewer into the EditDomain.
addViewer(EditPartViewer) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
Adds a viewer to the set of synchronized viewers
addZoomListener(ZoomListener) - Method in class org.eclipse.gef.editparts.ZoomManager
Adds the given ZoomListener to this ZoomManager's list of listeners.
ALIGN_BOTTOM - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align bottom action id.
ALIGN_CENTER - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align center (horizontal) action id.
ALIGN_LEFT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align left action id.
ALIGN_MIDDLE - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align middle (vertical) action id.
ALIGN_RIGHT - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align right action id.
ALIGN_TOP - Static variable in class org.eclipse.gef.ui.actions.GEFActionConstants
Align top action id.
AlignmentAction - class org.eclipse.gef.ui.actions.AlignmentAction.
An action to align the selected parts.
AlignmentAction(IEditorPart, int) - Constructor for class org.eclipse.gef.ui.actions.AlignmentAction
Deprecated. use AlignmentAction(IWorkbenchPart, int align)
AlignmentAction(IWorkbenchPart, int) - Constructor for class org.eclipse.gef.ui.actions.AlignmentAction
Constructs an AlignmentAction with the given part and alignment ID.
AlignmentRequest - class org.eclipse.gef.requests.AlignmentRequest.
A request to align multiple objects.
AlignmentRequest() - Constructor for class org.eclipse.gef.requests.AlignmentRequest
Default constructor.
AlignmentRequest(Object) - Constructor for class org.eclipse.gef.requests.AlignmentRequest
Constructs a new AlignmentRequest with the new type.
AlignmentRetargetAction - class org.eclipse.gef.ui.actions.AlignmentRetargetAction.
 
AlignmentRetargetAction(int) - Constructor for class org.eclipse.gef.ui.actions.AlignmentRetargetAction
Constructs a new AlignmentRetargetAction with the default ID, label and image based on the given alignment constant.
ancestorAdded(IFigure) - Method in class org.eclipse.gef.handles.AbstractHandle
 
ancestorMoved(IFigure) - Method in class org.eclipse.gef.handles.AbstractHandle
 
ancestorRemoved(IFigure) - Method in class org.eclipse.gef.handles.AbstractHandle
 
ANIMATE_NEVER - Static variable in class org.eclipse.gef.editparts.ZoomManager
Style bit meaning don't animate any zooms
ANIMATE_ZOOM_IN_OUT - Static variable in class org.eclipse.gef.editparts.ZoomManager
Style bit meaning animate during ZoomManager.zoomIn() and ZoomManager.zoomOut()
appendSelection(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
Appends the specified EditPart to the viewer's selection.
appendSelection(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
APPLY_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
APPLY_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
The unique ID for the Apply Button.
APPLY_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Apply"
apply() - Method in interface org.eclipse.gef.ui.palette.customize.EntryPage
This method is called when changes made to properties need to be reflected in the model.
apply() - Method in class org.eclipse.gef.ui.palette.customize.DefaultEntryPage
Being live, this method is completely ignored.
AutoexposeHelper - interface org.eclipse.gef.AutoexposeHelper.
A helper returned from a GraphicalEditPart.
AutoexposeHelper.Search - class org.eclipse.gef.AutoexposeHelper.Search.
Used with EditPartViewers to find the AutoexposeHelper at a Point.
AutoexposeHelper.Search(Point) - Constructor for class org.eclipse.gef.AutoexposeHelper.Search
Constructs a new Search at a point on the viewer.

Eclipse GEF
2.1
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, 2003. All Rights Reserved.