- LABEL - Static variable in interface org.eclipse.help.IHelpResource
-
This is attribute name used for label in XML files.
- 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.
- LabelDecorator - Class in org.eclipse.jface.viewers
-
The LabelDecorator is an abstract superclass of ILabelDecorators
that support IDecorationContext.
- LabelDecorator() - Constructor for class org.eclipse.jface.viewers.LabelDecorator
-
- 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.
- labelProviderChanged(LabelProviderChangedEvent) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
-
- 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.
- LabelRetargetAction - Class in org.eclipse.ui.actions
-
A LabelRetargetAction
extends the behavior of
RetargetAction.
- LabelRetargetAction(String, String) - Constructor for class org.eclipse.ui.actions.LabelRetargetAction
-
Constructs a LabelRetargetAction with the given action id and text.
- LabelRetargetAction(String, String, int) - Constructor for class org.eclipse.ui.actions.LabelRetargetAction
-
Constructs a RetargetAction with the given action id, text and style.
- LanguageElementNode - Class in org.eclipse.ltk.ui.refactoring
-
A special child node of a TextEditChangeNode
to represent
language elements which don't have an associated TextEditChangeGroup
.
- LanguageElementNode(TextEditChangeNode) - Constructor for class org.eclipse.ltk.ui.refactoring.LanguageElementNode
-
Creates a new LanguageElementNode
using the
given TextEditChangeGroup
as a parent.
- LanguageElementNode(TextEditChangeNode.ChildNode) - Constructor for class org.eclipse.ltk.ui.refactoring.LanguageElementNode
-
Creates a new LanguageElementNode
using the
given ChildNode
as a parent.
- 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.
- 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
-
- 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.
- launch(String, IProgressMonitor, boolean) - 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.
- launch(String, IProgressMonitor, boolean, boolean) - 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.
- Launch - Class in org.eclipse.debug.core
-
A launch is the result of launching a debug session
and/or one or more system processes.
- Launch(ILaunchConfiguration, String, ISourceLocator) - Constructor for class org.eclipse.debug.core.Launch
-
Constructs a launch with the specified attributes.
- 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) - Static method in class org.eclipse.debug.ui.DebugUITools
-
Saves and builds the workspace according to current preference settings, and
launches the given launch configuration in the specified mode.
- 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(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(String) - Static method in class org.eclipse.swt.program.Program
-
Launches the executable associated with the file in
the operating system.
- 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_GROUP - Static variable in interface org.eclipse.ui.console.IConsoleConstants
-
Menu group identifier for the console view context menu and toolbar, for actions pertaining to
launching (value "launchGroup"
).
- LaunchAction - Class in org.eclipse.debug.ui.actions
-
Launches a launch configuration in a specific mode.
- LaunchAction(ILaunchConfiguration, String) - Constructor for class org.eclipse.debug.ui.actions.LaunchAction
-
Constructs an action that launches the specified launch configuration
in the specified mode.
- launchAdded(ILaunch) - Method in interface org.eclipse.debug.core.ILaunchListener
-
Notifies this listener that the specified launch
has been added.
- launchAdded(ILaunch) - Method in class org.eclipse.debug.core.Launch
-
- launchAdded(ILaunch) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
-
- LaunchAsAction - Class in org.eclipse.debug.ui.actions
-
Deprecated.
The use of perspective based launch shortcuts has been deprecated
in the 3.1 release. Instead, selection sensitive launch is supported in the top level
menus. Use LaunchShorcutsAction
instead.
- LaunchAsAction(String) - Constructor for class org.eclipse.debug.ui.actions.LaunchAsAction
-
Deprecated.
Creates a cascading menu action to populate with shortcuts in the given
launch group.
- launchChanged(ILaunch) - Method in interface org.eclipse.debug.core.ILaunchListener
-
Notifies this listener that the specified launch
has changed.
- launchChanged(ILaunch) - Method in class org.eclipse.debug.core.Launch
-
- launchChanged(ILaunch) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
-
- launchConfigurationAdded(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchConfigurationListener
-
The given launch configuration has been created.
- launchConfigurationAdded(ILaunchConfiguration) - Method in class org.eclipse.debug.core.Launch
-
- launchConfigurationAdded(ILaunchConfiguration) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
-
- launchConfigurationChanged(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchConfigurationListener
-
The given launch configuration has changed in some way.
- launchConfigurationChanged(ILaunchConfiguration) - Method in class org.eclipse.debug.core.Launch
-
- launchConfigurationChanged(ILaunchConfiguration) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
-
- LaunchConfigurationDelegate - Class in org.eclipse.debug.core.model
-
Default implementation of a launch configuration delegate.
- LaunchConfigurationDelegate() - Constructor for class org.eclipse.debug.core.model.LaunchConfigurationDelegate
-
- launchConfigurationRemoved(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchConfigurationListener
-
The given launch configuration has been deleted.
- launchConfigurationRemoved(ILaunchConfiguration) - Method in class org.eclipse.debug.core.Launch
-
- launchConfigurationRemoved(ILaunchConfiguration) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
-
- launched(ILaunch) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
Deprecated.
- launched(ILaunch) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
-
Deprecated.
- launched(ILaunch) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
-
Deprecated.
As of R3.0, this method is no longer called by the launch
framework. Since tabs do not exist when launching is performed elsewhere
than the launch dialog, this method cannot be relied upon for launching
functionality.
- launched(ILaunch) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
-
Deprecated.
As of R3.0, this method is no longer called by the launch
framework. Since tabs do not exist when launching is performed elsewhere
than the launch dialog, this method cannot be relied upon for launching
functionality.
- LAUNCHED_BEFORE_OPENING - Static variable in interface org.eclipse.debug.ui.ILaunchConfigurationDialog
-
Deprecated.
the launch dialog no longer supports launching without
opening - this constant will never be returned by the dialog
- launchesAdded(ILaunch[]) - Method in interface org.eclipse.debug.core.ILaunchesListener
-
Notifies this listener that the specified launches
have been added.
- launchesChanged(ILaunch[]) - Method in interface org.eclipse.debug.core.ILaunchesListener
-
Notifies this listener that the specified launches
have changed.
- launchesRemoved(ILaunch[]) - Method in interface org.eclipse.debug.core.ILaunchesListener
-
Notifies this listener that the specified
launches have been removed.
- launchesTerminated(ILaunch[]) - Method in interface org.eclipse.debug.core.ILaunchesListener2
-
Notification that the given launches have terminated.
- launchHistoryChanged() - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
-
- launchRemoved(ILaunch) - Method in interface org.eclipse.debug.core.ILaunchListener
-
Notifies this listener that the specified
launch has been removed.
- launchRemoved(ILaunch) - Method in class org.eclipse.debug.core.Launch
-
- launchRemoved(ILaunch) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
-
- LaunchShortcutsAction - Class in org.eclipse.debug.ui.actions
-
A cascading sub-menu that shows all launch shortcuts pertinent to a
selection.
- LaunchShortcutsAction(String) - Constructor for class org.eclipse.debug.ui.actions.LaunchShortcutsAction
-
Creates a cascading menu action to populate with shortcuts in the given
launch group.
- LaunchURL - Class in org.eclipse.help.ui.browser
-
Action that launches a URL in a browser.
- LaunchURL() - Constructor for class org.eclipse.help.ui.browser.LaunchURL
-
- layout(boolean) - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
-
Layouts the enclosing viewer to adapt the layout to changes of the
size of the individual components.
- layout(Composite, boolean) - Method in class org.eclipse.jface.text.source.SourceViewer.RulerLayout
-
- layout(Composite, boolean) - Method in class org.eclipse.jface.viewers.TableLayout
-
- layout(Composite, boolean) - Method in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
-
- layout() - Method in class org.eclipse.swt.custom.ControlEditor
-
Lays out the control within the underlying composite.
- layout(Composite, boolean) - Method in class org.eclipse.swt.custom.StackLayout
-
- layout - Variable in class org.eclipse.swt.graphics.GCData
-
- 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(boolean, 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(Control[]) - Method in class org.eclipse.swt.widgets.Composite
-
Forces a lay out (that is, sets the size and location) of all widgets that
are in the parent hierarchy of the changed control up to and including the
receiver.
- 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.
- layout(Composite, boolean) - Method in class org.eclipse.ui.forms.widgets.ColumnLayout
-
- layout(boolean) - Method in class org.eclipse.ui.forms.widgets.SharedScrolledComposite
-
- layout(Composite, boolean) - Method in class org.eclipse.ui.forms.widgets.TableWrapLayout
-
- layout(Composite, boolean) - Method in class org.eclipse.ui.part.PageBook.PageBookLayout
-
- LAYOUT_GROUP - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
-
The id of the layout group that determines whether the layout selection
actions appear in the view dropdown or toolbar.
- LayoutCache - Class in org.eclipse.ui.forms.widgets
-
Caches the preferred sizes of an array of controls
- LayoutCache() - Constructor for class org.eclipse.ui.forms.widgets.LayoutCache
-
Creates an empty layout cache
- LayoutCache(Control[]) - Constructor for class org.eclipse.ui.forms.widgets.LayoutCache
-
Creates a cache for the given array of controls
- LayoutConstants - Class in org.eclipse.jface.layout
-
Contains various layout constants
- LayoutConstants() - Constructor for class org.eclipse.jface.layout.LayoutConstants
-
- layoutIfNecessary() - Method in class org.eclipse.ui.forms.widgets.SizeCache
-
- layoutPage(Control) - Method in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
-
Lays outs the page according to this layout.
- layoutTreeAreaControl(Control) - Method in class org.eclipse.jface.preference.PreferenceDialog
-
- LazySortedCollection - Class in org.eclipse.jface.viewers.deferred
-
This object maintains a collection of elements, sorted by a comparator
given in the constructor.
- LazySortedCollection(Comparator) - Constructor for class org.eclipse.jface.viewers.deferred.LazySortedCollection
-
Creates a new sorted collection using the given comparator to determine
sort order.
- LEAD - Static variable in class org.eclipse.swt.SWT
-
Style constant for leading alignment (value is 1<<14).
- LEAVE_DIRTY - Static variable in class org.eclipse.ltk.core.refactoring.TextFileChange
-
Flag (value 4) indicating that the file will not be saved after the change has been applied.
- 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(LinkedModeModel, int) - Method in interface org.eclipse.jface.text.link.ILinkedModeListener
-
The leave event occurs when linked is left.
- LEFT - Static variable in interface org.eclipse.jface.text.source.ICharacterPairMatcher
-
Indicates the anchor value "left".
- 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 class org.eclipse.ui.forms.widgets.ColumnLayoutData
-
Horizontal alignment constant - control will be aligned to the left.
- LEFT - Static variable in class org.eclipse.ui.forms.widgets.TableWrapData
-
The control will be left-justified.
- 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 window.
- LEFT_MARGIN - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
Left margin in dialog units (value 20).
- LEFT_TEXT_CLIENT_ALIGNMENT - Static variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
-
By default, text client is right-aligned.
- LEFT_TO_RIGHT - Static variable in class org.eclipse.swt.SWT
-
Style constant for left to right orientation (value is 1<<25).
- 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.
- leftMargin - Variable in class org.eclipse.ui.forms.widgets.ColumnLayout
-
Left margin (default is 5).
- leftMargin - Variable in class org.eclipse.ui.forms.widgets.TableWrapLayout
-
Left margin variable (default is 5).
- leftStart() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
-
Returns the start index of the entity range on the left side.
- LEGACY - Static variable in class org.eclipse.ui.commands.Priority
-
Deprecated.
An instance representing 'legacy' priority.
- LEGACY_LEGACY - Static variable in interface org.eclipse.ui.ISources
-
The priority given when the activation is defined by a handler submission
with a legacy priority.
- LEGACY_LOW - Static variable in interface org.eclipse.ui.ISources
-
The priority given when the activation is defined by a handler submission
with a low priority.
- LEGACY_MEDIUM - Static variable in interface org.eclipse.ui.ISources
-
The priority given when the activation is defined by a handler submission
with a medium priority.
- LegacyActionTools - Class in org.eclipse.jface.action
-
Some static utility methods for handling labels on actions.
- LegacyHandlerSubmissionExpression - Class in org.eclipse.ui
-
An expression encapsulating all of the information from legacy handler
submissions.
- LegacyHandlerSubmissionExpression(String, Shell, IWorkbenchPartSite) - Constructor for class org.eclipse.ui.LegacyHandlerSubmissionExpression
-
Constructs a new instance of
LegacyHandlerSubmissionExpression
- length - Variable in class org.eclipse.jface.text.AbstractLineTracker.Request
-
- length - Variable in class org.eclipse.jface.text.DocumentCommand
-
The length of the command
- length() - Method in class org.eclipse.jface.text.FindReplaceDocumentAdapter
-
- length - Variable in class org.eclipse.jface.text.Position
-
The length of the position
- length - Variable in class org.eclipse.jface.text.TextViewer.WidgetCommand
-
The length of the event.
- length - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
-
- length - Variable in class org.eclipse.swt.custom.ExtendedModifyEvent
-
length of the new text
- length - Variable in class org.eclipse.swt.custom.StyleRange
-
the length of the range
- LF - Static variable in class org.eclipse.swt.SWT
-
ASCII character convenience constant for the line feed character
(value is the char
'\n').
- LF - Static variable in class org.eclipse.ui.keys.CharacterKey
-
Deprecated.
The single static instance of CharacterKey
which
represents the line feed (U+000A) key.
- LF_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the line feed (U+000A) key.
- 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 in org.eclipse.core.runtime.model
-
Deprecated.
In Eclipse 3.0 the runtime was refactored and all
non-essential elements removed. This class provides facilities primarily intended
for tooling. As such it has been removed and no directly substitutable API provided.
- LibraryModel() - Constructor for class org.eclipse.core.runtime.model.LibraryModel
-
Deprecated.
Creates a new library model in which all fields
are null
.
- LICENSE_HREF - Static variable in interface org.eclipse.ui.branding.IBundleGroupConstants
-
The URL of the license page for the feature (optional).
- 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.
- LINE - Static variable in class org.eclipse.search.ui.SearchUI
-
Deprecated.
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_CUSTOM - Static variable in class org.eclipse.swt.SWT
-
Line drawing style for custom dashed lines (value is 6).
- 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.
- lineAppended(IRegion) - Method in interface org.eclipse.debug.ui.console.IConsoleLineTracker
-
Notification that a line of text has been appended to the console.
- 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.
- LinearUndoViolationUserApprover - Class in org.eclipse.ui.operations
-
An operation approver that prompts the user to see if linear undo violations
are permitted.
- LinearUndoViolationUserApprover(IUndoContext, IWorkbenchPart) - Constructor for class org.eclipse.ui.operations.LinearUndoViolationUserApprover
-
Create a LinearUndoViolationUserApprover associated with the specified
workbench part.
- lineBackground - Variable in class org.eclipse.swt.custom.LineBackgroundEvent
-
line background color
- LineBackgroundEvent - Class in org.eclipse.swt.custom
-
This event is sent when a line is about to be drawn.
- LineBackgroundEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.LineBackgroundEvent
-
- LineBackgroundListener - Interface in org.eclipse.swt.custom
-
- LineBreakpoint - Class in org.eclipse.debug.core.model
-
Abstract implementation of a line breakpoint.
- LineBreakpoint() - Constructor for class org.eclipse.debug.core.model.LineBreakpoint
-
- LineChangeHover - Class in org.eclipse.jface.text.source
-
A hover for line oriented diffs.
- LineChangeHover() - Constructor for class org.eclipse.jface.text.source.LineChangeHover
-
- lineGetBackground(LineBackgroundEvent) - Method in class org.eclipse.jface.text.CursorLinePainter
-
- 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.
- lineGetBackground(LineBackgroundEvent) - Method in class org.eclipse.ui.console.TextConsoleViewer
-
- 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.
- lineGetStyle(LineStyleEvent) - Method in class org.eclipse.ui.console.TextConsoleViewer
-
- LINENUMBER_TOGGLE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Command ID of the toggle display of line numbers
Value: "org.eclipse.ui.editors.lineNumberToggle"
).
- LineNumberChangeRulerColumn - Class in org.eclipse.jface.text.source
-
A vertical ruler column displaying line numbers and serving as a UI for quick diff.
- LineNumberChangeRulerColumn(ISharedTextColors) - Constructor for class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
-
Creates a new instance.
- LineNumberRulerColumn - Class in org.eclipse.jface.text.source
-
A vertical ruler column displaying line numbers.
- LineNumberRulerColumn() - Constructor for class org.eclipse.jface.text.source.LineNumberRulerColumn
-
Constructs a new vertical ruler column.
- LINENUMBERS_TOGGLE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the action for toggling line number display.
- lineOffset - Variable in class org.eclipse.swt.custom.BidiSegmentEvent
-
line start offset
- lineOffset - Variable in class org.eclipse.swt.custom.LineBackgroundEvent
-
line start offset
- lineOffset - Variable in class org.eclipse.swt.custom.LineStyleEvent
-
line start offset (input)
- LineRange - Class in org.eclipse.jface.text.source
-
- LineRange(int, int) - Constructor for class org.eclipse.jface.text.source.LineRange
-
Creates a new line range with the given specification.
- LineStyleEvent - Class in org.eclipse.swt.custom
-
This event is sent when a line is about to be drawn.
- LineStyleEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.LineStyleEvent
-
- LineStyleListener - Interface in org.eclipse.swt.custom
-
- lineText - Variable in class org.eclipse.swt.custom.BidiSegmentEvent
-
line text
- lineText - Variable in class org.eclipse.swt.custom.LineBackgroundEvent
-
line text
- lineText - Variable in class org.eclipse.swt.custom.LineStyleEvent
-
line text (input)
- lineTo(float, float) - Method in class org.eclipse.swt.graphics.Path
-
Adds to the receiver a line from the current point to
the point specified by (x, y).
- lineWidth - Variable in class org.eclipse.swt.graphics.GCData
-
- Link - Class in org.eclipse.swt.widgets
-
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.
- 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).
- linkActivated() - Method in class org.eclipse.debug.ui.console.FileLink
-
- linkActivated() - Method in interface org.eclipse.ui.console.IHyperlink
-
Notification that this link has been activated.
- linkActivated(Event) - Method in interface org.eclipse.ui.console.IHyperlink2
-
Notification that this link has been activated.
- linkActivated(HyperlinkEvent) - Method in class org.eclipse.ui.forms.events.HyperlinkAdapter
-
Sent when the link is activated.
- linkActivated(HyperlinkEvent) - Method in interface org.eclipse.ui.forms.events.IHyperlinkListener
-
Sent when hyperlink is activated either by mouse click inside the link
client area, or by pressing 'Enter' key while hyperlink has keyboard
focus.
- linkCycleActionPair(ActionFactory.IWorkbenchAction, ActionFactory.IWorkbenchAction) - Static method in class org.eclipse.ui.actions.ActionFactory
-
Establishes bi-direction connections between the forward and backward
actions of a cycle pair.
- LinkedModeModel - Class in org.eclipse.jface.text.link
-
- LinkedModeModel() - Constructor for class org.eclipse.jface.text.link.LinkedModeModel
-
Creates a new model.
- LinkedModeUI - Class in org.eclipse.jface.text.link
-
The UI for linked mode.
- LinkedModeUI(LinkedModeModel, LinkedModeUI.LinkedModeUITarget[]) - Constructor for class org.eclipse.jface.text.link.LinkedModeUI
-
Creates a new UI on the given model and the set of viewers.
- LinkedModeUI(LinkedModeModel, ITextViewer) - Constructor for class org.eclipse.jface.text.link.LinkedModeUI
-
Convenience constructor for just one viewer.
- LinkedModeUI(LinkedModeModel, ITextViewer[]) - Constructor for class org.eclipse.jface.text.link.LinkedModeUI
-
Convenience constructor for multiple viewers.
- LinkedModeUI(LinkedModeModel, LinkedModeUI.LinkedModeUITarget) - Constructor for class org.eclipse.jface.text.link.LinkedModeUI
-
Convenience constructor for one target.
- LinkedModeUI.ExitFlags - Class in org.eclipse.jface.text.link
-
Exit flags returned if a custom exit policy wants to exit linked mode.
- LinkedModeUI.ExitFlags(int, boolean) - Constructor for class org.eclipse.jface.text.link.LinkedModeUI.ExitFlags
-
Creates a new instance.
- LinkedModeUI.IExitPolicy - Interface in org.eclipse.jface.text.link
-
An exit policy can be registered by a caller to get custom exit
behavior.
- LinkedModeUI.ILinkedModeUIFocusListener - Interface in org.eclipse.jface.text.link
-
Listener that gets notified when the linked mode UI switches its focus position.
- LinkedModeUI.LinkedModeUITarget - Class in org.eclipse.jface.text.link
-
A link target consists of a viewer and gets notified if the linked mode UI on
it is being shown.
- LinkedModeUI.LinkedModeUITarget() - Constructor for class org.eclipse.jface.text.link.LinkedModeUI.LinkedModeUITarget
-
- LinkedPosition - Class in org.eclipse.jface.text.link
-
A Position
on a document that knows which document it is
registered with and has a sequence number for tab stops.
- LinkedPosition(IDocument, int, int, int) - Constructor for class org.eclipse.jface.text.link.LinkedPosition
-
Creates a new instance.
- LinkedPosition(IDocument, int, int) - Constructor for class org.eclipse.jface.text.link.LinkedPosition
-
Creates a new instance.
- LinkedPositionGroup - Class in org.eclipse.jface.text.link
-
A group of positions in multiple documents that are simultaneously modified -
if one gets edited, all other positions in a group are edited the same way.
- LinkedPositionGroup() - Constructor for class org.eclipse.jface.text.link.LinkedPositionGroup
-
- linkEntered() - Method in class org.eclipse.debug.ui.console.FileLink
-
- linkEntered() - Method in interface org.eclipse.ui.console.IHyperlink
-
Notification that the mouse has entered this link's region.
- linkEntered(IHyperlink) - Method in class org.eclipse.ui.console.TextConsoleViewer
-
Notification a hyperlink has been entered.
- linkEntered(HyperlinkEvent) - Method in class org.eclipse.ui.forms.events.HyperlinkAdapter
-
Sent when the link is entered.
- linkEntered(HyperlinkEvent) - Method in interface org.eclipse.ui.forms.events.IHyperlinkListener
-
Sent when hyperlink is entered either by mouse entering the link client
area, or keyboard focus switching to the hyperlink.
- linkExited() - Method in class org.eclipse.debug.ui.console.FileLink
-
- linkExited() - Method in interface org.eclipse.ui.console.IHyperlink
-
Notification that the mouse has exited this link's region
- linkExited(IHyperlink) - Method in class org.eclipse.ui.console.TextConsoleViewer
-
Notification a link was exited.
- linkExited(HyperlinkEvent) - Method in class org.eclipse.ui.forms.events.HyperlinkAdapter
-
Sent when the link is exited.
- linkExited(HyperlinkEvent) - Method in interface org.eclipse.ui.forms.events.IHyperlinkListener
-
Sent when hyperlink is exited either by mouse exiting the link client
area, or keyboard focus switching from the hyperlink.
- LINKING_NOT_ALLOWED - Static variable in interface org.eclipse.core.resources.IResourceStatus
-
Status code constant (value 378) indicating that linking is
not permitted on a certain project.
- linkingFocusGained(LinkedPosition, LinkedModeUI.LinkedModeUITarget) - Method in interface org.eclipse.jface.text.link.LinkedModeUI.ILinkedModeUIFocusListener
-
Called when the UI for the linked mode gives focus to a linked position.
- linkingFocusLost(LinkedPosition, LinkedModeUI.LinkedModeUITarget) - Method in interface org.eclipse.jface.text.link.LinkedModeUI.ILinkedModeUIFocusListener
-
Called when the UI for the linked mode leaves a linked position.
- linkToEditor(IStructuredSelection) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
-
Brings the corresponding editor to top if the selected resource is open.
- 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 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.
- 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
-
- ListDialog - Class in org.eclipse.ui.dialogs
-
A dialog that prompts for one element out of a list of elements.
- ListDialog(Shell) - Constructor for class org.eclipse.ui.dialogs.ListDialog
-
Create a new instance of the receiver with parent shell of parent.
- ListEditor - Class in org.eclipse.jface.preference
-
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 in org.eclipse.swt.widgets
-
Implementers of Listener
provide a simple
handleEvent()
method that is used internally
by SWT to dispatch events.
- 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
-
- ListenerList() - Constructor for class org.eclipse.jface.util.ListenerList
-
Deprecated.
Creates a listener list with an initial capacity of 1.
- ListenerList(int) - Constructor for class org.eclipse.jface.util.ListenerList
-
Deprecated.
Creates a listener list with the given initial capacity.
- listeners - Variable in class org.eclipse.core.runtime.Preferences
-
List of registered listeners (element type:
IPropertyChangeListener
).
- listenToMarkerChanges(boolean) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
-
Tells the model whether it should listen for marker changes.
- listenToMarkerChanges(boolean) - Method in class org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel
-
- 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
-
- ListSelectionDialog - Class in org.eclipse.ui.dialogs
-
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.
- 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
-
- 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(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(IPreferenceStore, String) - Method in class org.eclipse.jface.commands.PersistentState
-
Loads this state from the preference store, given the location at which
to look.
- load(IPreferenceStore, String) - Method in class org.eclipse.jface.commands.ToggleState
-
- load(Reader) - Method in class org.eclipse.jface.dialogs.DialogSettings
-
- load(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
-
- 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(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
-
Load a dialog settings from a file and fill the receiver with its
content.
- load(IPreferenceStore, String) - Method in class org.eclipse.jface.menus.TextState
-
- load() - Method in class org.eclipse.jface.preference.FieldEditor
-
Initializes this field editor with the preference value from
the preference store.
- 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() - Method in class org.eclipse.jface.text.templates.persistence.TemplateStore
-
Loads the templates from contributions and preferences.
- 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.
- load() - Method in class org.eclipse.ui.ide.dialogs.ResourceEncodingFieldEditor
-
- 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.
- loadContributedTemplates() - Method in class org.eclipse.jface.text.templates.persistence.TemplateStore
-
Hook method to load contributed templates.
- loadContributedTemplates() - Method in class org.eclipse.ui.editors.text.templates.ContributionTemplateStore
-
Loads the templates contributed via the templates extension point.
- loadCopyParticipants(RefactoringStatus, RefactoringProcessor, Object, CopyArguments, String[], SharableParticipants) - Static method in class org.eclipse.ltk.core.refactoring.participants.ParticipantManager
-
Loads the copy participants for the given element.
- loadCopyParticipants(RefactoringStatus, RefactoringProcessor, Object, CopyArguments, IParticipantDescriptorFilter, String[], SharableParticipants) - Static method in class org.eclipse.ltk.core.refactoring.participants.ParticipantManager
-
Loads the copy participants for the given element.
- loadCreateParticipants(RefactoringStatus, RefactoringProcessor, Object, CreateArguments, String[], SharableParticipants) - Static method in class org.eclipse.ltk.core.refactoring.participants.ParticipantManager
-
Loads the create participants for the given element.
- loadCreateParticipants(RefactoringStatus, RefactoringProcessor, Object, CreateArguments, IParticipantDescriptorFilter, String[], SharableParticipants) - Static method in class org.eclipse.ltk.core.refactoring.participants.ParticipantManager
-
Loads the create participants for the given element.
- loadDefault() - Method in class org.eclipse.jface.preference.FieldEditor
-
Initializes this field editor with the default preference value
from the preference store.
- loadDefault() - Method in class org.eclipse.ui.ide.dialogs.ResourceEncodingFieldEditor
-
- loadDeleteParticipants(RefactoringStatus, RefactoringProcessor, Object, DeleteArguments, String[], SharableParticipants) - Static method in class org.eclipse.ltk.core.refactoring.participants.ParticipantManager
-
Loads the delete participants for the given element.
- loadDeleteParticipants(RefactoringStatus, RefactoringProcessor, Object, DeleteArguments, IParticipantDescriptorFilter, String[], SharableParticipants) - Static method in class org.eclipse.ltk.core.refactoring.participants.ParticipantManager
-
Loads the delete participants for the given element.
- loadDialogSettings() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
-
Loads the dialog settings for this plug-in.
- loadMoveParticipants(RefactoringStatus, RefactoringProcessor, Object, MoveArguments, String[], SharableParticipants) - Static method in class org.eclipse.ltk.core.refactoring.participants.ParticipantManager
-
Loads the move participants for the given element.
- loadMoveParticipants(RefactoringStatus, RefactoringProcessor, Object, MoveArguments, IParticipantDescriptorFilter, String[], SharableParticipants) - Static method in class org.eclipse.ltk.core.refactoring.participants.ParticipantManager
-
Loads the move participants for the given element.
- loadParticipants(RefactoringStatus, SharableParticipants) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
-
Returns the array of participants.
- 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.
- loadProjectDescription(InputStream) - Method in interface org.eclipse.core.resources.IWorkspace
-
Reads the project description file (".project") from the given InputStream.
- loadRenameParticipants(RefactoringStatus, RefactoringProcessor, Object, RenameArguments, String[], SharableParticipants) - Static method in class org.eclipse.ltk.core.refactoring.participants.ParticipantManager
-
Loads the rename participants for the given element.
- loadRenameParticipants(RefactoringStatus, RefactoringProcessor, Object, RenameArguments, IParticipantDescriptorFilter, String[], SharableParticipants) - Static method in class org.eclipse.ltk.core.refactoring.participants.ParticipantManager
-
Loads the rename participants for the given element.
- LOCAL_CONTEXT - Static variable in class org.eclipse.core.resources.mapping.ResourceMappingContext
-
This resource mapping context is used to indicate that the operation
that is requesting the traversals is performing a local operation.
- LocalFileStorage - Class in org.eclipse.debug.core.sourcelookup.containers
-
Implementation of storage for a local file
(java.io.File
).
- LocalFileStorage(File) - Constructor for class org.eclipse.debug.core.sourcelookup.containers.LocalFileStorage
-
Constructs and returns storage for the given file.
- 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.
- LocalSelectionTransfer - Class in org.eclipse.jface.util
-
A LocalSelectionTransfer may be used for drag and drop operations
within the same instance of Eclipse.
- LocalSelectionTransfer() - Constructor for class org.eclipse.jface.util.LocalSelectionTransfer
-
Only the singleton instance of this class may be used.
- LocalSelectionTransfer - Class in org.eclipse.ui.views.navigator
-
A LocalSelectionTransfer may be used for drag and drop operations within the
same instance of Eclipse.
- LocalSystemInfo - Class in org.eclipse.update.configuration
-
Utility class providing local file system information.
- LocalSystemInfo() - Constructor for class org.eclipse.update.configuration.LocalSystemInfo
-
- locate(Object, Object) - Method in interface org.eclipse.compare.structuremergeviewer.IStructureCreator
-
Creates the single node specified by path from the given input object.
- locate(Object, Object) - Method in class org.eclipse.compare.ZipFileStructureCreator
-
- LOCATION - Static variable in interface org.eclipse.core.resources.IMarker
-
Location marker attribute.
- Location - Interface in org.eclipse.osgi.service.datalocation
-
A Location represents a URL which may have a default value, may be read only, may
or may not have a current value and may be cascaded on to a parent location.
- location - Variable in class org.eclipse.swt.browser.LocationEvent
-
current location
- location - Variable in class org.eclipse.swt.browser.WindowEvent
-
Requested location for the Shell
hosting the Browser
.
- LOCATION_AFTER - Static variable in class org.eclipse.jface.viewers.ViewerDropAdapter
-
Constant describing the position of the cursor relative
to the target object.
- LOCATION_BAR - Static variable in interface org.eclipse.ui.browser.IWorkbenchBrowserSupport
-
Style parameter (value 1<<1) indicating that the address combo and
'Go' button will created for the browser.
- 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.
- LocationAdapter - Class in org.eclipse.swt.browser
-
This adapter class provides default implementations for the
methods described by the
LocationListener
interface.
- LocationAdapter() - Constructor for class org.eclipse.swt.browser.LocationAdapter
-
- LocationEvent - Class in org.eclipse.swt.browser
-
- 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.
- lock() - Method in interface org.eclipse.osgi.service.datalocation.Location
-
Attempts to lock this location with a canonical locking mechanism and return
true
if the lock could be acquired.
- LOCK_TOOL_BAR - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id "lockToolBar"): Lock/unlock the workbench window
tool bar.
- LOCK_TRIM - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
-
Allows locking the trim to prevent user dragging on startup.
- 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(Throwable) - Static method in class org.eclipse.ant.core.AntCorePlugin
-
Logs the specified throwable with this plug-in's log.
- log - Variable in class org.eclipse.core.launcher.Main
-
- log(Object) - Method in class org.eclipse.core.launcher.Main
-
- 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(Throwable) - Static method in class org.eclipse.core.variables.VariablesPlugin
-
Logs the specified throwable with this plug-in's log.
- log(IStatus) - Static method in class org.eclipse.core.variables.VariablesPlugin
-
Logs the specified status with this plug-in's log.
- 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.
- log(IStatus) - Method in interface org.eclipse.jface.util.ILogger
-
Logs the given status.
- log(IStatus) - Static method in class org.eclipse.ui.console.ConsolePlugin
-
Logs the specified status with this plug-in's log.
- log(Throwable) - Static method in class org.eclipse.ui.console.ConsolePlugin
-
Logs the specified throwable with this plug-in's log.
- logDebuggingInfo(String) - Method in class org.eclipse.ui.AbstractSourceProvider
-
Logs a debugging message in an appropriate manner.
- logDebugMessage(String) - Static method in class org.eclipse.debug.core.DebugPlugin
-
Logs the given message if in debug mode.
- logFile - 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)
- logMessage(String, Throwable) - Static method in class org.eclipse.core.variables.VariablesPlugin
-
Logs the given message with this plug-in's log and the given
throwable or null
if none.
- logMessage(String, Throwable) - Static method in class org.eclipse.debug.core.DebugPlugin
-
Logs the given message with this plug-in's log and the given
throwable or null
if none.
- 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
).
- LONGEST_REGION_ALL - Static variable in class org.eclipse.jface.text.hyperlink.HyperlinkManager
-
All detected hyperlinks from all detectors are collected
and all those with the longest region are passed to the
hyperlink presenter.
- LONGEST_REGION_FIRST - Static variable in class org.eclipse.jface.text.hyperlink.HyperlinkManager
-
All detected hyperlinks from all detectors are collected
and form all those with the longest region only the first
one is passed to the hyperlink presenter.
- lookup(IPath) - Method in interface org.eclipse.core.resources.ISaveContext
-
Returns the current location for the given file or
null
if none.
- lookup(IPath) - Method in interface org.eclipse.core.resources.ISavedState
-
Returns the mapped location associated with the given path
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.
- lookupSource(Object, ISourceLocator) - Static method in class org.eclipse.debug.ui.DebugUITools
-
Performs source lookup on the given artifact and returns the result.
- LOW - Static variable in class org.eclipse.swt.SWT
-
Indicates low quality (value is 1).
- LOW - Static variable in class org.eclipse.ui.commands.Priority
-
Deprecated.
An instance representing 'low' priority.
- LOW - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Low priority as a Priority enumeration.
- LOW_PRIORITY_LITERAL - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Low priority as a String.
- LOW_PRIORITY_VALUE - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Low priority as an int.
- LOWER - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Lower priority as a Priority enumeration.
- LOWER_CASE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the action to turn a selection to lower case
Value: "LowerCase"
- LOWER_CASE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Action definition id of the lower case action.
- LOWER_CASE_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Help context id for the action.
- LOWER_PRIORITY_LITERAL - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Lower priority as a String.
- LOWER_PRIORITY_VALUE - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Lower priority as an int.
- LOWEST - Static variable in interface org.eclipse.search.ui.ISearchPageScoreComputer
-
Lowest possible valid score.
- LOWEST - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Lowest priority as a Priority enumeration.
- LOWEST_PRIORITY_LITERAL - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Lowest priority as a String.
- LOWEST_PRIORITY_VALUE - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Lowest priority as an int.
- LuceneSearchParticipant - Class in org.eclipse.help.search
-
Participant in the help search.
- LuceneSearchParticipant() - Constructor for class org.eclipse.help.search.LuceneSearchParticipant
-