A B C D E F G H I J K L M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- factory - Variable in class org.eclipse.gef.palette.CreationToolEntry
-
Deprecated.in 3.1. This field will be removed in future releases. The factory is being provided to the tool via the
ToolEntry.setToolProperty(Object, Object)
method. - FEEDBACK_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
-
The layer containing feedback, which are 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 in org.eclipse.gef.editpolicies
-
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 thecreateControl
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 thecreateControl
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
fromEditPart.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.
- findCommonAncestor(EditPart, EditPart) - Static method in class org.eclipse.gef.tools.ToolUtilities
-
Returns the common parent editpart for given pair of EditParts.
- 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 at given point.
- findObjectAt(Point) - Method in interface org.eclipse.gef.EditPartViewer
-
Returns
null
or theEditPart
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 theEditPart
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 theEditPart
at the specified location, using the given exclusion set and conditional. - findObjectAtExcluding(Point, Collection, EditPartViewer.Conditional) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
- findObjectAtExcluding(Point, Collection, EditPartViewer.Conditional) - Method in class org.eclipse.gef.ui.parts.TreeViewer
- findTreeItemAt(Point) - Method in class org.eclipse.gef.editpolicies.TreeContainerEditPolicy
-
Calculates the
TreeItem
at a specifiedPoint
. - 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.SelectionManager
-
Causes the viewer to fire selection changed notification to all listeners.
- fireSelectionChanged() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
-
Fires selection changed to the registered listeners at the time called.
- fireSelectionChanged() - Method in class org.eclipse.gef.ui.parts.TreeViewer
- 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.
- FIT_ALL - Static variable in class org.eclipse.gef.editparts.ZoomManager
-
String constant for the "Page" zoom level.
- FIT_HEIGHT - Static variable in class org.eclipse.gef.editparts.ZoomManager
-
String constant for the "Height" zoom level.
- FIT_WIDTH - Static variable in class org.eclipse.gef.editparts.ZoomManager
-
String constant for the "Width" zoom level.
- FitAllAction_Label - Static variable in class org.eclipse.gef.SharedMessages
-
The string "Page".
- FitHeightAction_Label - Static variable in class org.eclipse.gef.SharedMessages
-
The string "Height".
- FitWidthAction_Label - Static variable in class org.eclipse.gef.SharedMessages
-
The string "Width".
- FLAG_ACTIVE - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
-
This flag is set during
AbstractEditPart.activate()
, and reset onAbstractEditPart.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 in org.eclipse.gef.util
-
A structure for storing multiple flags compactly using a 32-bit
int
. - FlagSupport() - Constructor for class org.eclipse.gef.util.FlagSupport
- FlowLayoutEditPolicy - Class in org.eclipse.gef.editpolicies
-
An EditPolicy for use with
FlowLayout
. - FlowLayoutEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.FlowLayoutEditPolicy
- flush() - Method in class org.eclipse.gef.commands.CommandStack
-
Flushes the entire stack and resets the save location to zero.
- flush() - Method in interface org.eclipse.gef.EditPartViewer
-
Flushes all pending updates to the Viewer.
- flush() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- flush() - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
-
Flushes and pending layouts and paints in the lightweight system.
- FlyoutPaletteComposite - Class in org.eclipse.gef.ui.palette
-
The FlyoutPaletteComposite is used to show a flyout palette alongside another control.
- FlyoutPaletteComposite(Composite, int, IWorkbenchPage, PaletteViewerProvider, FlyoutPaletteComposite.FlyoutPreferences) - Constructor for class org.eclipse.gef.ui.palette.FlyoutPaletteComposite
-
Constructor
- FlyoutPaletteComposite.FlyoutPreferences - Interface in org.eclipse.gef.ui.palette
-
FlyoutPreferences is used to save/load the preferences for the flyout palette.
- 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 interface org.eclipse.gef.Tool
-
Called when a Viewer's Control gains 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 class org.eclipse.gef.EditDomain
-
Called when one of the EditDomain's Viewers is losing keyboard 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.tools.AbstractTool
-
Called when a viewer that the editor controls loses focus.
- focusPart - Variable in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
-
Deprecated.
- FONT_CHANGE_ID - Static variable in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
The unique IDs for the various widgets.
- ForwardedRequest - Class in org.eclipse.gef.requests
-
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 in org.eclipse.gef.commands
-
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 in org.eclipse.gef.editparts
-
A graphical root that uses
FreeformFigures
as the layers in the diagram. - FreeformGraphicalRootEditPart() - Constructor for class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
All Classes All Packages