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

label - Variable in class org.eclipse.ercp.update.views.WrappedLabel
 
Label - Class in org.eclipse.swt.widgets
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 in org.eclipse.jface.viewers
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.
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.
LabelProviderChangedEvent - Class in org.eclipse.jface.viewers
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.
LANDSCAPE - Static variable in class org.eclipse.ercp.swt.mobile.Screen
indicates text is normally written across the longest width
Languages - Static variable in class org.eclipse.ercp.update.UIMessages
 
LARGE_STATUS_PANE - Static variable in class org.eclipse.ercp.swt.mobile.MobileShell
Hint show large status pane with shell
LAST_BIT_USED_ABSTRACT_HANDLE - Static variable in class org.eclipse.core.commands.common.AbstractHandleObjectEvent
The last used bit so that subclasses can add more properties.
LAST_USED_BIT - Static variable in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
The last used bit so that subclasses can add more properties.
lastChild - Variable in class org.eclipse.ercp.xml.dom.TreeNode
 
lastSegment() - Method in interface org.eclipse.core.runtime.IPath
Returns the last segment of this path, or null if it does not have any segments.
lastSegment() - Method in class org.eclipse.core.runtime.Path
 
LATIN_INPUT_ONLY - Static variable in class org.eclipse.ercp.swt.mobile.TextExtension
Force that locale specific input modes should not be available.
launch(ParameterizedRunnable, Object) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher
 
launch() - Method in class org.eclipse.osgi.framework.internal.core.Framework
Start the framework.
launch() - Method in class org.eclipse.osgi.framework.internal.core.OSGi
Start the framework.
launch(int) - Method in class org.eclipse.osgi.framework.internal.core.StartLevelManager
Internal method to allow the framework to be launched synchronously by calling the StartLevelListener worker calls directly This method does not return until all bundles that should be started are started
launch(ParameterizedRunnable, Object) - Method in interface org.eclipse.osgi.service.runnable.ApplicationLauncher
Launches the specified runnable using the main thread.
Launcher - Class in org.eclipse.osgi.framework.launcher
This class provides an entry point for launching the OSGi framework.
Launcher() - Constructor for class org.eclipse.osgi.framework.launcher.Launcher
Default constructor.
layout(Composite, boolean) - Method in class org.eclipse.jface.viewers.TableLayout
 
layout - Variable in class org.eclipse.swt.graphics.InternalGCData
 
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.Combo
 
layout(boolean) - Method in class org.eclipse.swt.widgets.Combo
 
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 - Class in org.eclipse.swt.widgets
A layout controls the position and size of the children of a composite widget.
Layout() - Constructor for class org.eclipse.swt.widgets.Layout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.widgets.Layout
Lays out the children of the specified composite according to this layout.
LAZY_ACTIVATION - Static variable in class org.osgi.framework.BundleEvent
The bundle will be lazily activated.
LAZY_FILE - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
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 - Variable in class org.eclipse.swt.layout.FormData
left specifies the attachment of the left side of the control.
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).
length - Variable in class org.eclipse.ercp.xml.dom.TreeNode
 
LESS - Static variable in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
LexicalHandler - Interface in org.xml.sax.ext
SAX2 extension handler for lexical events.
LexicalHandlerID - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
LF - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the line feed character (value is the char '\n').
LIBRARY - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
LIBRARY_EXPORT - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
LIBRARY_EXPORT_MASK - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
LIBRARY_NAME - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
LIBRARY_PACKAGES - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
LIBRARY_PACKAGES_PREFIXES - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
LIBRARY_SOURCE - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
LIBRARY_TYPE - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
License - Static variable in class org.eclipse.ercp.update.UIMessages
 
LICENSE_SCREEN - Variable in class org.eclipse.ercp.update.views.NormalView
 
LicenseScreen - Class in org.eclipse.ercp.update.views
 
LicenseScreen(NormalView) - Constructor for class org.eclipse.ercp.update.views.LicenseScreen
 
