Eclipse eRCP
Release 1.1
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 Z

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).
FALSE - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The string representation used for false ("false").
FEATURE_FILE - Static variable in class org.eclipse.update.core.Feature
Simple file name of the default feature manifest file
FEATURE_XML - Static variable in class org.eclipse.update.core.Feature
File extension of the default feature manifest file
FILE_EXPLORER - Static variable in class org.eclipse.jface.util.OpenStrategy
Deprecated.  
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
FIND - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the find action
FLAT - Static variable in class org.eclipse.swt.SWT
Style constant for flat appearance.
FLOAT_DEFAULT_DEFAULT - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The default-default value for float preferences (0.0f).
FONTDATA_ARRAY_DEFAULT_DEFAULT - Static variable in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for FontData[] preferences.
FONTDATA_DEFAULT_DEFAULT - Static variable in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for FontData preferences.
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 and selection constant indicating that a full line should be drawn.
Feature - class org.eclipse.update.core.Feature.
Convenience implementation of a feature.
Feature() - Constructor for class org.eclipse.update.core.Feature
Feature default constructor
FeatureContentProvider - class org.eclipse.update.core.FeatureContentProvider.
Base implementation of a feature content provider.
FeatureContentProvider(URL) - Constructor for class org.eclipse.update.core.FeatureContentProvider
Feature content provider constructor
FeatureContentProvider.FileFilter - class org.eclipse.update.core.FeatureContentProvider.FileFilter.
 
FeatureContentProvider.FileFilter(String) - Constructor for class org.eclipse.update.core.FeatureContentProvider.FileFilter
Constructor for FileFilter.
FeatureModel - class org.eclipse.update.core.model.FeatureModel.
Feature model object.
FeatureModel() - Constructor for class org.eclipse.update.core.model.FeatureModel
Creates an uninitialized feature object.
FeatureModelFactory - class org.eclipse.update.core.model.FeatureModelFactory.
Default feature model factory.
FeatureModelFactory() - Constructor for class org.eclipse.update.core.model.FeatureModelFactory
Creates a default model factory.
FeatureReference - class org.eclipse.update.core.FeatureReference.
Convenience implementation of a feature reference.
FeatureReference() - Constructor for class org.eclipse.update.core.FeatureReference
Feature reference default constructor
FeatureReference(IFeatureReference) - Constructor for class org.eclipse.update.core.FeatureReference
Constructor FeatureReference.
FeatureReference(FeatureReferenceModel) - Constructor for class org.eclipse.update.core.FeatureReference
Constructor FeatureReference.
FeatureReferenceModel - class org.eclipse.update.core.model.FeatureReferenceModel.
Feature reference model object.
FeatureReferenceModel() - Constructor for class org.eclipse.update.core.model.FeatureReferenceModel
Creates an uninitialized feature reference model object.
FeatureReferenceModel(FeatureReferenceModel) - Constructor for class org.eclipse.update.core.model.FeatureReferenceModel
Constructor FeatureReferenceModel.
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 uninitialized 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.
FontDescriptor - class org.eclipse.jface.resource.FontDescriptor.
Lightweight descriptor for a font.
FontDescriptor() - Constructor for class org.eclipse.jface.resource.FontDescriptor
 
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.
FontRegistry - class org.eclipse.jface.resource.FontRegistry.
A font registry maintains a mapping between symbolic font names and SWT fonts.
FontRegistry() - Constructor for class org.eclipse.jface.resource.FontRegistry
Creates an empty font registry.
FontRegistry(String, ClassLoader) - Constructor for class org.eclipse.jface.resource.FontRegistry
Creates a font registry and initializes its content from a property file.
FontRegistry(String) - Constructor for class org.eclipse.jface.resource.FontRegistry
Load the FontRegistry using the ClassLoader from the PlatformUI plug-in
FontRegistry(Display) - Constructor for class org.eclipse.jface.resource.FontRegistry
Creates an empty font registry.
FontRegistry(Display, boolean) - Constructor for class org.eclipse.jface.resource.FontRegistry
Creates an empty font registry.
FormAttachment - class org.eclipse.swt.layout.FormAttachment.
Instances of this class are used to define the edges of a control within a FormLayout.
FormAttachment() - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class.
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.
fatalError(SAXParseException) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Handle fatal errors
fatalError(SAXParseException) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Handle fatal errors
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.
feature - Variable in class org.eclipse.update.core.BaseInstallHandler
The target of the action
featureConfigured(IFeature) - Method in interface org.eclipse.update.configuration.IConfiguredSiteChangedListener
Indicates the specified feature was configured.
featureInstalled(IFeature) - Method in interface org.eclipse.update.configuration.IConfiguredSiteChangedListener
Indicates the specified feature was installed.
featureRemoved(IFeature) - Method in interface org.eclipse.update.configuration.IConfiguredSiteChangedListener
Indicates the specified feature was removed (uninstalled)
featureUnconfigured(IFeature) - Method in interface org.eclipse.update.configuration.IConfiguredSiteChangedListener
Indicates the specified feature was unconfigured.
fill(Composite) - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method does nothing.
fill(Menu, int) - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method does nothing.
fill(Composite) - Method in class org.eclipse.jface.action.ControlContribution
The control item implementation of this IContributionItem method calls the createControl framework method.
fill(Menu, int) - Method in class org.eclipse.jface.action.ControlContribution
The control item implementation of this IContributionItem method throws an exception since controls cannot be added to menus.
fill(Composite) - Method in interface org.eclipse.jface.action.IContributionItem
Fills the given composite control with controls representing this contribution item.
fill(Menu, int) - Method in interface org.eclipse.jface.action.IContributionItem
Fills the given menu with controls representing this contribution item.
fill(Composite) - Method in class org.eclipse.jface.action.SubContributionItem
 
