A B C D E F G H I J K L M N O P Q R S T U V W X Y

F

F1 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F1 key (value is (1<<24)+10).
F10 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F10 key (value is (1<<24)+19).
F11 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F11 key (value is (1<<24)+20).
F12 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F12 key (value is (1<<24)+21).
F13 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F13 key (value is (1<<24)+22).
F14 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F14 key (value is (1<<24)+23).
F15 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F15 key (value is (1<<24)+24).
F2 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F2 key (value is (1<<24)+11).
F3 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F3 key (value is (1<<24)+12).
F4 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F4 key (value is (1<<24)+13).
F5 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F5 key (value is (1<<24)+14).
F6 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F6 key (value is (1<<24)+15).
F7 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F7 key (value is (1<<24)+16).
F8 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F8 key (value is (1<<24)+17).
F9 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F9 key (value is (1<<24)+18).
FILL - Static variable in class org.eclipse.swt.SWT
Style constant for vertical alignment or orientation behavior (value is 4).
FILL - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
FILL_BOTH - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell horizontally and vertically and to fit the remaining horizontal and vertical space.
FILL_EVEN_ODD - Static variable in class org.eclipse.swt.SWT
Even odd rule for filling operations (value is 1).
FILL_HORIZONTAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell horizontally and to fit the remaining horizontal space.
FILL_VERTICAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell vertically and to fit the remaining vertical space.
FILL_WINDING - Static variable in class org.eclipse.swt.SWT
Winding rule for filling operations (value is 2).
FILTER - Static variable in class org.eclipse.ercp.swt.mobile.SortedList
constructor style specifying filter field should be displayed
FLAT - Static variable in class org.eclipse.swt.SWT
Style constant for flat appearance.
FULL - Static variable in class org.eclipse.ercp.swt.mobile.DateEditor
A hint that the widget should be displayed in a format which is full featured and emphasizes ease of use rather than compactness.
FULL_KEYBOARD - Static variable in class org.eclipse.ercp.swt.mobile.Input
input feature has hardware keys typical in a full keyboard.
FULL_SELECTION - Static variable in class org.eclipse.swt.SWT
Style constant for full row selection behavior.
FileDialog - class org.eclipse.swt.widgets.FileDialog.
Instances of this class allow the user to navigate the file system and select or enter a file name.
FileDialog(Shell) - Constructor for class org.eclipse.swt.widgets.FileDialog
Constructs a new instance of this class given only its parent.
FileDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.FileDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
FillLayout - class org.eclipse.swt.layout.FillLayout.
FillLayout is the simplest layout class.
FillLayout() - Constructor for class org.eclipse.swt.layout.FillLayout
Constructs a new instance of this class.
FillLayout(int) - Constructor for class org.eclipse.swt.layout.FillLayout
Constructs a new instance of this class given the type.
FocusEvent - class org.eclipse.swt.events.FocusEvent.
Instances of this class are sent as a result of widgets gaining and losing focus.
FocusEvent(Event) - Constructor for class org.eclipse.swt.events.FocusEvent
Constructs a new instance of this class based on the information in the given untyped event.
FocusIn - Static variable in class org.eclipse.swt.SWT
The focus in event type (value is 15).
FocusListener - interface org.eclipse.swt.events.FocusListener.
Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.
FocusOut - Static variable in class org.eclipse.swt.SWT
The focus out event type (value is 16).
Font - class org.eclipse.swt.graphics.Font.
Instances of this class manage operating system resources that define how text looks when it is displayed.
Font(Device, FontData) - Constructor for class org.eclipse.swt.graphics.Font
Constructs a new font given a device and font data which describes the desired font's appearance.
Font(Device, FontData[]) - Constructor for class org.eclipse.swt.graphics.Font
Constructs a new font given a device and an array of font data which describes the desired font's appearance.
Font(Device, String, int, int) - Constructor for class org.eclipse.swt.graphics.Font
Constructs a new font given a device, a font name, the height of the desired font in points, and a font style.
FontData - class org.eclipse.swt.graphics.FontData.
Instances of this class describe operating system fonts.
FontData() - Constructor for class org.eclipse.swt.graphics.FontData
Constructs a new un-initialized font data.
FontData(String) - Constructor for class org.eclipse.swt.graphics.FontData
Constructs a new FontData given a string representation in the form generated by the FontData.toString method.
FontData(String, int, int) - Constructor for class org.eclipse.swt.graphics.FontData
Constructs a new font data given a font name, the height of the desired font in points, and a font style.
FontDialog - class org.eclipse.swt.widgets.FontDialog.
Instances of this class allow the user to select a font from all available fonts in the system.
FontDialog(Shell) - Constructor for class org.eclipse.swt.widgets.FontDialog
Constructs a new instance of this class given only its parent.
FontDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.FontDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
FontMetrics - class org.eclipse.swt.graphics.FontMetrics.
Instances of this class provide measurement information about fonts including ascent, descent, height, leading space between rows, and average character width.
FormAttachment - class org.eclipse.swt.layout.FormAttachment.
Instances of this class are used to define the edges of a control within a FormLayout.
FormAttachment(int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a numerator Since no denominator or offset is specified, the default is to treat the numerator as a percentage of the form, with a denominator of 100.
FormAttachment(int, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a numerator and an offset.
FormAttachment(int, int, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a numerator and denominator and an offset.
FormAttachment(Control) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a control.
FormAttachment(Control, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a control and an offset.
FormAttachment(Control, int, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a control, an offset and an alignment.
FormData - class org.eclipse.swt.layout.FormData.
Instances of this class are used to define the attachments of a control in a FormLayout.
FormData() - Constructor for class org.eclipse.swt.layout.FormData
Constructs a new instance of FormData using default values.
FormData(int, int) - Constructor for class org.eclipse.swt.layout.FormData
Constructs a new instance of FormData according to the parameters.
FormLayout - class org.eclipse.swt.layout.FormLayout.
Instances of this class control the position and size of the children of a composite control by using FormAttachments to optionally configure the left, top, right and bottom edges of each child.
FormLayout() - Constructor for class org.eclipse.swt.layout.FormLayout
Constructs a new instance of this class.
feature - Variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
The instance of an Input or Screen object being added or removed when the device configuration changes.
fill - Variable in class org.eclipse.swt.layout.RowLayout
fill specifies whether the controls in a row should be all the same height for horizontal layouts, or the same width for vertical layouts.
fillArc(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of a circular or elliptical arc within the specified rectangular area, with the receiver's background color.
fillGradientRectangle(int, int, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the specified rectangle with a gradient sweeping from left to right or top to bottom progressing from the receiver's foreground color to its background color.
fillOval(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of an oval, within the specified rectangular area, with the receiver's background color.
fillPolygon(int[]) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the closed polygon which is defined by the specified array of integer coordinates, using the receiver's background color.
fillRectangle(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the rectangle specified by the arguments, using the receiver's background color.
fillRectangle(Rectangle) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the specified rectangle, using the receiver's background color.
fillRoundRectangle(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the round-cornered rectangle specified by the arguments, using the receiver's background color.
findDisplay(Thread) - Static method in class org.eclipse.swt.widgets.Display
Returns the display which the given thread is the user-interface thread for, or null if the given thread is not a user-interface thread for any display.
flushCache(Control) - Method in class org.eclipse.swt.layout.FillLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.FormLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.GridLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.RowLayout
 
flushCache(Control) - Method in class org.eclipse.swt.widgets.Layout
Instruct the layout to flush any cached values associated with the control specified in the argument control.
focusGained(FocusEvent) - Method in interface org.eclipse.swt.events.FocusListener
Sent when a control gets focus.
focusLost(FocusEvent) - Method in interface org.eclipse.swt.events.FocusListener
Sent when a control loses focus.
forceActive() - Method in class org.eclipse.swt.widgets.Shell
If the receiver is visible, moves it to the top of the drawing order for the display on which it was created (so that all other shells on that display, which are not the receiver's children will be drawn behind it) and forces the window manager to make the shell active.
forceFocus() - Method in class org.eclipse.swt.widgets.Control
Forces the receiver to have the keyboard focus, causing all keyboard events to be delivered to it.
forward() - Method in class org.eclipse.swt.browser.Browser
Navigate to the next session history item.

A B C D E F G H I J K L M N O P Q R S T U V W X Y