LIFECYCLE - Static variable in class org.osgi.framework.AdminPermission
The action string lifecycle (Value is "lifecycle").
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_SEPARATOR - Static variable in class org.eclipse.core.runtime.adaptor.EclipseLog
The line separator used in the log output
LINE_SOLID - Static variable in class org.eclipse.swt.SWT
Line drawing style for solid lines (value is 1).
LinearUndoEnforcer - Class in org.eclipse.core.commands.operations
An operation approver that enforces a strict linear undo.
LinearUndoEnforcer() - Constructor for class org.eclipse.core.commands.operations.LinearUndoEnforcer
Create an instance of LinearUndoEnforcer.
LinearUndoViolationDetector - Class in org.eclipse.core.commands.operations
An abstract class for detecting violations in a strict linear undo/redo model.
LinearUndoViolationDetector() - Constructor for class org.eclipse.core.commands.operations.LinearUndoViolationDetector
Create an instance of LinearUndoViolationDetector.
lineStyle - Variable in class org.eclipse.swt.graphics.InternalGCData
 
lineWidth - Variable in class org.eclipse.swt.graphics.InternalGCData
 
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).
LINKAGE_CHANGED - Static variable in interface org.eclipse.osgi.service.resolver.BundleDelta
Deprecated. this type is no longer valid
linkDynamicImport(BundleDescription, String) - Method in interface org.eclipse.osgi.service.resolver.State
Attempts to find an ExportPackageDescription that will satisfy a dynamic import for the specified requestedPackage for the specified importingBundle.
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.
List - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that displays a list of strings and issues notificiation when a string 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.
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
 
ListBox - Class in org.eclipse.ercp.swt.mobile
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 in org.eclipse.ercp.swt.mobile
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.
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
 
Listener - Interface in org.eclipse.swt.widgets
Implementers of Listener provide a simple handleEvent() method that is used internally by SWT to dispatch events.
LISTENER - Static variable in class org.osgi.framework.AdminPermission
The action string listener (Value is "listener").
ListenerList - Class in org.eclipse.core.runtime
This class is a thread safe list that is designed for storing lists of listeners.
ListenerList() - Constructor for class org.eclipse.core.runtime.ListenerList
Creates a listener list in which listeners are compared using equality.
ListenerList(int) - Constructor for class org.eclipse.core.runtime.ListenerList
Creates a listener list using the provided comparison mode.
ListenerList - Class in org.eclipse.jface.util
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.
ListenerQueue - Class in org.eclipse.osgi.framework.eventmgr
The ListenerQueue is used to snapshot the set of listeners at the time the event is fired.
ListenerQueue(EventManager) - Constructor for class org.eclipse.osgi.framework.eventmgr.ListenerQueue
ListenerQueue constructor.
listeners - Variable in class org.eclipse.core.runtime.Preferences
List of registered listeners (element type: IPropertyChangeListener).
ListFeaturesCommand - Class in org.eclipse.update.standalone
Command to list all installed features.
ListFeaturesCommand(String) - Constructor for class org.eclipse.update.standalone.ListFeaturesCommand
 
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
 
ListView - Class in org.eclipse.ercp.swt.mobile
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.
ListView.ListViewItem - Class in org.eclipse.ercp.swt.mobile
 
ListView.ListViewItem(String) - Constructor for class org.eclipse.ercp.swt.mobile.ListView.ListViewItem
 
ListView.ListViewItem(String, Image) - Constructor for class org.eclipse.ercp.swt.mobile.ListView.ListViewItem
 
