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

L

LANDSCAPE - Static variable in class org.eclipse.ercp.swt.mobile.Screen
indicates text is normally written across the longest width
LARGE_STATUS_PANE - Static variable in class org.eclipse.ercp.swt.mobile.MobileShell
Hint show large status pane with shell
LATIN_INPUT_ONLY - Static variable in class org.eclipse.ercp.swt.mobile.TextExtension
Force that locale specific input modes should not be available.
LB_MOD_SHOW_DETAIL_ICONS - Static variable in class org.eclipse.ercp.swt.mobile.ListBox
shows icons associated with detail text
LB_MOD_SHOW_HEADING_ICONS - Static variable in class org.eclipse.ercp.swt.mobile.ListBox
shows icon associated with heading text
LB_MOD_SHOW_SELECTION_NUMBER - Static variable in class org.eclipse.ercp.swt.mobile.ListBox
shows a single digit number aligned with each item which may be used to select the item.
LB_STYLE_1LINE_ITEM - Static variable in class org.eclipse.ercp.swt.mobile.ListBox
single line item, 2 columns
LB_STYLE_2LINE_ITEM - Static variable in class org.eclipse.ercp.swt.mobile.ListBox
double line item, 1 column with heading and detail combined
LB_STYLE_NO_HEADING_TEXT - Static variable in class org.eclipse.ercp.swt.mobile.ListBox
single line item, 1 column (default)
LEAD - Static variable in class org.eclipse.swt.SWT
Style constant for leading alignment (value is 1<<14).
LEFT - Static variable in class org.eclipse.swt.SWT
Style constant for align left behavior (value is 1<<14).
LEFT - Static variable in interface org.eclipse.ui.IPageLayout
Relationship constant indicating a part should be placed to the left of its relative.
LEFT - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Constant to be used when referring to the left side of the workbench org.eclipse.jface.window.
LEFT_TO_RIGHT - Static variable in class org.eclipse.swt.SWT
Style constant for left to right orientation (value is 1<<25).
LF - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the line feed character (value is the char '\n').
LIMIT - Static variable in class org.eclipse.swt.widgets.Combo
the operating system limit for the number of characters that the text field in an instance of this class can hold
LIMIT - Static variable in class org.eclipse.swt.widgets.Text
The maximum number of characters that can be entered into a text widget.
LIMITED_KEYBOARD - Static variable in class org.eclipse.ercp.swt.mobile.Input
input feature has more hardware keys than a keypad, but fewer than a full keyboard.
LINE_DASH - Static variable in class org.eclipse.swt.SWT
Line drawing style for dashed lines (value is 2).
LINE_DASHDOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for alternating dash-dot lines (value is 4).
LINE_DASHDOTDOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for dash-dot-dot lines (value is 5).
LINE_DOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for dotted lines (value is 3).
LINE_SOLID - Static variable in class org.eclipse.swt.SWT
Line drawing style for solid lines (value is 1).
LINK_NAVIGATOR_TO_EDITOR - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named org.eclipse.jface.preference for whether to show an editor when its input file is selected in the Navigator (and vice versa).
LOCAL - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
feature which is permanently attached to the mobile device and always available
LONG_DEFAULT_DEFAULT - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The default-default value for long preferences (0L).
LOW - Static variable in class org.eclipse.ercp.swt.mobile.ListView
A low density level.
LOWERCASE - Static variable in class org.eclipse.ercp.swt.mobile.TextExtension
The lower case letters of a typeface.
Label - class org.eclipse.swt.widgets.Label.
Instances of this class represent a non-selectable user interface object that displays a string or image.
Label(Composite, int) - Constructor for class org.eclipse.swt.widgets.Label
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
LabelProvider - class org.eclipse.jface.viewers.LabelProvider.
A label provider implementation which, by default, uses an element's toString value for its text and null for its image.
LabelProvider() - Constructor for class org.eclipse.jface.viewers.LabelProvider
Creates a new label provider.
LabelProviderChangedEvent - class org.eclipse.jface.viewers.LabelProviderChangedEvent.
Event object describing a label provider state change.
LabelProviderChangedEvent(IBaseLabelProvider) - Constructor for class org.eclipse.jface.viewers.LabelProviderChangedEvent
Creates a new event for the given source, indicating that all labels provided by the source are no longer valid and should be updated.
LabelProviderChangedEvent(IBaseLabelProvider, Object[]) - Constructor for class org.eclipse.jface.viewers.LabelProviderChangedEvent
Creates a new event for the given source, indicating that the label provided by the source for the given elements is no longer valid and should be updated.
LabelProviderChangedEvent(IBaseLabelProvider, Object) - Constructor for class org.eclipse.jface.viewers.LabelProviderChangedEvent
Creates a new event for the given source, indicating that the label provided by the source for the given element is no longer valid and should be updated.
Layout - class org.eclipse.swt.widgets.Layout.
A layout controls the position and size of the children of a composite widget.
Layout() - Constructor for class org.eclipse.swt.widgets.Layout
 
