Eclipse Platform
2.0
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 - class org.eclipse.swt.widgets.Label.
Instances of this class represent a non-selectable user interface object that displays a string or image.
LABEL - Static variable in interface org.eclipse.help.IHelpResource
This is attribute name used for label in XML files.
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.
labelProviderChanged() - Method in class org.eclipse.jface.viewers.ContentViewer
Notifies that the label provider has changed.
labelProviderChanged() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
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 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 element 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 elements is no longer valid and should be updated.
LabelRetargetAction - class org.eclipse.ui.actions.LabelRetargetAction.
A LabelRetargetAction extends the behavior of RetargetAction.
LabelRetargetAction(String, String) - Constructor for class org.eclipse.ui.actions.LabelRetargetAction
Constructs a LabelRetargetAction.
lastSegment() - Method in class org.eclipse.core.runtime.Path
 
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.
Launch - class org.eclipse.debug.core.Launch.
A launch is the result of launching a debug session and/or one or more system processes.
LAUNCH_ACTION_SET - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launch action set identifier (value "org.eclipse.debug.ui.LaunchActionSet").
LAUNCH_CONFIGURATION_FILE_EXTENSION - Static variable in interface org.eclipse.debug.core.ILaunchConfiguration
The file extension for launch configuration files (value "launch").
LAUNCH_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Launch menu: name of group for launching additional windows.
LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for a launch group in a menu (value "launchGroup").
launch(IEditorPart, String) - Method in interface org.eclipse.debug.ui.ILaunchShortcut
Locates a launchable entity in the given active editor, and launches an application in the specified mode.
launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) - Method in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate
Launches the given configuration in the specified mode, contributing debug targets and/or processes to the given launch object.
Launch(ILaunchConfiguration, String, ISourceLocator) - Constructor for class org.eclipse.debug.core.Launch
Constructs a launch with the specified attributes.
launch(ISelection, String) - Method in interface org.eclipse.debug.ui.ILaunchShortcut
Locates a launchable entity in the given selection and launches an application in the specified mode.
launch(String) - Static method in class org.eclipse.swt.program.Program
Launches the executable associated with the file in the operating system.
launch(String, IProgressMonitor) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Launches this configuration in the specified mode by delegating to this configuration's launch configuration delegate, and returns the resulting launch.
launchAdded(ILaunch) - Method in interface org.eclipse.debug.core.ILaunchListener
Notifies this listener that the specified launch has been added.
launchChanged(ILaunch) - Method in interface org.eclipse.debug.core.ILaunchListener
Notifies this listener that the specified launch has changed.
launchConfigurationAdded(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchConfigurationListener
The given launch configuration has been created.
launchConfigurationChanged(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchConfigurationListener
The given launch configuration has changed in some way.
launchConfigurationRemoved(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchConfigurationListener
The given launch configuration has been deleted.
LAUNCHED_BEFORE_OPENING - Static variable in interface org.eclipse.debug.ui.ILaunchConfigurationDialog
Return value from open() method of a launch configuration dialog when a launch completed successfully with a single click (i.e.
launched(ILaunch) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
Notifies this tab that a configuration has been launched, resulting in the given launch.
launched(ILaunch) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Notifies this tab that the specified configuration has been launched, resulting in the given launch.
launched(ILaunch) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
Be default, delegate to all of the tabs in this group.
launched(ILaunch) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
By default, do nothing.
launchRemoved(ILaunch) - Method in interface org.eclipse.debug.core.ILaunchListener
Notifies this listener that the specified launch has been removed.
LaunchURL - class org.eclipse.help.ui.browser.LaunchURL.
Action that launches a URL in a browser.
LaunchURL() - Constructor for class org.eclipse.help.ui.browser.LaunchURL
 
Layout - class org.eclipse.swt.widgets.Layout.
A layout controls the position and size of the children of a composite widget.
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() - Constructor for class org.eclipse.swt.widgets.Layout
 
layout(boolean) - Method in class org.eclipse.swt.custom.ViewForm
 
layout(boolean) - Method in class org.eclipse.swt.custom.ScrolledComposite
 
layout(boolean) - Method in class org.eclipse.swt.custom.SashForm
 
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.jface.viewers.TableLayout
 
layout(Composite, boolean) - Method in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.custom.StackLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.widgets.Layout
Lays out the children of the specified composite according to this layout.
layout(Composite, boolean) - Method in class org.eclipse.ui.part.PageBook.PageBookLayout
 
layoutPage(Control) - Method in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
Lays outs the page according to this layout.
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.compare.rangedifferencer.RangeDifference
Three-way change constant indicating a change in left.
LEFT - Static variable in class org.eclipse.compare.structuremergeviewer.Differencer
Three-way change constant (value 4) indicating a change on left side.
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_MARGIN - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Left margin in dialog units (value 20).
leftEnd() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the end index of the entity range on the left side.
leftLength() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the number of entities on the left side.
leftStart() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the start index of the entity range on the left side.
length - Variable in class org.eclipse.jface.text.TextViewer.WidgetCommand
 
length - Variable in class org.eclipse.jface.text.Position
The length of the position
length - Variable in class org.eclipse.jface.text.DocumentCommand
The length of the command
length - Variable in class org.eclipse.swt.custom.StyleRange
 
length - Variable in class org.eclipse.swt.custom.ExtendedModifyEvent
 
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 class org.eclipse.ant.core.AntCorePlugin
Simple identifier constant (value "library") of a tag that appears in Ant extensions.
LibraryModel - class org.eclipse.core.runtime.model.LibraryModel.
A runtime library declared in a plug-in.
LibraryModel() - Constructor for class org.eclipse.core.runtime.model.LibraryModel
Creates a new library model in which all fields are null.
LIMIT - Static variable in class org.eclipse.swt.widgets.Text
 
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
LINE - Static variable in class org.eclipse.search.ui.SearchUI
Line marker attribute (value "line") The value of the marker attribute is the line which contains the text search match.
LINE_BREAKPOINT_MARKER - Static variable in interface org.eclipse.debug.core.model.IBreakpoint
Line breakpoint marker type (value "org.eclipse.debug.core.lineBreakpoint").
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_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
LINE_DOWN - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto next line action.
LINE_END - Static variable in class org.eclipse.swt.custom.ST
 
LINE_END - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto line end action.
LINE_GOTO - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto line action.
LINE_NUMBER - Static variable in interface org.eclipse.core.resources.IMarker
Line number marker attribute.
LINE_SOLID - Static variable in class org.eclipse.swt.SWT
line drawing style for solid lines (value is 1)
LINE_START - Static variable in class org.eclipse.swt.custom.ST
 
LINE_START - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto line start action.
LINE_UP - Static variable in class org.eclipse.swt.custom.ST
 
LINE_UP - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto previous line action.
lineBackground - Variable in class org.eclipse.swt.custom.LineBackgroundEvent
 
LineBackgroundEvent - class org.eclipse.swt.custom.LineBackgroundEvent.
This event is sent when a line is about to be drawn.
LineBackgroundEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.LineBackgroundEvent
 
LineBackgroundListener - interface org.eclipse.swt.custom.LineBackgroundListener.
 
LineBreakpoint - class org.eclipse.debug.core.model.LineBreakpoint.
Abstract implementation of a line breakpoint.
LineBreakpoint() - Constructor for class org.eclipse.debug.core.model.LineBreakpoint
 
lineGetBackground(LineBackgroundEvent) - Method in interface org.eclipse.swt.custom.LineBackgroundListener
This method is called when a line is about to be drawn in order to get its background color.
lineGetSegments(BidiSegmentEvent) - Method in interface org.eclipse.swt.custom.BidiSegmentListener
This method is called when a line needs to be reordered for measuring or rendering in a bidi locale.
lineGetStyle(LineStyleEvent) - Method in interface org.eclipse.swt.custom.LineStyleListener
This method is called when a line is about to be drawn in order to get the line's style information.
LineNumberRulerColumn - class org.eclipse.jface.text.source.LineNumberRulerColumn.
A vertical ruler column displaying line numbers.
LineNumberRulerColumn() - Constructor for class org.eclipse.jface.text.source.LineNumberRulerColumn
Constructs a new vertical ruler column.
lineOffset - Variable in class org.eclipse.swt.custom.LineStyleEvent
 
lineOffset - Variable in class org.eclipse.swt.custom.LineBackgroundEvent
 
lineOffset - Variable in class org.eclipse.swt.custom.BidiSegmentEvent
line start offset
LineStyleEvent - class org.eclipse.swt.custom.LineStyleEvent.
This event is sent when a line is about to be drawn.
LineStyleEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.LineStyleEvent
 
LineStyleListener - interface org.eclipse.swt.custom.LineStyleListener.
 
lineText - Variable in class org.eclipse.swt.custom.LineStyleEvent
 
lineText - Variable in class org.eclipse.swt.custom.LineBackgroundEvent
 
lineText - Variable in class org.eclipse.swt.custom.BidiSegmentEvent
line text
LINK_NAVIGATOR_TO_EDITOR - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named preference for whether to show an editor when its input file is selected in the Navigator (and vice versa).
linkToEditor(IStructuredSelection) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Links to editor (if option enabled).
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 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.
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.
ListEditor - class org.eclipse.jface.preference.ListEditor.
An abstract field editor that manages a list of input values.
ListEditor() - Constructor for class org.eclipse.jface.preference.ListEditor
Creates a new list field editor
ListEditor(String, String, Composite) - Constructor for class org.eclipse.jface.preference.ListEditor
Creates a list field editor.
Listener - interface org.eclipse.swt.widgets.Listener.
Listeners implement 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 3.
ListenerList(int) - Constructor for class org.eclipse.jface.util.ListenerList
Creates a listener list with the given initial capacity.
listenToMarkerChanges(boolean) - Method in class org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel
 
listenToMarkerChanges(boolean) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Tells the model whether it should listen for marker changes.
ListSelectionDialog - class org.eclipse.ui.dialogs.ListSelectionDialog.
A standard dialog which solicits a list of selections from the user.
ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) - Constructor for class org.eclipse.ui.dialogs.ListSelectionDialog
Creates a list selection dialog.
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.
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() - Method in class org.eclipse.jface.preference.FieldEditor
Initializes this field editor with the preference value from the preference store.
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(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(Reader) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Load a dialog settings from a stream and fill the receiver with its content.
load(Reader) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
load(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Load a dialog settings from a file and fill the receiver with its content.
load(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
load(String) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the file with the specified name.
loadDefault() - Method in class org.eclipse.jface.preference.FieldEditor
Initializes this field editor with the default preference value from the preference store.
loadDialogSettings() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Loads the dialog settings for this plug-in.
loadPreferenceStore() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated. As of Eclipse 2.0, a basic preference store exists for all plug-ins. This method now exists only for backwards compatibility. It is called as the plug-in's preference store is being initialized. The plug-ins preferences are loaded from the file regardless of what this method does.
loadProjectDescription(IPath) - Method in interface org.eclipse.core.resources.IWorkspace
Reads the project description file (".project") from the given location in the local file system.
locate(Object, Object) - Method in class org.eclipse.compare.ZipFileStructureCreator
 
locate(Object, Object) - Method in interface org.eclipse.compare.structuremergeviewer.IStructureCreator
Creates the single node specified by path from the given input object.
location - Variable in class org.eclipse.core.launcher.Main
The boot path location.
LOCATION - Static variable in interface org.eclipse.core.resources.IMarker
Location marker attribute.
LOCATION_AFTER - Static variable in class org.eclipse.jface.viewers.ViewerDropAdapter
Constant describing the position of the cursor relative to the target object.
LOCATION_BEFORE - Static variable in class org.eclipse.jface.viewers.ViewerDropAdapter
Constant describing the position of the cursor relative to the target object.
LOCATION_NONE - Static variable in class org.eclipse.jface.viewers.ViewerDropAdapter
Constant describing the position of the cursor relative to the target object.
LOCATION_ON - Static variable in class org.eclipse.jface.viewers.ViewerDropAdapter
Constant describing the position of the cursor relative to the target object.
log - Static variable in class org.eclipse.core.launcher.Main
 
log(IStatus) - Method in interface org.eclipse.core.runtime.ILog
Logs the given status.
log(IStatus) - Static method in class org.eclipse.debug.core.DebugPlugin
Logs the specified status with this plug-in's log.
log(Throwable) - Static method in class org.eclipse.debug.core.DebugPlugin
Logs the specified throwable with this plug-in's log.
logDebugMessage(String) - Static method in class org.eclipse.debug.core.DebugPlugin
Logs the given message if in debug mode.
logFile - Static variable in class org.eclipse.core.launcher.Main
 
logFileName - Static variable in class org.eclipse.core.launcher.Main
 
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_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).
lookup(IPath) - Method in interface org.eclipse.core.resources.ISavedState
Returns the mapped location associated with the given path or null if none.
lookup(IPath) - Method in interface org.eclipse.core.resources.ISaveContext
Returns the current location for the given file or null if none.
lookupLocalFile(String) - Static method in class org.eclipse.update.core.Utilities
Returns a previously cached local file (in temporary area) matching the specified key.
LOWEST - Static variable in interface org.eclipse.search.ui.ISearchPageScoreComputer
Lowest possible valid score.

Eclipse Platform
2.0
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
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.