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

F

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.
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.
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.
FONT_CHANGE_ID - Static variable in class org.eclipse.gef.ui.palette.customize. PaletteSettingsDialog
The unique IDs for the various widgets.
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.
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".
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
 
FlyoutPaletteComposite - class org.eclipse.gef.ui.palette. FlyoutPaletteComposite.
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 org.eclipse.gef.ui.palette. FlyoutPaletteComposite.FlyoutPreferences.
FlyoutPreferences is used to save/load the preferences for the flyout palette.
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
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.
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
 
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.
feedbackHelper - Variable in class org.eclipse.gef.editpolicies. GraphicalNodeEditPolicy
the current 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.
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.
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 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, 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) - Method in class org.eclipse.gef.ui.parts. AbstractEditPartViewer
 
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 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. SelectionManager
Causes the viewer to fire selection changed notification to all listeners.
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. 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.
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. AbstractEditPartViewer
 
flush() - Method in class org.eclipse.gef.ui.parts. GraphicalViewerImpl
Flushes and pending layouts and paints in the lightweight system.
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.   

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