fill(Menu, int) - Method in class org.eclipse.jface.action.SubContributionItem
 
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.
filter(Object[]) - Method in class org.eclipse.jface.viewers.StructuredViewer
Returns the result of running the given elements through the filters.
filter(Viewer, Object, Object[]) - Method in class org.eclipse.jface.viewers.ViewerFilter
Filters the given elements for the given viewer.
filterData(FontData[], Display) - Method in class org.eclipse.jface.resource.FontRegistry
Removes from the list all fonts that do not exist in this system.
find(String) - Method in class org.eclipse.jface.action.ContributionManager
 
find(String) - Method in interface org.eclipse.jface.action.IContributionManager
Finds the contribution item with the given id.
find(String) - Method in class org.eclipse.jface.action.SubContributionManager
 
find(String) - Method in class org.eclipse.jface.preference.PreferenceManager
Finds and returns the contribution node at the given path.
find(String, IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceManager
Finds and returns the preference node directly below the top at the given path.
find(DeviceResourceDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Returns a previously allocated resource associated with the given descriptor, or null if none exists yet.
find(String) - Method in interface org.eclipse.ui.views.IViewRegistry
Return a view descriptor with the given extension id.
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.
findItem(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Finds the widget which represents the given element.
findKeyCode(String) - Static method in class org.eclipse.jface.action.Action
Maps a standard keyboard key name to an SWT key code.
findKeyString(int) - Static method in class org.eclipse.jface.action.Action
Maps an SWT key code to a standard keyboard key name.
findModifier(String) - Static method in class org.eclipse.jface.action.Action
Maps standard keyboard modifier key names to the corresponding SWT modifier bit.
findModifierString(int) - Static method in class org.eclipse.jface.action.Action
Returns a string representation of an SWT modifier bit (SWT.CTRL, SWT.ALT, SWT.SHIFT, and SWT.COMMAND).
findPendingOperation(IFeature) - Static method in class org.eclipse.update.operations.OperationsManager
Check if the feature is the subject of an update operation such as install, configure, etc. and return it.
findPerspectiveWithId(String) - Method in interface org.eclipse.ui.IPerspectiveRegistry
Finds and returns the registered perspective with the given perspective id.
findPerspectiveWithLabel(String) - Method in interface org.eclipse.ui.IPerspectiveRegistry
Finds and returns the registered perspective with the given label.
findSubNode(String) - Method in interface org.eclipse.jface.preference.IPreferenceNode
Returns the subnode of this contribution node with the given node id.
findSubNode(String) - Method in class org.eclipse.jface.preference.PreferenceNode
 
findView(String) - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the view in this page with the specified id.
findViewReference(String) - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the view reference with the specified id.
findViewReference(String, String) - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the view reference with the specified id and secondary id.
fireApplyEditorValue() - Method in class org.eclipse.jface.viewers.CellEditor
Notifies all registered cell editor listeners of an apply event.
fireCancelEditor() - Method in class org.eclipse.jface.viewers.CellEditor
Notifies all registered cell editor listeners that editing has been canceled.
fireCheckStateChanged(CheckStateChangedEvent) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
Notifies any check state listeners that the check state of an element has changed.
fireDoubleClick(DoubleClickEvent) - Method in class org.eclipse.jface.viewers.StructuredViewer
Notifies any double-click listeners that a double-click has been received.
fireEditorValueChanged(boolean, boolean) - Method in class org.eclipse.jface.viewers.CellEditor
Notifies all registered cell editor listeners of a value change.
fireEnablementChanged(String) - Method in class org.eclipse.jface.viewers.CellEditor
Notifies all registered property listeners of an enablement change.
fireLabelProviderChanged(LabelProviderChangedEvent) - Method in class org.eclipse.jface.viewers.LabelProvider
Fires a label provider changed event to all registered listeners Only listeners registered at the time this method is called are notified.
fireMappingChanged(String, Object, Object) - Method in class org.eclipse.jface.resource.ResourceRegistry
Fires a PropertyChangeEvent.
fireObjectChanged(Object, String) - Static method in class org.eclipse.update.operations.OperationsManager
Notifies model changed listeners when features/sites/etc. have changed.
fireObjectsAdded(Object, Object[]) - Static method in class org.eclipse.update.operations.OperationsManager
Notifies model changed listeners when features/sites/etc. are added.
fireObjectsRemoved(Object, Object[]) - Static method in class org.eclipse.update.operations.OperationsManager
Notifies model changed listeners when features/sites/etc are removed.
fireOpen(OpenEvent) - Method in class org.eclipse.jface.viewers.StructuredViewer
Notifies any open event listeners that a open event has been received.
firePostSelectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jface.viewers.StructuredViewer
Notifies any post selection listeners that a post selection event has been received.
firePropertyChange(String, Object, Object) - Method in class org.eclipse.jface.action.Action
Notifies any property change listeners that a property has changed.
firePropertyChange(PropertyChangeEvent) - Method in class org.eclipse.jface.action.Action
Notifies any property change listeners that a property has changed.
firePropertyChange(int) - Method in class org.eclipse.ui.part.WorkbenchPart
Fires a property changed event.
firePropertyChangeEvent(String, Object, Object) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Fires a property change event corresponding to a change to the current value of the preference with the given name.
firePropertyChangeEvent(String, Object, Object) - Method in class org.eclipse.jface.preference.PreferenceStore
 
firePropertyChangeEvent(String, Object, Object) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
fireSelectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jface.viewers.Viewer
Notifies any selection changed listeners that the viewer's selection has changed.
fireSystemInfoChanged(IVolume, int) - Static method in class org.eclipse.update.configuration.LocalSystemInfo
Notify listeners of change.
fireTreeCollapsed(TreeExpansionEvent) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Fires a tree collapsed event.
fireTreeExpanded(TreeExpansionEvent) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Fires a tree expanded event.
flipXY(Point) - Static method in class org.eclipse.jface.util.Geometry
Swaps the X and Y coordinates of the given point.
flipXY(Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Swaps the X and Y coordinates of the given rectangle, along with the height and width.
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.
flushLayout() - Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Notifies the workbench that the preferred size of the presentation has changed.
flushLocalFile() - Static method in class org.eclipse.update.core.Utilities
Flushes all the keys from the local file map.
focusGained(FocusEvent) - Method in interface org.eclipse.swt.events.FocusListener
Sent when a control gets focus.
focusLost() - Method in class org.eclipse.jface.viewers.CellEditor
Processes a focus lost event that occurred in this cell editor.
focusLost() - Method in class org.eclipse.jface.viewers.ComboBoxCellEditor
 
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.
format(String, Object[]) - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the formatted message for the given key in JFace's resource bundle.
format(Date) - Static method in class org.eclipse.update.core.Utilities
Formats a Date based on the default Locale If teh Date is null returns an empty String
forward() - Method in class org.eclipse.swt.browser.Browser
Navigate to the next session history item.

Eclipse eRCP
Release 1.1
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 Z