ListView_Add(int, String, int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_Delete(int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_DeleteAll(int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_GetFocusIndex(int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_GetIconSize(int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_GetSelectionCount(int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_GetSelectionIndices(int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_GetTopItemIndex(int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_IsSelected(int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_MakeSelectionVisible(int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_New(int, int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_Select(int, int, boolean) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_Set(int, String, int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListView_SetLayoutDensity(int, int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ListViewer - Class in org.eclipse.jface.viewers
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.
load(BaseData, DataInputStream) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook
 
load(InputStream) - Method in class org.eclipse.core.runtime.Preferences
Loads the non-default-valued properties for this preference object from the given input stream using java.util.Properties.load(InputStream).
load() - Method in class org.eclipse.ercp.eworkbench.ApplicationRegistry
Loads the registry.
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(BaseData, DataInputStream) - Method in interface org.eclipse.osgi.baseadaptor.hooks.StorageHook
Creates a new storage hook and loads the data from the specified input stream into the storage hook.
load() - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Load the bundle.
load() - Method in class org.eclipse.osgi.framework.internal.core.BundleFragment
Load the bundle.
load() - Method in class org.eclipse.osgi.framework.internal.core.BundleHost
Load the bundle.
load() - Method in class org.eclipse.osgi.framework.internal.core.SystemBundle
Load the bundle.
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.
loadAdapter(Object, String) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns an object that is an instance of the given class name associated with the given object.
loadBundleActivator() - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Load and instantiate bundle's BundleActivator class
loadClass(String, boolean) - Method in class org.eclipse.core.runtime.internal.adaptor.ContextFinder
 
loadClass(String) - Method in interface org.eclipse.osgi.framework.adaptor.BundleClassLoader
This method will first search the parent class loader for the class; That failing, this method will invoke ClassLoaderDelegate.findClass(String) to find the resource.
loadClass(String, boolean) - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
This method loads a class from the bundle.
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
 
loadClass(String, boolean) - Method in class org.eclipse.osgi.framework.internal.core.BundleFragment
This method loads a class from the bundle.
loadClass(String, boolean) - Method in class org.eclipse.osgi.framework.internal.core.BundleHost
This method loads a class from the bundle.
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.DependentPolicy
 
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.FilteredSourcePackage
 
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.GlobalPolicy
 
loadClass(String) - Method in interface org.eclipse.osgi.framework.internal.core.IBuddyPolicy
 
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.MultiSourcePackage
 
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.NullPackageSource
 
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.PackageSource
 
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.ParentPolicy
 
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.RegisteredPolicy
 
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.SingleSourcePackage
 
loadClass(String, boolean) - Method in class org.eclipse.osgi.framework.internal.core.SystemBundle
This method loads a class from the bundle.
loadClass(String) - Method in class org.eclipse.osgi.framework.internal.core.SystemPolicy
 
loadClass(String) - Method in interface org.osgi.framework.Bundle
Loads the specified class using this bundle's classloader.
LOADED - Static variable in interface org.eclipse.core.runtime.IAdapterManager
This value can be returned to indicate that an adapter factory is loaded.
loaded(ClassStats) - Method in class org.eclipse.core.runtime.internal.stats.ClassStats
 
loadedBundle(String, ResourceBundleStats) - Static method in class org.eclipse.core.runtime.internal.stats.ClassloaderStats
 
loadedNativeCode - Variable in class org.eclipse.osgi.baseadaptor.BaseData
 
loadingDone() - Method in class org.eclipse.core.runtime.internal.stats.ClassStats
 
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.
loadResource(String) - Method in class org.eclipse.osgi.framework.internal.core.DependentPolicy
 
loadResource(String) - Method in class org.eclipse.osgi.framework.internal.core.GlobalPolicy
 
loadResource(String) - Method in interface org.eclipse.osgi.framework.internal.core.IBuddyPolicy
 
loadResource(String) - Method in class org.eclipse.osgi.framework.internal.core.ParentPolicy
 
loadResource(String) - Method in class org.eclipse.osgi.framework.internal.core.RegisteredPolicy
 
loadResource(String) - Method in class org.eclipse.osgi.framework.internal.core.SystemPolicy
 
loadResources(String) - Method in class org.eclipse.osgi.framework.internal.core.DependentPolicy
 
loadResources(String) - Method in class org.eclipse.osgi.framework.internal.core.GlobalPolicy
 
loadResources(String) - Method in interface org.eclipse.osgi.framework.internal.core.IBuddyPolicy
 
loadResources(String) - Method in class org.eclipse.osgi.framework.internal.core.ParentPolicy
 
loadResources(String) - Method in class org.eclipse.osgi.framework.internal.core.RegisteredPolicy
 
loadResources(String) - Method in class org.eclipse.osgi.framework.internal.core.SystemPolicy
 
LOCAL - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
feature which is permanently attached to the mobile device and always available
Local - Static variable in class org.eclipse.ercp.update.UIMessages
 
LocalHelp - Static variable in class org.eclipse.ercp.update.UIMessages
 
localName - Variable in class org.eclipse.ercp.xml.dom.NSNodeImpl
 
LocalResourceManager - Class in org.eclipse.jface.resource
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.
LocalSite - Static variable in class org.eclipse.ercp.update.UIMessages
 
LocalSystemInfo - Class in org.eclipse.update.configuration
Utility class providing local file system information.
LocalSystemInfo() - Constructor for class org.eclipse.update.configuration.LocalSystemInfo
 
location - Variable in class org.eclipse.swt.browser.LocationEvent
current location
LocationEvent - Class in org.eclipse.swt.browser
A LocationEvent is sent by a Browser to LocationListener's when the Browser navigates to a different URL.
LocationListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a LocationEvent notification when a Browser navigates to a different URL.
LocationManager - Class in org.eclipse.core.runtime.adaptor
This class is used to manage the various Locations for Eclipse.
LocationManager() - Constructor for class org.eclipse.core.runtime.adaptor.LocationManager
 
Locator - Interface in org.xml.sax
Interface for associating a SAX event with a document location.
Locator2 - Interface in org.xml.sax.ext
SAX2 extension to augment the entity information provided though a Locator.
Locator2Impl - Class in org.xml.sax.ext
SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface.
Locator2Impl() - Constructor for class org.xml.sax.ext.Locator2Impl
Construct a new, empty Locator2Impl object.
Locator2Impl(Locator) - Constructor for class org.xml.sax.ext.Locator2Impl
Copy an existing Locator or Locator2 object.
LocatorImpl - Class in org.xml.sax.helpers
Provide an optional convenience implementation of Locator.
LocatorImpl() - Constructor for class org.xml.sax.helpers.LocatorImpl
Zero-argument constructor.
LocatorImpl(Locator) - Constructor for class org.xml.sax.helpers.LocatorImpl
Copy constructor.
LockListener - Class in org.eclipse.core.runtime.jobs
A lock listener is notified whenever a thread is about to wait on a lock, and when a thread is about to release a lock.
LockListener() - Constructor for class org.eclipse.core.runtime.jobs.LockListener
 
log(FrameworkEvent) - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
 
log(FrameworkLogEntry) - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
 
log(IStatus) - Method in interface org.eclipse.core.runtime.ILog
Logs the given status.
log(IStatus) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Override this method to provide customized logging functionality to the registry.
log(IStatus) - Method in interface org.eclipse.jface.util.ILogger
Logs the given status.
LOG_EXT - Static variable in class org.eclipse.core.runtime.adaptor.EclipseLog
The extension used for log files
LOG_SIZE_MIN - Static variable in class org.eclipse.core.runtime.adaptor.EclipseLog
The minimum size limit for log rotation
logForStream(OutputStream) - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
Returns a Writer for the given OutputStream
logging(IStatus, String) - Method in interface org.eclipse.core.runtime.ILogListener
Notifies this listener that given status has been logged by a plug-in.
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)
LONG - Static variable in class org.eclipse.core.runtime.jobs.Job
Job priority constant (value 30) for long-running background jobs.
LONG_DEFAULT_DEFAULT - Static variable in class org.eclipse.core.runtime.Preferences
The default-default value for long properties (0L).
LONG_DEFAULT_DEFAULT - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The default-default value for long preferences (0L).
lookupLocalFile(String) - Static method in class org.eclipse.update.core.Utilities
Returns a previously cached local file (in temporary area) matching the specified key.
lookupServiceReferences(String, Filter) - Method in interface org.eclipse.osgi.framework.adaptor.ServiceRegistry
Performs a lookup for ServiceReferences that are bound to this ServiceRegistry.
lookupServiceReferences(BundleContext) - Method in interface org.eclipse.osgi.framework.adaptor.ServiceRegistry
Performs a lookup for ServiceReferences that are bound to this ServiceRegistry using the specified BundleContext.
lookupServiceReferences(String, Filter) - Method in class org.eclipse.osgi.framework.internal.core.ServiceRegistryImpl
 
lookupServiceReferences(BundleContext) - Method in class org.eclipse.osgi.framework.internal.core.ServiceRegistryImpl
 
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.
LVS_ICON - Static variable in class org.eclipse.ercp.swt.mobile.OS
 
LVS_LIST - Static variable in class org.eclipse.ercp.swt.mobile.OS
 
LVS_REPORT - Static variable in class org.eclipse.ercp.swt.mobile.OS
 
LVS_SMALLICON - Static variable in class org.eclipse.ercp.swt.mobile.OS
 

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 _