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

F

factory - Variable in class org.eclipse.gef.palette.CreationToolEntry
The creation factory used with the returned creation tool.
FEEDBACK_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
The layer containing feedback, which generally temporary visuals that appear on top of all other visuals.
feedbackHelper - Variable in class org.eclipse.gef.editpolicies.GraphicalNodeEditPolicy
the current FeedbackHelper
FeedbackHelper - class org.eclipse.gef.editpolicies.FeedbackHelper.
Helps display connection feedback during drags of the connection ends.
FeedbackHelper() - Constructor for class org.eclipse.gef.editpolicies.FeedbackHelper
Constructs a new FeedbackHelper.
figure - Variable in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
The Figure
fill(Composite) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
The control item implementation of this IContributionItem method calls the createControl framework method.
fill(Menu, int) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
The control item implementation of this IContributionItem method throws an exception since controls cannot be added to menus.
fill(ToolBar, int) - Method in class org.eclipse.gef.ui.actions.ZoomComboContributionItem
The control item implementation of this IContributionItem method calls the createControl framework method to create a control under the given parent, and then creates a new tool item to hold it.
filterEditPartsUnderstanding(List, Request) - Static method in class org.eclipse.gef.tools.ToolUtilities
Filters the given list of EditParts so that the list only contains the EditParts that understand the given request (i.e. return true from EditPart.understandsRequest(Request) when passed the given request).
find(EditPart) - Static method in class org.eclipse.gef.editparts.LayerManager.Helper
Finds the LayerManager given any EditPart in the Viewer.
findHandleAt(Point) - Method in interface org.eclipse.gef.GraphicalViewer
Returns the Handle at the specified Point.
findHandleAt(Point) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
findIndexOfTreeItemAt(Point) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
Calculates the index of the TreeItem ata agiven point.
findObjectAt(Point) - Method in interface org.eclipse.gef.EditPartViewer
Returns null or the EditPart associated with the specified location.
findObjectAt(Point) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
findObjectAtExcluding(Point, Collection) - Method in interface org.eclipse.gef.EditPartViewer
Returns null or the EditPart at the specified location, excluding the specified set.
findObjectAtExcluding(Point, Collection) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
findObjectAtExcluding(Point, Collection, EditPartViewer.Conditional) - Method in interface org.eclipse.gef.EditPartViewer
Returns null or the EditPart at the specified location, using the given exclusion set and conditional.
findObjectAtExcluding(Point, Collection, EditPartViewer.Conditional) - Method in class org.eclipse.gef.ui.parts.TreeViewer
 
findObjectAtExcluding(Point, Collection, EditPartViewer.Conditional) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
 
findTreeItemAt(Point) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
Calculates the TreeItem at a specified Point.
fireActivated() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies EditPartListeners that this EditPart has been activated.
fireChildAdded(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies EditPartListeners that a child has been added.
fireDeactivated() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies EditPartListeners that this EditPart has been deactivated.
fireModeChanged() - Method in class org.eclipse.gef.ui.palette.PaletteViewer
Notifies registered listeners of change in the active tool on the palette
firePropertyChange(int) - Method in class org.eclipse.gef.ui.parts.GraphicalEditor
 
firePropertyChanged(String, Object) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
The oldValue of the PropertyChangeEvent that is fired will always be null.
fireRemovingChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies EditPartListeners that a child is being removed.
fireRemovingSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Notifies listeners that a source connection has been removed.
fireRemovingTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Notifies listeners that a target connection has been removed.
fireSelectionChanged() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Notifies EditPartListeners that the selection has changed.
fireSelectionChanged() - Method in class org.eclipse.gef.ui.parts.TreeViewer
 
fireSelectionChanged() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Fires selection changed to the registered listeners at the time called.
fireSourceConnectionAdded(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Notifies listeners that a source connection has been added.
fireTargetConnectionAdded(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Notifies listeners that a target connection has been added.
fireZoomChanged() - Method in class org.eclipse.gef.editparts.ZoomManager
Notifies listeners that the zoom level has changed.
FLAG_ACTIVE - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
This flag is set during AbstractEditPart.activate(), and reset on AbstractEditPart.deactivate()
FLAG_FOCUS - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
This flag indicates that the EditPart has focus.
FLAG_SELECTION_PERFORMED - Static variable in class org.eclipse.gef.tools.SelectEditPartTracker
Flag to indicate selection has been performed.
FlagSupport - class org.eclipse.gef.util.FlagSupport.
A structure for storing multiple flags compactly using a 32-bit int.
FlagSupport() - Constructor for class org.eclipse.gef.util.FlagSupport
 
FlowLayoutEditPolicy - class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy.
An EditPolicy for use with FlowLayout.
FlowLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
 
flush() - Method in interface org.eclipse.gef.EditPartViewer
Flushes all pending updates to the Viewer.
flush() - Method in class org.eclipse.gef.commands.CommandStack
Flushes the entire stack and resets the save location to zero.
flush() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Flushes and pending layouts and paints in the lightweight system.
flush() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
focusGained(FocusEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer's Control gains keyboard focus.
focusGained(FocusEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when one of the EditDomain's Viewers receives keyboard focus.
focusGained(FocusEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Called when a viewer that the editor controls gains focus.
focusLost(FocusEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer's Control loses keyboard focus.
focusLost(FocusEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when one of the EditDomain's Viewers is losing keyboard focus.
focusLost(FocusEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Called when a viewer that the editor controls loses focus.
FONT_CHANGE_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
The unique IDs for the various widgets.
ForwardedRequest - class org.eclipse.gef.requests.ForwardedRequest.
A Request to be forwarded to another EditPart.
ForwardedRequest(Object) - Constructor for class org.eclipse.gef.requests.ForwardedRequest
Creates a ForwardRequest with the given type.
ForwardedRequest(Object, EditPart) - Constructor for class org.eclipse.gef.requests.ForwardedRequest
Creates a ForwardRequest with the given type and sets the sender.
ForwardUndoCompoundCommand - class org.eclipse.gef.commands.ForwardUndoCompoundCommand.
A CompoundCommand that performs undo on its contained Commands in the same order in which they were executed.
ForwardUndoCompoundCommand() - Constructor for class org.eclipse.gef.commands.ForwardUndoCompoundCommand
Constructs a ForwardUndoCompoundCommand with no label
ForwardUndoCompoundCommand(String) - Constructor for class org.eclipse.gef.commands.ForwardUndoCompoundCommand
Constructs a ForwardUndoCompoundCommand with the specified label
FreeformGraphicalRootEditPart - class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart.
A graphical root that uses FreeformFigures as the layers in the diagram.
FreeformGraphicalRootEditPart() - Constructor for class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
 

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.