Link - class org.eclipse.swt.widgets.Link.
Instances of this class represent a selectable user interface object that displays a text with links.
Link(Composite, int) - Constructor for class org.eclipse.swt.widgets.Link
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
List - class org.eclipse.swt.widgets.List.
Instances of this class represent a selectable user interface object that displays a list of strings and issues notification when a string is selected.
List(Composite, int) - Constructor for class org.eclipse.swt.widgets.List
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ListBox - class org.eclipse.ercp.swt.mobile.ListBox.
Instances of this class represent a selectable user interface object that displays a list of items consisting of text and icons from a data model.
ListBox(Composite, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.ListBox
Constructs a new instance of this class given its parent, a style value describing its selection behavior, and a style value describing its layout.
ListBoxItem - class org.eclipse.ercp.swt.mobile.ListBoxItem.
Instances of this class represent an item in a ListBox widget.
ListBoxItem() - Constructor for class org.eclipse.ercp.swt.mobile.ListBoxItem
Constructs a new instance of this class.
ListBoxItem(String, Image, String, Image) - Constructor for class org.eclipse.ercp.swt.mobile.ListBoxItem
Constructs a new instance of this class and initializes it using provided data.
ListFeaturesCommand - class org.eclipse.update.standalone.ListFeaturesCommand.
Command to list all installed features.
ListFeaturesCommand(String) - Constructor for class org.eclipse.update.standalone.ListFeaturesCommand
 
ListView - class org.eclipse.ercp.swt.mobile.ListView.
A widget that allows the user to select one or more items from a collection of items that can be displayed in a multi-column way with different styles.
ListView(Composite, int) - Constructor for class org.eclipse.ercp.swt.mobile.ListView
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ListView(Composite, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.ListView
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance styles.
ListViewer - class org.eclipse.jface.viewers.ListViewer.
A concrete viewer based on an SWT List control.
ListViewer(Composite) - Constructor for class org.eclipse.jface.viewers.ListViewer
Creates a list viewer on a newly-created list control under the given parent.
ListViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.ListViewer
Creates a list viewer on a newly-created list control under the given parent.
ListViewer(List) - Constructor for class org.eclipse.jface.viewers.ListViewer
Creates a list viewer on the given list control.
Listener - interface org.eclipse.swt.widgets.Listener.
Implementers of Listener provide a simple handleEvent() method that is used internally by SWT to dispatch events.
ListenerList - class org.eclipse.jface.util.ListenerList.
This class is used to maintain a list of listeners, and is used in the implementations of several classes within JFace which allow you to register listeners of various kinds.
ListenerList() - Constructor for class org.eclipse.jface.util.ListenerList
Creates a listener list with an initial capacity of 1.
ListenerList(int) - Constructor for class org.eclipse.jface.util.ListenerList
Creates a listener list with the given initial capacity.
LocalResourceManager - class org.eclipse.jface.resource.LocalResourceManager.
A local registry that shares its resources with some global registry.
LocalResourceManager(ResourceManager) - Constructor for class org.eclipse.jface.resource.LocalResourceManager
Creates a local registry that delegates to the given global registry for all resource allocation and deallocation.
LocalResourceManager(ResourceManager, Control) - Constructor for class org.eclipse.jface.resource.LocalResourceManager
Creates a local registry that wraps the given global registry.
LocalSystemInfo - class org.eclipse.update.configuration.LocalSystemInfo.
Utility class providing local file system information.
LocalSystemInfo() - Constructor for class org.eclipse.update.configuration.LocalSystemInfo
 
LocationEvent - class org.eclipse.swt.browser.LocationEvent.
A LocationEvent is sent by a Browser to LocationListener's when the Browser navigates to a different URL.
LocationListener - interface org.eclipse.swt.browser.LocationListener.
This listener interface may be implemented in order to receive a LocationEvent notification when a Browser navigates to a different URL.
labelProviderChanged() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
labelProviderChanged() - Method in class org.eclipse.jface.viewers.ContentViewer
Notifies that the label provider has changed.
labelProviderChanged(LabelProviderChangedEvent) - Method in interface org.eclipse.jface.viewers.ILabelProviderListener
Notifies this listener that the state of the label provider has changed in a way that affects the labels it computes.
layout(Composite, boolean) - Method in class org.eclipse.jface.viewers.TableLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
layout() - Method in class org.eclipse.swt.widgets.Composite
If the receiver has a layout, asks the layout to lay out (that is, set the size and location of) the receiver's children.
layout(boolean) - Method in class org.eclipse.swt.widgets.Composite
If the receiver has a layout, asks the layout to lay out (that is, set the size and location of) the receiver's children.
layout(Composite, boolean) - Method in class org.eclipse.swt.widgets.Layout
Lays out the children of the specified composite according to this layout.
left - Variable in class org.eclipse.swt.layout.FormData
left specifies the attachment of the left side of the control.
list(PrintStream) - Method in class org.eclipse.jface.preference.PreferenceStore
Prints the contents of this preference store to the given print stream.
list(PrintWriter) - Method in class org.eclipse.jface.preference.PreferenceStore
Prints the contents of this preference store to the given print writer.
listAdd(String, int) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Adds the given string to the underlying widget at the given index
listAdd(String, int) - Method in class org.eclipse.jface.viewers.ComboViewer
 
listAdd(String, int) - Method in class org.eclipse.jface.viewers.ListViewer
 
listDeselectAll() - Method in class org.eclipse.jface.viewers.AbstractListViewer
Deselects all selected items in the underlying widget.
listDeselectAll() - Method in class org.eclipse.jface.viewers.ComboViewer
 
listDeselectAll() - Method in class org.eclipse.jface.viewers.ListViewer
 
listGetItemCount() - Method in class org.eclipse.jface.viewers.AbstractListViewer
Returns the number of items contained in the underlying widget.
listGetItemCount() - Method in class org.eclipse.jface.viewers.ComboViewer
 
listGetItemCount() - Method in class org.eclipse.jface.viewers.ListViewer
 
listGetSelectionIndices() - Method in class org.eclipse.jface.viewers.AbstractListViewer
Returns the zero-relative indices of the items which are currently selected in the underlying widget.
listGetSelectionIndices() - Method in class org.eclipse.jface.viewers.ComboViewer
 
listGetSelectionIndices() - Method in class org.eclipse.jface.viewers.ListViewer
 
listRemove(int) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Removes the item from the underlying widget at the given zero-relative index.
listRemove(int) - Method in class org.eclipse.jface.viewers.ComboViewer
 
listRemove(int) - Method in class org.eclipse.jface.viewers.ListViewer
 
listRemoveAll() - Method in class org.eclipse.jface.viewers.AbstractListViewer
Removes all of the items from the underlying widget.
listRemoveAll() - Method in class org.eclipse.jface.viewers.ComboViewer
 
listRemoveAll() - Method in class org.eclipse.jface.viewers.ListViewer
 
listSetItem(int, String) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Sets the text of the item at the given index in the underlying widget.
listSetItem(int, String) - Method in class org.eclipse.jface.viewers.ComboViewer
 
listSetItem(int, String) - Method in class org.eclipse.jface.viewers.ListViewer
 
listSetItems(String[]) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Sets the underlying widget's items to be the given array of items.
listSetItems(String[]) - Method in class org.eclipse.jface.viewers.ComboViewer
 
listSetItems(String[]) - Method in class org.eclipse.jface.viewers.ListViewer
 
listSetSelection(int[]) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Selects the items at the given zero-relative indices in the underlying widget.
listSetSelection(int[]) - Method in class org.eclipse.jface.viewers.ComboViewer
 
listSetSelection(int[]) - Method in class org.eclipse.jface.viewers.ListViewer
 
listShowSelection() - Method in class org.eclipse.jface.viewers.AbstractListViewer
Shows the selection.
listShowSelection() - Method in class org.eclipse.jface.viewers.ComboViewer
 
listShowSelection() - Method in class org.eclipse.jface.viewers.ListViewer
 
load() - Method in class org.eclipse.jface.preference.PreferenceStore
Loads this preference store from the file established in the constructor PreferenceStore(java.lang.String) (or by setFileName).
load(InputStream) - Method in class org.eclipse.jface.preference.PreferenceStore
Loads this preference store from the given input stream.
load(InputStream) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the specified input stream.
load(String) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the file with the specified name.
loadPreferenceStore() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated. As of Eclipse 2.0, a basic org.eclipse.jface.preference store exists for all plug-ins. This method now exists only for backwards compatibility. It is called as the plug-in's org.eclipse.jface.preference store is being initialized. The plug-ins preferences are loaded from the file regardless of what this method does.
location - Variable in class org.eclipse.swt.browser.LocationEvent
current location
log(IStatus) - Method in interface org.eclipse.jface.util.ILogger
Logs the given status.
logicalScreenHeight - Variable in class org.eclipse.swt.graphics.ImageLoader
the height of the logical screen on which the images reside, in pixels (this corresponds to the GIF89a Logical Screen Height value)
logicalScreenWidth - Variable in class org.eclipse.swt.graphics.ImageLoader
the width of the logical screen on which the images reside, in pixels (this corresponds to the GIF89a Logical Screen Width value)
lookupLocalFile(String) - Static method in class org.eclipse.update.core.Utilities
Returns a previously cached local file (in temporary area) matching the specified key.

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