Index

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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

W

waitFor() - Static method in class org.eclipse.help.ui.internal.HelpUIEventLoop
Blocks until the loop is started (Display created)
waitForBackgroundSaveJobs(List) - Static method in class org.eclipse.ui.internal.SaveableHelper
Waits for the background save jobs (if any) of the given saveables to complete.
waitForStop(long) - Method in class org.eclipse.osgi.container.SystemModule
Waits until the module container has stopped.
waitForStop(long) - Method in class org.eclipse.osgi.launch.Equinox
 
WAITING - Static variable in class org.eclipse.core.runtime.jobs.Job
Job state code (value 2) indicating that a job is waiting to run.
waitUntilExecuted(UILockListener) - Method in class org.eclipse.ui.internal.PendingSyncExec
 
wake() - Method in class org.eclipse.swt.widgets.Display
If the receiver's user-interface thread was sleeping, causes it to be awakened and start running again.
wakeup() - Static method in class org.eclipse.help.ui.internal.HelpUIEventLoop
 
wakeUp() - Method in class org.eclipse.core.runtime.jobs.Job
Puts this job immediately into the Job.WAITING state so that it is eligible for immediate execution.
wakeUp(long) - Method in class org.eclipse.core.runtime.jobs.Job
Puts this job back into the Job.WAITING state after the specified delay.
wakeUp(Object) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Resumes scheduling of all sleeping jobs in the given family.
Wakeup - Static variable in class org.eclipse.swt.SWT
Deprecated.
The same as PostExternalEventDispatch (value is 53).
warn(String) - Method in interface org.eclipse.core.runtime.ILog
Logs a status with IStatus.WARNING using this logger Bundle.getSymbolicName() as pluginId
warn(String) - Method in class org.eclipse.e4.core.services.log.Logger
 
warn(String, Object) - Method in class org.eclipse.e4.core.services.log.Logger
 
warn(String, Object[]) - Method in class org.eclipse.e4.core.services.log.Logger
 
warn(String, Object, Object) - Method in class org.eclipse.e4.core.services.log.Logger
 
warn(String, Throwable) - Method in interface org.eclipse.core.runtime.ILog
Logs a status with IStatus.WARNING using this logger Bundle.getSymbolicName() as pluginId
warn(String, Throwable) - Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
Throws a warning exception with the given message and underlying exception.
warn(Throwable) - Method in class org.eclipse.e4.core.services.log.Logger
 
warn(Throwable, String) - Method in class org.eclipse.e4.core.services.log.Logger
 
warning(String) - Static method in class org.eclipse.core.databinding.validation.ValidationStatus
Creates a new validation warning status with the given message.
warning(String) - Static method in class org.eclipse.core.runtime.Status
Construct a new status object with severity IStatus.WARNING, code IStatus.OK, and pluginId determined automatically from the calling class using StackWalker.
warning(String, Throwable) - Static method in class org.eclipse.core.runtime.Status
Construct a new status object with severity IStatus.WARNING, code IStatus.OK, and pluginId determined automatically from the calling class using StackWalker.
WARNING - Enum constant in enum class org.eclipse.osgi.container.ModuleContainerAdaptor.ContainerEvent
An event fired for a warning condition.
WARNING - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 2) indicating this status represents a warning.
WARNING - Static variable in class org.eclipse.e4.core.services.statusreporter.StatusReporter
severity WARNING
WARNING - Static variable in interface org.eclipse.jface.dialogs.IMessageProvider
Constant for a warning message (value 2).
WARNING - Static variable in class org.eclipse.jface.dialogs.MessageDialog
Constant for the warning image, or a simple dialog with the warning image and a single OK button (value 4).
WARNING - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Status severity constant (value 2) indicating this status represents a warning.
WARNING - Static variable in class org.eclipse.osgi.framework.log.FrameworkLogEntry
Severity constant (bit mask, value 2) indicating this log entry represents a warning.
WARNING_MESSAGE - Static variable in class org.eclipse.jface.dialogs.TitleAreaDialog
Deprecated. 
WARNING_OVERLAY - Static variable in interface org.eclipse.compare.internal.ICompareUIConstants
 
WARNING_SYSTEM_IMAGE - Static variable in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Constant for the warning system image.
warnOfContentChange() - Method in interface org.eclipse.ui.progress.IWorkbenchSiteProgressService
Warn that the content of the part has changed.
warnOfContentChange(IConsole) - Method in interface org.eclipse.ui.console.IConsoleManager
Warns that the content of the given console has changed in all console views.
warnOfContentChange(IConsole) - Method in interface org.eclipse.ui.console.IConsoleView
Warns that the content of the given console has changed.
wasPersisted() - Method in class org.eclipse.debug.ui.DebugPopup
Returns whether the command handler was invoked to persist this popup's result.
watchEvaluationFinished(IWatchExpressionResult) - Method in interface org.eclipse.debug.core.model.IWatchExpressionListener
Notifies the listener that an evaluation has completed.
WB_COMMAND_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledItemImpl
The default value of the 'Wb Command' attribute.
WB_COMMAND_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl
The default value of the 'Wb Command' attribute.
WB_COMMAND_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledToolItemImpl
The default value of the 'Wb Command' attribute.
WB_END - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Workbench menu: name of group for end of menu (value "wbEnd").
WB_START - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Workbench menu: name of group for start of menu (value "wbStart").
wbCommand - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledItemImpl
The cached value of the 'Wb Command' attribute.
wbCommand - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl
The cached value of the 'Wb Command' attribute.
wbCommand - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledToolItemImpl
The cached value of the 'Wb Command' attribute.
WBCOMMAND - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandledItem
 
WBWRenderer - Class in org.eclipse.e4.ui.workbench.renderers.swt
Default SWT renderer responsible for an instance of MWindow.
WBWRenderer() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer
 
WBWRenderer.ThemeDefinitionChangedHandler - Class in org.eclipse.e4.ui.workbench.renderers.swt
 
WEAK - Enum constant in enum class org.eclipse.e4.core.services.nls.Message.ReferenceType
 
WeakPool<T> - Class in org.eclipse.equinox.p2.core
An object pool backed by weak references.
WeakPool() - Constructor for class org.eclipse.equinox.p2.core.WeakPool
 
WEBKIT - Static variable in class org.eclipse.swt.SWT
Style constant specifying that a Browser should use WebKit for rendering its content (value is 1<<16).
WebSearchPage_info - Static variable in class org.eclipse.help.ui.internal.Messages
 
WebSearchPage_label - Static variable in class org.eclipse.help.ui.internal.Messages
 
weight - Variable in class org.eclipse.jface.viewers.ColumnWeightData
The column's weight.
WELCOME_PAGE - Static variable in interface org.eclipse.ui.branding.IBundleGroupConstants
The feature's welcome page (special XML-based format).
WELCOME_PAGE - Static variable in interface org.eclipse.ui.branding.IProductConstants
The product's welcome page (special XML-based format).
WELCOME_PERSPECTIVE - Static variable in interface org.eclipse.ui.branding.IBundleGroupConstants
The id of a perspective in which to show the welcome page (optional).
wHint - Variable in class org.eclipse.swt.layout.BorderData
 
WHITESPACE - Static variable in class org.eclipse.jface.text.rules.Token
Standard token: Whitespace.
WhitespaceCharacterPainter - Class in org.eclipse.jface.text
A painter for drawing visible characters for (invisible) whitespace characters.
WhitespaceCharacterPainter(ITextViewer) - Constructor for class org.eclipse.jface.text.WhitespaceCharacterPainter
Creates a new painter for the given text viewer.
WhitespaceCharacterPainter(ITextViewer, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int) - Constructor for class org.eclipse.jface.text.WhitespaceCharacterPainter
Creates a new painter for the given text viewer and the painter options.
WhitespaceRule - Class in org.eclipse.jface.text.rules
An implementation of IRule capable of detecting whitespace.
WhitespaceRule(IWhitespaceDetector) - Constructor for class org.eclipse.jface.text.rules.WhitespaceRule
Creates a rule which, with the help of an whitespace detector, will return Token.WHITESPACE when a whitespace is detected.
WhitespaceRule(IWhitespaceDetector, IToken) - Constructor for class org.eclipse.jface.text.rules.WhitespaceRule
Creates a rule which, with the help of an whitespace detector, will return the given whitespace token when a whitespace is detected.
WHOLE - Static variable in class org.eclipse.ui.texteditor.DeleteLineAction
Delete the whole line.
widget - Variable in class org.eclipse.e4.ui.css.core.impl.dom.CSS2PropertiesImpl
 
widget - Variable in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
The cached value of the 'Widget' attribute.
widget - Variable in class org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem
 
widget - Variable in class org.eclipse.swt.events.TypedEvent
the widget that issued the event
widget - Variable in class org.eclipse.swt.ole.win32.OleEvent
 
widget - Variable in class org.eclipse.swt.widgets.Event
the widget that issued the event
Widget - Class in org.eclipse.swt.widgets
This class is the abstract superclass of all user interface objects.
Widget(Widget, int) - Constructor for class org.eclipse.swt.widgets.Widget
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
WIDGET - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.EventTags
The widget that generated the event
WIDGET - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
WIDGET_DATA_KEY - Static variable in class org.eclipse.jface.viewers.Viewer
Unique key for associating element data with widgets.
WIDGET_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
The default value of the 'Widget' attribute.
WIDGET_PRIORITY - Static variable in class org.eclipse.jface.text.contentassist.ContentAssistant
The popup priority: > linked position proposals and hover pop-ups.
WIDGET_PRIORITY - Static variable in class org.eclipse.jface.text.information.InformationPresenter
Priority of the info controls managed by this information presenter.
widgetArmed(ArmEvent) - Method in interface org.eclipse.swt.events.ArmListener
Sent when a widget is armed, or 'about to be selected'.
WidgetCommand() - Constructor for class org.eclipse.jface.text.TextViewer.WidgetCommand
 
widgetCreated(Widget) - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
widgetCreated(Widget) - Method in class org.eclipse.swt.internal.WidgetSpy
 
widgetCreated(Widget) - Method in interface org.eclipse.swt.internal.WidgetSpy.WidgetTracker
 
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.swt.events.SelectionAdapter
Sent when default selection occurs in the control.
widgetDefaultSelected(SelectionEvent) - Method in interface org.eclipse.swt.events.SelectionListener
Sent when default selection occurs in the control.
widgetDefaultSelectedAdapter(Consumer<SelectionEvent>) - Static method in interface org.eclipse.swt.events.SelectionListener
Static helper method to create a SelectionListener for the SelectionListener.widgetDefaultSelected(SelectionEvent e)) method, given a lambda expression or a method reference.
widgetDisposed(DisposeEvent) - Method in class org.eclipse.compare.internal.ChangeCompareFilterPropertyAction
 
widgetDisposed(DisposeEvent) - Method in class org.eclipse.compare.internal.ChangePropertyAction
 
widgetDisposed(DisposeEvent) - Method in class org.eclipse.jface.text.AbstractReusableInformationControlCreator
 
widgetDisposed(DisposeEvent) - Method in class org.eclipse.jface.text.DefaultInformationControl
Deprecated.
As of 3.2, no longer used and called
widgetDisposed(DisposeEvent) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
Deprecated.
 
widgetDisposed(DisposeEvent) - Method in interface org.eclipse.swt.events.DisposeListener
Sent when the widget is disposed.
widgetDisposed(Widget) - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
widgetDisposed(Widget) - Method in class org.eclipse.swt.internal.WidgetSpy
 
widgetDisposed(Widget) - Method in interface org.eclipse.swt.internal.WidgetSpy.WidgetTracker
 
WidgetElement - Class in org.eclipse.e4.ui.css.swt.dom
CSSStylableElement implementation which wrap SWT Widget.
WidgetElement(Widget, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.WidgetElement
 
WidgetFactory - Class in org.eclipse.jface.widgets
This class provides a convenient shorthand for creating and initializing factories for SWT widgets.
widgetLine2ModelLine(int) - Method in interface org.eclipse.jface.text.ITextViewerExtension5
Returns the line of the viewer's input document that corresponds to the given widget line or -1 if there is no such line.
widgetLine2ModelLine(int) - Method in class org.eclipse.jface.text.TextViewer
widgetLine2ModelLine(ITextViewer, int) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Converts a widget line into a model (i.e.
widgetLine2ModelLine(ITextViewer, int) - Static method in class org.eclipse.jface.text.source.CompositeRuler
Returns the line in the given viewer's document that correspond to the given line of the viewer's widget.
widgetLine2ModelLine(ITextViewer, int) - Static method in class org.eclipse.jface.text.source.VerticalRuler
Returns the line of the viewer's document that corresponds to the given widget line.
widgetLineOfWidgetOffset(int) - Method in interface org.eclipse.jface.text.ITextViewerExtension3
Deprecated.
Returns the widget line of the given widget offset.
widgetLineOfWidgetOffset(int) - Method in interface org.eclipse.jface.text.ITextViewerExtension5
Returns the widget line of the given widget offset.
widgetLineOfWidgetOffset(int) - Method in class org.eclipse.jface.text.TextViewer
WidgetListProperty<S extends Widget,E> - Class in org.eclipse.jface.databinding.swt
Abstract list property implementation for Widget properties.
WidgetListProperty() - Constructor for class org.eclipse.jface.databinding.swt.WidgetListProperty
 
widgetlLine2ModelLine(int) - Method in interface org.eclipse.jface.text.ITextViewerExtension3
Deprecated.
Returns the line of the viewer's document that corresponds to the given widget line or -1 if there is no such line.
widgetlLine2ModelLine(int) - Method in class org.eclipse.jface.text.TextViewer
widgetOffset2ModelOffset(int) - Method in interface org.eclipse.jface.text.ITextViewerExtension3
Deprecated.
Returns the offset of the viewer's document that corresponds to the given widget offset or -1 if there is no such offset
widgetOffset2ModelOffset(int) - Method in interface org.eclipse.jface.text.ITextViewerExtension5
Returns the offset of the viewer's input document that corresponds to the given widget offset or -1 if there is no such offset
widgetOffset2ModelOffset(int) - Method in class org.eclipse.jface.text.TextViewer
widgetOffset2ModelOffset(ISourceViewer, int) - Static method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the offset of the given source viewer's document that corresponds to the given widget offset or -1 if there is no such offset.
WidgetProperties - Class in org.eclipse.jface.databinding.swt.typed
A factory for creating properties of SWT widgets.
WidgetProperties() - Constructor for class org.eclipse.jface.databinding.swt.typed.WidgetProperties
 
widgetRange2ModelRange(IRegion) - Method in interface org.eclipse.jface.text.ITextViewerExtension3
Deprecated.
Returns the minimal region of the viewer's document that completely comprises the given widget region or null if there is no such region.
widgetRange2ModelRange(IRegion) - Method in interface org.eclipse.jface.text.ITextViewerExtension5
Returns the minimal region of the viewer's input document that completely comprises the given widget region or null if there is no such region.
widgetRange2ModelRange(IRegion) - Method in class org.eclipse.jface.text.TextViewer
widgetSelected(SelectionEvent) - Method in class org.eclipse.swt.events.SelectionAdapter
Sent when selection occurs in the control.
widgetSelected(SelectionEvent) - Method in interface org.eclipse.swt.events.SelectionListener
Sent when selection occurs in the control.
widgetSelectedAdapter(Consumer<SelectionEvent>) - Static method in interface org.eclipse.swt.events.SelectionListener
Static helper method to create a SelectionListener for the SelectionListener.widgetSelected(SelectionEvent e)) method, given a lambda expression or a method reference.
widgetSelection() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
Returns a value property for observing the selection state of a Button, CCombo, Combo, DateTime, List, MenuItem (since 1.5), Scale, Slider (since 1.5) or Spinner.
widgetSelection2ModelSelection(Point) - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
Adapts the behavior of the super class to respect line based folding.
widgetSelection2ModelSelection(Point) - Method in class org.eclipse.jface.text.TextViewer
Translates the given widget selection into the corresponding region of the viewer's document or returns null if this fails.
WidgetSideEffects - Class in org.eclipse.jface.databinding.swt
A factory for the creation of an ISideEffectFactory, which internally manages the created ISideEffects in an CompositeSideEffect.
WidgetSpy - Class in org.eclipse.swt.internal
Helper class to allow widget creation and disposal monitoring
WidgetSpy.NonDisposedWidgetTracker - Class in org.eclipse.swt.internal
Default implementation simply collects all created and not disposed widgets
WidgetSpy.WidgetTracker - Interface in org.eclipse.swt.internal
Custom callback to register widget creation / disposal
WidgetSupplier<W extends Widget,P extends Widget> - Interface in org.eclipse.jface.widgets
Represents a supplier for widgets.
WidgetValueProperty<S extends Widget,T> - Class in org.eclipse.jface.databinding.swt
Abstract value property implementation for Widget properties.
WidgetValueProperty() - Constructor for class org.eclipse.jface.databinding.swt.WidgetValueProperty
Constructs a WidgetValueProperty which does not listen for any SWT events.
WidgetValueProperty(int) - Constructor for class org.eclipse.jface.databinding.swt.WidgetValueProperty
Constructs a WidgetValueProperty with the specified SWT event type
WidgetValueProperty(int[]) - Constructor for class org.eclipse.jface.databinding.swt.WidgetValueProperty
Constructs a WidgetValueProperty with the specified SWT event type(s).
WidgetValueProperty(int[], int[]) - Constructor for class org.eclipse.jface.databinding.swt.WidgetValueProperty
Constructs a WidgetValueProperty with the specified SWT event types.
width - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
The cached value of the 'Width' attribute.
width - Variable in class org.eclipse.jface.viewers.ColumnPixelData
The column's width in pixels.
width - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
width - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
width - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The width of the chevron button at the time of the event.
width - Variable in class org.eclipse.swt.events.PaintEvent
the width of the bounding rectangle of the region that requires painting
width - Variable in class org.eclipse.swt.events.SelectionEvent
The width of selected area.
width - Variable in class org.eclipse.swt.graphics.GlyphMetrics
the width of the GlyphMetrics
width - Variable in class org.eclipse.swt.graphics.ImageData
The width of the image, in pixels.
width - Variable in class org.eclipse.swt.graphics.LineAttributes
The line width.
width - Variable in class org.eclipse.swt.graphics.Rectangle
the width of the rectangle
width - Variable in class org.eclipse.swt.layout.FormData
width specifies the preferred width in points.
width - Variable in class org.eclipse.swt.layout.RowData
width specifies the desired width in points.
width - Variable in class org.eclipse.swt.widgets.Event
the width of the bounding rectangle of the region that requires painting
width(int) - Method in class org.eclipse.jface.widgets.TableColumnFactory
Sets the width of the receiver.
width(int) - Method in class org.eclipse.jface.widgets.TreeColumnFactory
Sets the width of the receiver.
WIDTH - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
WIDTH_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
The default value of the 'Width' attribute.
widthDistributionFactor - Variable in class org.eclipse.swt.layout.BorderLayout
If the width of the SWT.LEFT and SWT.RIGHT region exceeds the available space this factor is used to distribute the size to the controls, valid values range between [0 ... 1] The default value is 0.5 (equal distribution of available space)
widthESet - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
This is true if the Width attribute has been set.
widthHint - Variable in class org.eclipse.jface.action.StatusLineLayoutData
The widthHint specifies a minimum width for the Control.
widthHint - Variable in class org.eclipse.swt.layout.GridData
widthHint specifies the preferred width in points.
widthHint - Variable in class org.eclipse.ui.forms.widgets.ColumnLayoutData
Width hint that will be used instead of the computed control width when used in conjunction with ColumnLayout class (default is SWT.DEFAULT).
win32_copy(long, Variant) - Static method in class org.eclipse.swt.ole.win32.Variant
Invokes platform specific functionality to copy a variant into operating system memory.
win32_new(long) - Static method in class org.eclipse.swt.ole.win32.Variant
Invokes platform specific functionality to wrap a variant that was allocated in operating system memory.
win32_new(long, GCData) - Static method in class org.eclipse.swt.graphics.GC
Invokes platform specific functionality to wrap a graphics context.
win32_new(Device, int) - Static method in class org.eclipse.swt.graphics.Color
Invokes platform specific functionality to allocate a new color.
win32_new(Device, int) - Static method in class org.eclipse.swt.graphics.Cursor
Invokes platform specific functionality to allocate a new cursor.
win32_new(Device, int) - Static method in class org.eclipse.swt.graphics.Region
Invokes platform specific functionality to allocate a new region.
win32_new(Device, int, int) - Static method in class org.eclipse.swt.graphics.Color
Invokes platform specific functionality to allocate a new color.
win32_new(Device, int, long) - Static method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to allocate a new image.
win32_new(Device, long) - Static method in class org.eclipse.swt.graphics.Font
Invokes platform specific functionality to allocate a new font.
win32_new(Drawable, GCData) - Static method in class org.eclipse.swt.graphics.GC
Invokes platform specific functionality to allocate a new graphics context.
win32_new(LOGFONT, float) - Static method in class org.eclipse.swt.graphics.FontData
Invokes platform specific functionality to allocate a new font data.
win32_new(TEXTMETRIC) - Static method in class org.eclipse.swt.graphics.FontMetrics
Invokes platform specific functionality to allocate a new font metrics.
win32_new(Display, long) - Static method in class org.eclipse.swt.widgets.Shell
Invokes platform specific functionality to allocate a new shell that is embedded.
window - Variable in class org.eclipse.ui.internal.FilteredTableBaseHandler
 
Window - Class in org.eclipse.jface.window
A JFace window is an object that has no visual representation (no widgets) until it is told to open.
Window(IShellProvider) - Constructor for class org.eclipse.jface.window.Window
Creates a new window which will create its shell as a child of whatever the given shellProvider returns.
Window(Shell) - Constructor for class org.eclipse.jface.window.Window
Creates a window instance, whose shell will be created under the given parent shell.
WINDOW - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Window' class.
WINDOW - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The meta object id for the 'Window' class.
WINDOW___UPDATE_LOCALIZATION - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Update Localization' operation.
WINDOW___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The operation id for the 'Update Localization' operation.
WINDOW__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
WINDOW__BINDING_CONTEXTS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Binding Contexts' reference list.
WINDOW__CHILDREN - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Children' containment reference list.
WINDOW__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Container Data' attribute.
WINDOW__CONTEXT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Context' attribute.
WINDOW__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Contributor URI' attribute.
WINDOW__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Cur Shared Ref' reference.
WINDOW__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Element Id' attribute.
WINDOW__HANDLERS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Handlers' containment reference list.
WINDOW__HEIGHT - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Height' attribute feature.
WINDOW__HEIGHT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Height' attribute.
WINDOW__ICON_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Icon URI' attribute.
WINDOW__LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Label' attribute.
WINDOW__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
WINDOW__LOCALIZED_LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Localized Label' attribute.
WINDOW__LOCALIZED_TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Localized Tooltip' attribute.
WINDOW__MAIN_MENU - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Main Menu' containment reference feature.
WINDOW__MAIN_MENU - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Main Menu' containment reference.
WINDOW__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'On Top' attribute.
WINDOW__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Parent' container reference.
WINDOW__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Persisted State' map.
WINDOW__PROPERTIES - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Properties' map.
WINDOW__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Renderer' attribute.
WINDOW__SELECTED_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Selected Element' reference.
WINDOW__SHARED_ELEMENTS - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Shared Elements' containment reference list feature.
WINDOW__SHARED_ELEMENTS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Shared Elements' containment reference list.
WINDOW__SNIPPETS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Snippets' containment reference list.
WINDOW__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Tags' attribute list.
WINDOW__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'To Be Rendered' attribute.
WINDOW__TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Tooltip' attribute.
WINDOW__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Transient Data' map.
WINDOW__VARIABLES - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Variables' attribute list.
WINDOW__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Visible' attribute.
WINDOW__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Visible When' containment reference.
WINDOW__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Widget' attribute.
WINDOW__WIDTH - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Width' attribute feature.
WINDOW__WIDTH - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Width' attribute.
WINDOW__WINDOWS - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Windows' containment reference list feature.
WINDOW__WINDOWS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Windows' containment reference list.
WINDOW__X - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'X' attribute feature.
WINDOW__X - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'X' attribute.
WINDOW__Y - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Y' attribute feature.
WINDOW__Y - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Y' attribute.
WINDOW_ACTIVATE_EDITOR - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Activate Editor" in category "Window" (value is "org.eclipse.ui.window.activateEditor").
WINDOW_CLOSE_ALL_PERSPECTIVES - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Close All Perspectives" in category "Window" (value is "org.eclipse.ui.window.closeAllPerspectives").
WINDOW_CLOSE_PART - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Close Part" in category "Window" (value is "org.eclipse.ui.file.closePart").
WINDOW_CLOSE_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Close Perspective" in category "Window" (value is "org.eclipse.ui.window.closePerspective").
WINDOW_CLOSE_PERSPECTIVE_PARM_ID - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for parameter "Perspective Id" in command "Close Perspective" in category "Window" (value is "org.eclipse.ui.window.closePerspective.perspectiveId").
WINDOW_CUSTOMIZE_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Customize Perspective" in category "Window" (value is "org.eclipse.ui.window.customizePerspective").
WINDOW_ELEMENT - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Window Element' class.
WINDOW_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The meta object id for the 'Window Element' class.
WINDOW_ELEMENT___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The operation id for the 'Update Localization' operation.
WINDOW_ELEMENT__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
WINDOW_ELEMENT__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Container Data' attribute.
WINDOW_ELEMENT__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Contributor URI' attribute.
WINDOW_ELEMENT__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Cur Shared Ref' reference.
WINDOW_ELEMENT__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Element Id' attribute.
WINDOW_ELEMENT__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
WINDOW_ELEMENT__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'On Top' attribute.
WINDOW_ELEMENT__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Parent' container reference.
WINDOW_ELEMENT__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Persisted State' map.
WINDOW_ELEMENT__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Renderer' attribute.
WINDOW_ELEMENT__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Tags' attribute list.
WINDOW_ELEMENT__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'To Be Rendered' attribute.
WINDOW_ELEMENT__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Transient Data' map.
WINDOW_ELEMENT__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Visible' attribute.
WINDOW_ELEMENT__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Visible When' containment reference.
WINDOW_ELEMENT__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Widget' attribute.
WINDOW_ELEMENT_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The number of structural features of the 'Window Element' class.
WINDOW_ELEMENT_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The number of operations of the 'Window Element' class.
WINDOW_END - Static variable in class org.eclipse.swt.custom.ST
 
WINDOW_END - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto end of window action.
WINDOW_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Window menu: name of group for additional window-like items.
WINDOW_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The number of structural features of the 'Window' class.
WINDOW_FONT - Static variable in class org.eclipse.jface.resource.JFaceResources
Deprecated.
This font is not in use
WINDOW_IMAGE - Static variable in interface org.eclipse.ui.branding.IProductConstants
Deprecated.
use WINDOW_IMAGES instead (see recommendations there)
WINDOW_IMAGES - Static variable in interface org.eclipse.ui.branding.IProductConstants
An array of one or more images to be used for this product.
WINDOW_LOCK_TOOLBAR - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Lock Toolbar" in category "Window" (value is "org.eclipse.ui.window.lockToolbar").
WINDOW_MAXIMIZE_ACTIVE_VIEW_OR_EDITOR - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Maximize Active View or Editor" in category "Window" (value is "org.eclipse.ui.window.maximizePart").
WINDOW_MAXIMIZED_TAG - Static variable in interface org.eclipse.e4.ui.workbench.IPresentationEngine
When applied to an MWindow causes the renderer to maximize the resulting control.
WINDOW_MINIMIZE_ACTIVE_VIEW_OR_EDITOR - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Minimize Active View or Editor" in category "Window" (value is "org.eclipse.ui.window.minimizePart").
WINDOW_MINIMIZED_TAG - Static variable in interface org.eclipse.e4.ui.workbench.IPresentationEngine
When applied to an MWindow causes the renderer to minimize the resulting control.
WINDOW_NEW_EDITOR - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "New Editor" in category "Window" (value is "org.eclipse.ui.window.newEditor").
WINDOW_NEW_WINDOW - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "New Window" in category "Window" (value is "org.eclipse.ui.window.newWindow").
WINDOW_NEXT_EDITOR - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Next Editor" in category "Window" (value is "org.eclipse.ui.window.nextEditor").
WINDOW_NEXT_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Next Perspective" in category "Window" (value is "org.eclipse.ui.window.nextPerspective").
WINDOW_NEXT_VIEW - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Next View" in category "Window" (value is "org.eclipse.ui.window.nextView").
WINDOW_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The number of operations of the 'Window' class.
WINDOW_PIN_EDITOR - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Pin Editor" in category "Window" (value is "org.eclipse.ui.window.pinEditor").
WINDOW_PREFERENCES - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Preferences" in category "Window" (value is "org.eclipse.ui.window.preferences").
WINDOW_PREFERENCES_PARM_PAGEID - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for parameter "Preference Page Id" in command "Preferences" in category "Window" (value is "preferencePageId").
WINDOW_PREVIOUS_EDITOR - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Previous Editor" in category "Window" (value is "org.eclipse.ui.window.previousEditor").
WINDOW_PREVIOUS_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Previous Perspective" in category "Window" (value is "org.eclipse.ui.window.previousPerspective").
WINDOW_PREVIOUS_VIEW - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Previous View" in category "Window" (value is "org.eclipse.ui.window.previousView").
WINDOW_RESET_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Reset Perspective" in category "Window" (value is "org.eclipse.ui.window.resetPerspective").
WINDOW_SAVE_PERSPECTIVE_AS - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Save Perspective As" in category "Window" (value is "org.eclipse.ui.window.savePerspective").
WINDOW_SCOPE - Static variable in interface org.eclipse.ui.services.IServiceScopes
A workbench window service locator scope.
WINDOW_SHOW_KEY_ASSIST - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Show Key Assist" in category "Window" (value is "org.eclipse.ui.window.showKeyAssist").
WINDOW_SHOW_VIEW_MENU - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Show View Menu" in category "Window" (value is "org.eclipse.ui.window.showViewMenu").
WINDOW_START - Static variable in class org.eclipse.swt.custom.ST
 
WINDOW_START - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto start of window action.
WINDOW_TOP_LEVEL - Static variable in interface org.eclipse.e4.ui.workbench.IPresentationEngine
When applied to an MWindow causes the renderer to render the resulting control as a top level window
Window.IExceptionHandler - Interface in org.eclipse.jface.window
This interface defines a Exception Handler which can be set as a global handler and will be called if an exception happens in the event loop.
windowActivated(IWorkbenchWindow) - Method in interface org.eclipse.ui.IWindowListener
Notifies this listener that the given window has been activated.
windowClosed(IWorkbenchWindow) - Method in interface org.eclipse.ui.IWindowListener
Notifies this listener that the given window has been closed.
windowDeactivated(IWorkbenchWindow) - Method in interface org.eclipse.ui.IWindowListener
Notifies this listener that the given window has been deactivated.
WindowEvent - Class in org.eclipse.swt.browser
A WindowEvent is sent by a Browser when a new window needs to be created or when an existing window needs to be closed.
WindowEvent(Widget) - Constructor for class org.eclipse.swt.browser.WindowEvent
Constructs a new instance of this class.
WindowImpl - Class in org.eclipse.e4.ui.model.application.ui.basic.impl
An implementation of the model object 'Window'.
WindowImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
WindowManager - Class in org.eclipse.jface.window
A manager for a group of windows.
WindowManager() - Constructor for class org.eclipse.jface.window.WindowManager
Creates an empty window manager without a parent window manager (that is, a root window manager).
WindowManager(WindowManager) - Constructor for class org.eclipse.jface.window.WindowManager
Creates an empty window manager with the given window manager as parent.
windowOpened(IWorkbenchWindow) - Method in interface org.eclipse.ui.IWindowListener
Notifies this listener that the given window has been opened.
windows - Variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl
The cached value of the 'Windows' containment reference list.
windows - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
The cached value of the 'Windows' containment reference list.
WINDOWS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Perspective
 
WINDOWS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
WindowsDefenderConfigurator - Class in org.eclipse.ui.internal
A start-up event handler that, if running on Windows, suggests the user to exclude the current installation directory from being scanned by the Windows Defender, if it is active on the computer.
WindowsDefenderConfigurator() - Constructor for class org.eclipse.ui.internal.WindowsDefenderConfigurator
 
WindowsDefenderConfigurator_detailsAndOptionsLinkText - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_exclusionCheckMessage - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_exclusionFailed - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_exclusionFailed_Protected - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_exclusionInformation - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_ignoreAllChoice - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_ignoreThisInstallationChoice - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_performExclusionChoice - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_runExclusionFromPreferenceButtonLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_scriptHideLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_scriptHint - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_scriptShowLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_statusCheck - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_statusCheckFailed - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowsDefenderConfigurator_statusInactive - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WindowWorkingSets - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WITH - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the with expression (value: with)
withAllProperties(IProgressMonitor) - Method in interface org.eclipse.team.core.history.IFileRevision
Returns an IFileRevision with all supported properties present.
withDefaults(IObservableList<T>, T, T) - Static method in class org.eclipse.core.databinding.observable.value.DuplexingObservableValue
Returns a DuplexingObservableValue implementation with predefined values to use if the list is empty or contains multiple different values.
withElementType(Object) - Static method in class org.eclipse.core.databinding.observable.list.WritableList
 
withElementType(Object) - Static method in class org.eclipse.core.databinding.observable.set.WritableSet
 
WithExpression - Class in org.eclipse.core.expressions
 
WithExpression(String) - Constructor for class org.eclipse.core.expressions.WithExpression
 
WithExpression(IConfigurationElement) - Constructor for class org.eclipse.core.expressions.WithExpression
 
WithExpression(Element) - Constructor for class org.eclipse.core.expressions.WithExpression
 
WithinComment1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WithinComment2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WithinQuote1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WithinQuote2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WithinScript - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WithinTag - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
withStyle(int) - Method in class org.eclipse.jface.resource.FontDescriptor
Returns a FontDescriptor that is equivalent to the receiver, but has the given style bits, in addition to any styles the receiver already has.
withValueType(Object) - Static method in class org.eclipse.core.databinding.observable.value.WritableValue
 
WIZ_IMG_ERROR - Static variable in class org.eclipse.jface.wizard.WizardDialog
Image registry key for error message image (value "dialog_title_error_image").
Wizard - Class in org.eclipse.jface.wizard
An abstract base implementation of a wizard.
Wizard() - Constructor for class org.eclipse.jface.wizard.Wizard
Creates a new empty wizard.
WIZARD_BASED_USER_INTERFACE - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Flag (value 2) indicating that a normal wizard based user interface consisting of a back, next, finish and cancel button should be used to present this refactoring wizard.
WIZARD_CLIENT_SHOULD_SCHEDULE - Static variable in class org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob
The key that should be used to set a property on a repository load job to indicate that a wizard receiving this job needs to schedule it.
WIZARD_ID - Static variable in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
The wizard id for creating new files in the workspace.
WIZARD_ID - Static variable in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
The wizard id for creating new folders in the workspace.
WIZARD_ID - Static variable in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
The wizard id for creating new projects in the workspace.
WizardActionGroup - Class in org.eclipse.ui.navigator
Populates context menus with shortcut actions for defined wizards.
WizardActionGroup(IWorkbenchWindow, IWizardRegistry, String) - Constructor for class org.eclipse.ui.navigator.WizardActionGroup
 
WizardActionGroup(IWorkbenchWindow, IWizardRegistry, String, INavigatorContentService) - Constructor for class org.eclipse.ui.navigator.WizardActionGroup
 
WizardActionGroup(IWorkbenchWindow, IWizardRegistry, String, INavigatorContentService, Predicate<IWizardDescriptor>, boolean) - Constructor for class org.eclipse.ui.navigator.WizardActionGroup
 
WizardDataTransferPage - Class in org.eclipse.ui.dialogs
The common superclass for wizard import and export pages.
WizardDataTransferPage(String) - Constructor for class org.eclipse.ui.dialogs.WizardDataTransferPage
Creates a new wizard page.
WizardDialog - Class in org.eclipse.jface.wizard
A dialog to show a wizard to the end user.
WizardDialog(Shell, IWizard) - Constructor for class org.eclipse.jface.wizard.WizardDialog
Creates a new wizard dialog for the given wizard.
WizardDialog.PageContainerFillLayout - Class in org.eclipse.jface.wizard
A layout for a container which includes several pages, like a notebook, wizard, or preference dialog.
WizardExportResourcesPage - Class in org.eclipse.ui.dialogs
Abstract superclass for a typical export wizard's main page.
WizardExportResourcesPage(String, IStructuredSelection) - Constructor for class org.eclipse.ui.dialogs.WizardExportResourcesPage
Creates an export wizard page.
WizardExternalProjectImportPage - Class in org.eclipse.ui.wizards.datatransfer
Standard main page for a wizard that creates a project resource from whose location already contains a project.
WizardExternalProjectImportPage() - Constructor for class org.eclipse.ui.wizards.datatransfer.WizardExternalProjectImportPage
Creates a new project creation wizard page.
WizardHandler_menuLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WizardList_description - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WizardNewFileCreationPage - Class in org.eclipse.ui.dialogs
Standard main page for a wizard that creates a file resource.
WizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class org.eclipse.ui.dialogs.WizardNewFileCreationPage
Creates a new file creation wizard page.
WizardNewFolderMainPage - Class in org.eclipse.ui.dialogs
Standard main page for a wizard that creates a folder resource.
WizardNewFolderMainPage(String, IStructuredSelection) - Constructor for class org.eclipse.ui.dialogs.WizardNewFolderMainPage
Creates a new folder creation wizard page.
WizardNewLinkPage - Class in org.eclipse.ui.dialogs
Standard resource link page for a wizard that creates a file or folder resource.
WizardNewLinkPage(String, int) - Constructor for class org.eclipse.ui.dialogs.WizardNewLinkPage
Creates a new resource link wizard page.
WizardNewProjectCreationPage - Class in org.eclipse.ui.dialogs
Standard main page for a wizard that is creates a project resource.
WizardNewProjectCreationPage(String) - Constructor for class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
Creates a new project creation wizard page.
WizardNewProjectCreationPage(String, IStructuredSelection, String[]) - Constructor for class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
Deprecated.
default placement of the working set group has been removed. If you wish to use the working set block please call WizardNewProjectCreationPage.createWorkingSetGroup(Composite, IStructuredSelection, String[]) in your overridden WizardNewProjectCreationPage.createControl(Composite) implementation.
WizardNewProjectReferencePage - Class in org.eclipse.ui.dialogs
Standard project reference page for a wizard that creates a project resource.
WizardNewProjectReferencePage(String) - Constructor for class org.eclipse.ui.dialogs.WizardNewProjectReferencePage
Creates a new project reference wizard page.
WizardPage - Class in org.eclipse.jface.wizard
An abstract base implementation of a wizard page.
WizardPage(String) - Constructor for class org.eclipse.jface.wizard.WizardPage
Creates a new wizard page with the given name, and with no title or image.
WizardPage(String, String, ImageDescriptor) - Constructor for class org.eclipse.jface.wizard.WizardPage
Creates a new wizard page with the given name, title, and image.
WizardPageSupport - Class in org.eclipse.jface.databinding.wizard
Connects the validation result from the given data binding context to the given wizard page, updating the wizard page's completion state and its error message accordingly.
WizardPropertyPage - Class in org.eclipse.ui.preferences
The wizard property page can wrap a property page around a wizard.
WizardPropertyPage() - Constructor for class org.eclipse.ui.preferences.WizardPropertyPage
 
WizardResourceImportPage - Class in org.eclipse.ui.dialogs
The abstract superclass for a typical import wizard's main page.
WizardResourceImportPage(String, IStructuredSelection) - Constructor for class org.eclipse.ui.dialogs.WizardResourceImportPage
Creates an import wizard page.
WizardSelectionPage - Class in org.eclipse.jface.wizard
An abstract implementation of a wizard page that manages a set of embedded wizards.
WizardSelectionPage(String) - Constructor for class org.eclipse.jface.wizard.WizardSelectionPage
Creates a new wizard selection page with the given name, and with no title or image.
WizardTransferPage_deselectAll - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WizardTransferPage_selectAll - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Word - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WORD_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
WORD_NEXT - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto next word action.
WORD_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
WORD_PREVIOUS - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto previous word action.
WORD_WRAP - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the action for toggling word wrap.
WORD_WRAP - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Command ID of the command to toggle word wrap: "org.eclipse.ui.edit.text.toggleWordWrap").
WORD_WRAP_TOGGLE_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the word wrap toggle action.
wordMatches(String) - Method in class org.eclipse.e4.ui.dialogs.filteredtree.PatternFilter
Return whether or not if any of the words in text satisfy the match criteria.
wordMatches(String) - Method in class org.eclipse.ui.dialogs.PatternFilter
Return whether or not if any of the words in text satisfy the match critera.
WordNext - Static variable in class org.eclipse.swt.custom.ST
The WordNext event type (value is 3009).
WordPatternRule - Class in org.eclipse.jface.text.rules
A specific single line rule which stipulates that the start and end sequence occur within a single word, as defined by a word detector.
WordPatternRule(IWordDetector, String, String, IToken) - Constructor for class org.eclipse.jface.text.rules.WordPatternRule
Creates a rule for the given starting and ending word pattern which, if detected, will return the specified token.
WordPatternRule(IWordDetector, String, String, IToken, char) - Constructor for class org.eclipse.jface.text.rules.WordPatternRule
/** Creates a rule for the given starting and ending word pattern which, if detected, will return the specified token.
WordPrevious - Static variable in class org.eclipse.swt.custom.ST
The WordPrevious event type (value is 3010).
WordRule - Class in org.eclipse.jface.text.rules
An implementation of IRule capable of detecting words.
WordRule(IWordDetector) - Constructor for class org.eclipse.jface.text.rules.WordRule
Creates a rule which, with the help of an word detector, will return the token associated with the detected word.
WordRule(IWordDetector, IToken) - Constructor for class org.eclipse.jface.text.rules.WordRule
Creates a rule which, with the help of a word detector, will return the token associated with the detected word.
WordRule(IWordDetector, IToken, boolean) - Constructor for class org.eclipse.jface.text.rules.WordRule
Creates a rule which, with the help of a word detector, will return the token associated with the detected word.
WordSelection() - Constructor for class org.eclipse.jface.text.templates.GlobalTemplateVariables.WordSelection
Creates a new word selection variable
workbench - Variable in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
Workbench - Class in org.eclipse.ui.internal
The workbench class represents the top of the Eclipse user interface.
WORKBENCH - Static variable in interface org.eclipse.ui.ISources
The priority given to default handlers and handlers that are active across the entire workbench.
WORKBENCH_AUTO_SAVE_JOB - Static variable in class org.eclipse.ui.internal.Workbench
 
Workbench_back - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_backToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_copy - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_copyToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_CreatingWorkbenchTwice - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_cut - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_cutToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_delete - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_deleteToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_DontRestartButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WORKBENCH_EDITOR_PREFERENCE_PAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
WORKBENCH_EDITORS_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
WORKBENCH_EDITORS_DIALOG - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
Workbench_findReplace - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_findReplaceToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_forward - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_forwardToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_goInto - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_goIntoToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WORKBENCH_MENU - Static variable in class org.eclipse.ui.menus.MenuUtil
Workbench Menu.
Workbench_move - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_moveToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_NeedsClose_Message - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_NeedsClose_Title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_next - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_nextToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_noApplicableItems - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_paste - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_pasteToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WORKBENCH_PREFERENCE_PAGE - Static variable in class org.eclipse.ui.ExtensionFactory
Factory ID for the Workbench preference page.
WORKBENCH_PREFERENCE_PAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
Workbench_previous - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_previousToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_print - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_printToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_problemsRestartErrorMessage - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_problemsRestartErrorTitle - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_problemsRestoring - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_problemsSaving - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_problemsSavingMsg - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_properties - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WORKBENCH_PROPERTIES_PAGE_INFO - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
Workbench_propertiesToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_redo - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_redoToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_refresh - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_refreshToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_rename - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_renameToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_RestartButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_revert - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_revertToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WORKBENCH_SAVE_INTERVAL - Static variable in interface org.eclipse.ui.internal.IPreferenceConstants
Preference value that specifies the time interval in minutes between workbench auto-saves.
WORKBENCH_SCOPE - Static variable in interface org.eclipse.ui.services.IServiceScopes
The global service locator scope.
Workbench_selectAll - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_selectAllToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_showInNoPerspectives - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_showInNoTargets - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_showPerspectiveError - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_startingPlugins - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_undo - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_undoToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_up - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_upToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WORKBENCH_VISIBLE_VIEW_ID - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
WORKBENCH_WINDOW - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
Workbench_zoomChangedMessage - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
Workbench_zoomChangedTitle - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchActivityHelper - Class in org.eclipse.ui.activities
A utility class that contains helpful methods for interacting with the activities API.
WorkbenchAdapter - Class in org.eclipse.ui.model
Abstract base class with basic implementations of the IWorkbenchAdapter interface.
WorkbenchAdapter() - Constructor for class org.eclipse.ui.model.WorkbenchAdapter
 
WorkbenchAdvisor - Class in org.eclipse.ui.application
Public base class for configuring the workbench.
WorkbenchAdvisor() - Constructor for class org.eclipse.ui.application.WorkbenchAdvisor
Creates and initializes a new workbench advisor instance.
WorkbenchChainedTextFontFieldEditor - Class in org.eclipse.ui.texteditor
Deprecated.
since 3.0 not longer in use, no longer supported, use a ChainedPreferenceStore to access preferences from the org.eclipse.ui.editors plug-in.
WorkbenchChainedTextFontFieldEditor(String, String, Composite) - Constructor for class org.eclipse.ui.texteditor.WorkbenchChainedTextFontFieldEditor
Deprecated.
Creates a new font field editor with the given parameters.
WorkbenchConfigurer - Class in org.eclipse.ui.internal
Internal class providing special access for configuring the workbench.
WorkbenchContentProvider - Class in org.eclipse.ui.model
Tree content provider for resource objects that can be adapted to the interface IWorkbenchAdapter.
WorkbenchContentProvider() - Constructor for class org.eclipse.ui.model.WorkbenchContentProvider
Creates the resource content provider.
WorkbenchEditorsAction_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_activate - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_allSelection - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_close - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_closeSelected - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_invertSelection - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_name - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_path - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_saveSelected - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_selectClean - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_showAllPersp - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsDialog_title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchEditorsHandler - Class in org.eclipse.ui.internal
Opens a dialog showing all open editors and the recently closed editors.
WorkbenchEditorsHandler() - Constructor for class org.eclipse.ui.internal.WorkbenchEditorsHandler
 
WorkbenchEncoding - Class in org.eclipse.ui
WorkbenchEncoding is a utility class for plug-ins that want to use the list of encodings defined by default in the workbench.
WorkbenchEncoding() - Constructor for class org.eclipse.ui.WorkbenchEncoding
 
WorkbenchEncoding_invalidCharset - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchErrorHandler - Class in org.eclipse.ui.statushandlers
This is a default workbench error handler.
WorkbenchErrorHandler() - Constructor for class org.eclipse.ui.statushandlers.WorkbenchErrorHandler
 
WorkbenchErrorHandlerProxy - Class in org.eclipse.ui.internal
A proxy handler which passes all statuses to handler assigned to current application workbench advisor.
WorkbenchErrorHandlerProxy() - Constructor for class org.eclipse.ui.internal.WorkbenchErrorHandlerProxy
 
WorkbenchException - Exception in org.eclipse.ui
A checked exception indicating a recoverable error occured internal to the workbench.
WorkbenchException(String) - Constructor for exception org.eclipse.ui.WorkbenchException
Creates a new exception with the given message.
WorkbenchException(String, Throwable) - Constructor for exception org.eclipse.ui.WorkbenchException
Creates a new exception with the given message.
WorkbenchException(IStatus) - Constructor for exception org.eclipse.ui.WorkbenchException
Creates a new exception with the given status object.
WorkbenchHandlerServiceHandler - Class in org.eclipse.ui.internal
 
WorkbenchHandlerServiceHandler(String) - Constructor for class org.eclipse.ui.internal.WorkbenchHandlerServiceHandler
 
WorkbenchImages - Class in org.eclipse.ui.internal
This class provides convenience access to many of the resources required by the workbench.
WorkbenchImages() - Constructor for class org.eclipse.ui.internal.WorkbenchImages
 
WorkbenchIntroManager - Class in org.eclipse.ui.internal
Workbench implementation of the IIntroManager interface.
WorkbenchJob - Class in org.eclipse.ui.progress
WorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling.
WorkbenchJob(String) - Constructor for class org.eclipse.ui.progress.WorkbenchJob
Add a new instance of the receiver with the supplied name.
WorkbenchJob(Display, String) - Constructor for class org.eclipse.ui.progress.WorkbenchJob
Create a new instance of the receiver with the supplied display and name.
WorkbenchLabelProvider - Class in org.eclipse.ui.model
Provides basic labels for adaptable objects that have the IWorkbenchAdapter adapter associated with them.
WorkbenchLabelProvider() - Constructor for class org.eclipse.ui.model.WorkbenchLabelProvider
Creates a new workbench label provider.
WorkbenchLayoutSettings_Name - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchLayoutSettingsTransfer - Class in org.eclipse.ui.internal
The WorkbenchSettings handles the recording and restoring of workbench settings.
WorkbenchLayoutSettingsTransfer() - Constructor for class org.eclipse.ui.internal.WorkbenchLayoutSettingsTransfer
Create a new instance of the receiver.
WorkbenchMarkerResolution - Class in org.eclipse.ui.views.markers
WorkbenchMarkerResolution is the resolution that can be grouped with others that are similar to allow multi selection.
WorkbenchMarkerResolution() - Constructor for class org.eclipse.ui.views.markers.WorkbenchMarkerResolution
 
WorkbenchMessages - Class in org.eclipse.ui.internal
Message class for workbench messages.
WorkbenchMessages() - Constructor for class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPage - Class in org.eclipse.ui.internal
A collection of views and editors in a workbench.
WorkbenchPage(WorkbenchWindow, IAdaptable) - Constructor for class org.eclipse.ui.internal.WorkbenchPage
Constructs a page.
WorkbenchPage_AbnormalWorkbenchCondition - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPage_ErrorCreatingPerspective - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPage_IllegalSecondaryId - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPage_IllegalViewMode - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPage_problemRestoringTitle - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPage_UnknownLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPage_workingSet_default_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPage_workingSet_multi_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPart - Class in org.eclipse.ui.part
Abstract base implementation of all workbench parts.
WorkbenchPart() - Constructor for class org.eclipse.ui.part.WorkbenchPart
Creates a new workbench part.
WorkbenchPart_AutoTitleFormat - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPartLabelProvider - Class in org.eclipse.ui.model
A table label provider implementation for showing workbench views and editors (objects of type IWorkbenchPart) in tree- and table-structured viewers.
WorkbenchPartLabelProvider() - Constructor for class org.eclipse.ui.model.WorkbenchPartLabelProvider
Creates a new label provider for workbench parts.
WorkbenchPartReference - Class in org.eclipse.ui.internal
 
WorkbenchPartReference(IEclipseContext, IWorkbenchPage, MPart) - Constructor for class org.eclipse.ui.internal.WorkbenchPartReference
 
WorkbenchPlugin - Class in org.eclipse.ui.internal
This class represents the TOP of the workbench UI world A plugin class is effectively an application wrapper for a plugin & its classes.
WorkbenchPlugin() - Constructor for class org.eclipse.ui.internal.WorkbenchPlugin
Create an instance of the WorkbenchPlugin.
WorkbenchPlugin_extension - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_allowInplaceEditingButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_doubleClick - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_HeapStatusButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_HeapStatusButtonToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_inlineRename - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_largeViewLimit - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_largeViewLimitError - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_largeViewLimitTooltip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_noEffectOnAllViews - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_openMode - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_promptWhenStillOpenButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_recentFiles - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_recentFilesError - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_reuseEditors - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_reuseEditorsThreshold - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_reuseEditorsThresholdError - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_RunInBackgroundButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_RunInBackgroundToolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_singleClick - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_singleClick_OpenAfterDelay - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_singleClick_SelectOnHover - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_stickyCycleButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_useIPersistableEditorButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_workbenchSaveInterval - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreference_workbenchSaveIntervalError - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchPreferenceInitializer - Class in org.eclipse.ui.internal
Implementation of the workbench plugin's preferences extension's customization element.
WorkbenchPreferenceInitializer() - Constructor for class org.eclipse.ui.internal.WorkbenchPreferenceInitializer
 
WorkbenchPreferences_Name - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchProperties - Class in org.eclipse.ui.databinding.typed
Factory methods for creating properties for the Workbench.
WorkbenchProperties() - Constructor for class org.eclipse.ui.databinding.typed.WorkbenchProperties
 
WorkbenchRendererFactory - Class in org.eclipse.e4.ui.workbench.renderers.swt
 
WorkbenchRendererFactory() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.WorkbenchRendererFactory
 
WorkbenchSettings_CouldNotCreateDirectories - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchSettings_CouldNotFindLocation - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchStatusDialog_MultipleProblemsHaveOccured - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchStatusDialog_ProblemOccurred - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchStatusDialog_ProblemOccurredInJob - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchStatusDialog_SeeDetails - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchStatusDialog_StatusWithChildren - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchStatusDialog_SupportHyperlink - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchStatusDialog_SupportTooltip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchStatusDialogManager - Class in org.eclipse.ui.statushandlers
The WorkbenchStatusDialogManager is a utility class for displaying one or more messages (errors, warnings or infos) to the user.
WorkbenchStatusDialogManager(int, String) - Constructor for class org.eclipse.ui.statushandlers.WorkbenchStatusDialogManager
Creates workbench status dialog.
WorkbenchStatusDialogManager(String) - Constructor for class org.eclipse.ui.statushandlers.WorkbenchStatusDialogManager
Creates workbench status dialog.
WorkbenchStatusDialogManager(Shell, int, String) - Constructor for class org.eclipse.ui.statushandlers.WorkbenchStatusDialogManager
Deprecated.
As of 3.4 the parentShell is ignored
WorkbenchStatusDialogManager(Shell, String) - Constructor for class org.eclipse.ui.statushandlers.WorkbenchStatusDialogManager
Deprecated.
As of 3.4 the parentShell is ignored
WorkbenchSupportFactory - Class in org.eclipse.ui.internal
Create singleton services to make the Workbench singletons available.
WorkbenchSupportFactory() - Constructor for class org.eclipse.ui.internal.WorkbenchSupportFactory
 
WorkbenchTriggerPointAdvisor - Class in org.eclipse.ui.activities
Workbench implementation prompts the user with a dialog unless they've said that they don't want to be prompted.
WorkbenchTriggerPointAdvisor() - Constructor for class org.eclipse.ui.activities.WorkbenchTriggerPointAdvisor
Create a new instance of this advisor.
WorkbenchViewerComparator - Class in org.eclipse.ui.model
A viewer comparator that sorts elements with registered workbench adapters by their text property.
WorkbenchViewerComparator() - Constructor for class org.eclipse.ui.model.WorkbenchViewerComparator
Creates a workbench viewer sorter using the default collator.
WorkbenchViewerComparator(Comparator) - Constructor for class org.eclipse.ui.model.WorkbenchViewerComparator
Creates a workbench viewer sorter using the given collator.
WorkbenchViewerSetup - Class in org.eclipse.ui.views
EXPERIMENTAL.
WorkbenchViewerSetup() - Constructor for class org.eclipse.ui.views.WorkbenchViewerSetup
 
WorkbenchViewerSorter - Class in org.eclipse.ui.model
Deprecated.
as of 3.3, use WorkbenchViewerComparator instead
WorkbenchViewerSorter() - Constructor for class org.eclipse.ui.model.WorkbenchViewerSorter
Deprecated.
Creates a workbench viewer sorter using the default collator.
WorkbenchViewerSorter(Collator) - Constructor for class org.eclipse.ui.model.WorkbenchViewerSorter
Deprecated.
Creates a workbench viewer sorter using the given collator.
WorkbenchWindow - Class in org.eclipse.ui.internal
A window within the workbench.
WorkbenchWindow(IAdaptable, IPerspectiveDescriptor) - Constructor for class org.eclipse.ui.internal.WorkbenchWindow
Creates and initializes a new workbench window.
WorkbenchWindow_close - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchWindow_EditToolbar - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchWindow_exceptionMessage - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchWindow_FileToolbar - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchWindow_HelpToolbar - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchWindow_NavigateToolbar - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchWindow_searchCombo_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchWindow_searchCombo_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchWindowAdvisor - Class in org.eclipse.ui.application
Public base class for configuring a workbench window.
WorkbenchWindowAdvisor(IWorkbenchWindowConfigurer) - Constructor for class org.eclipse.ui.application.WorkbenchWindowAdvisor
Creates a new workbench window advisor for configuring a workbench window via the given workbench window configurer.
WorkbenchWindowConfigurer - Class in org.eclipse.ui.internal
Internal class providing special access for configuring workbench windows.
WorkbenchWindowControlContribution - Class in org.eclipse.ui.menus
Abstract base class from which all controls contributions to the workbench through the 'org.eclipse.ui.menus' extension point must derive.
WorkbenchWindowControlContribution() - Constructor for class org.eclipse.ui.menus.WorkbenchWindowControlContribution
Default contstructor that allows the use of this class as the basis for XML contributions and will be used by the workbench implementation.
WorkbenchWindowControlContribution(String) - Constructor for class org.eclipse.ui.menus.WorkbenchWindowControlContribution
Constructor for use by clients programmatically creating control contributions in the workbench.
WorkbenchWizard_errorMessage - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbenchWizard_errorTitle - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbookEditorsAction_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkbookEditorsHandler - Class in org.eclipse.ui.internal
Shows a list of open editor and parts in the current or last active workbook.
WorkbookEditorsHandler() - Constructor for class org.eclipse.ui.internal.WorkbookEditorsHandler
 
worked(double) - Method in class org.eclipse.jface.dialogs.ProgressIndicator
Moves the progress indicator by the given amount of work units
worked(int) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that a given number of work unit of the main task has been completed.
worked(int) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
worked(int) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
worked(int) - Method in class org.eclipse.core.runtime.SlicedProgressMonitor
 
worked(int) - Method in class org.eclipse.core.runtime.SubMonitor
 
worked(int) - Method in class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
 
worked(int) - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
 
Worker - Class in org.eclipse.compare.internal
A worker performs a set of tasks in order and accumulates any errors that may have occurred.
Worker(String) - Constructor for class org.eclipse.compare.internal.Worker
 
WorkerJob - Class in org.eclipse.compare.internal
 
WorkerJob(String) - Constructor for class org.eclipse.compare.internal.WorkerJob
 
WorkerJob_0 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
WORKING_SET_EDIT_WIZARD - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
WORKING_SET_NEW_WIZARD - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
WORKING_SET_SCOPE - Static variable in interface org.eclipse.search.ui.ISearchPageContainer
Working set scope (value 2).
WORKING_SET_SELECTION_DIALOG - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
WORKING_SET_STATE_FILENAME - Static variable in class org.eclipse.ui.internal.WorkingSetManager
 
WORKING_SET_TYPE_PAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
WORKING_SETS - Static variable in class org.eclipse.ui.navigator.resources.ProjectExplorer
 
WorkingCopyManager - Class in org.eclipse.ui.preferences
WorkingCopyManager is a concrete implementation of an IWorkingCopyManager.
WorkingCopyManager() - Constructor for class org.eclipse.ui.preferences.WorkingCopyManager
 
WorkingDirectoryBlock - Class in org.eclipse.debug.ui
A control for setting the working directory associated with a launch configuration.
WorkingDirectoryBlock(String) - Constructor for class org.eclipse.debug.ui.WorkingDirectoryBlock
Creates a new WorkingDirectoryBlock for setting a working directory.
WorkingDirectoryBlock(String, String) - Constructor for class org.eclipse.debug.ui.WorkingDirectoryBlock
Creates a new WorkingDirectoryBlock for setting a working directory.
workingSet - Variable in class org.eclipse.ui.views.markers.internal.MarkerFilter
 
WorkingSet - Class in org.eclipse.ui.internal
A working set holds a number of IAdaptable elements.
WorkingSet(String, String, IAdaptable[]) - Constructor for class org.eclipse.ui.internal.WorkingSet
Creates a new working set.
WorkingSet(String, String, IMemento) - Constructor for class org.eclipse.ui.internal.WorkingSet
Creates a new working set from a memento.
workingSetChanged(IWorkingSet, String, Object) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
Fires a property change event for the changed working set.
workingSetChanged(IWorkingSet, String, Object) - Method in class org.eclipse.ui.internal.WorkingSetManager
Persists all working sets and fires a property change event for the changed working set.
WorkingSetComparator - Class in org.eclipse.ui.internal
Compares two working sets by name.
WorkingSetComparator() - Constructor for class org.eclipse.ui.internal.WorkingSetComparator
 
WorkingSetConfigurationBlock - Class in org.eclipse.ui.dialogs
Instances of this class provide a reusable composite with controls that allow the selection of working sets.
WorkingSetConfigurationBlock(String[], IDialogSettings) - Constructor for class org.eclipse.ui.dialogs.WorkingSetConfigurationBlock
Create a new instance of this working set block using default labels.
WorkingSetConfigurationBlock(String[], IDialogSettings, String, String, String) - Constructor for class org.eclipse.ui.dialogs.WorkingSetConfigurationBlock
Create a new instance of this working set block using custom labels.
WorkingSetConfigurationBlock(IDialogSettings, String...) - Constructor for class org.eclipse.ui.dialogs.WorkingSetConfigurationBlock
Create a new instance of this working set block using default labels.
WorkingSetConfigurationBlock(IDialogSettings, String, String, String, String, String...) - Constructor for class org.eclipse.ui.dialogs.WorkingSetConfigurationBlock
Create a new instance of this working set block using custom labels.
WorkingSetConfigurationBlock_NewWorkingSet_button - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetConfigurationBlock_SelectWorkingSet_button - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetConfigurationBlock_WorkingSetText_name - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetContent - Static variable in class org.eclipse.help.ui.internal.Messages
 
WorkingSetCriteria - Static variable in class org.eclipse.help.ui.internal.Messages
 
WorkingSetEditWizard_title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetFactory - Class in org.eclipse.ui.internal
A WorkingSetFactory is used to recreate a persisted WorkingSet object.
WorkingSetFactory() - Constructor for class org.eclipse.ui.internal.WorkingSetFactory
 
WorkingSetFilterActionGroup - Class in org.eclipse.ui.actions
Adds working set filter actions (set / clear / edit)
WorkingSetFilterActionGroup(Shell, IPropertyChangeListener) - Constructor for class org.eclipse.ui.actions.WorkingSetFilterActionGroup
Creates a new instance of the receiver.
WorkingSetGroup - Class in org.eclipse.ui.dialogs
Instances of this class provide a WorkingSetConfigurationBlock wrapped with an SWT Group container.
WorkingSetGroup(Composite, IStructuredSelection, String[]) - Constructor for class org.eclipse.ui.dialogs.WorkingSetGroup
Create a new instance of this class.
WorkingSetGroup_EnableWorkingSet_button - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetGroup_WorkingSets_group - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetGroup_WorkingSetSelection_message - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetManager - Class in org.eclipse.ui.internal
A working set manager stores working sets and provides property change notification when a working set is added or removed.
WorkingSetManager(BundleContext) - Constructor for class org.eclipse.ui.internal.WorkingSetManager
 
workingSetMemento - Variable in class org.eclipse.ui.internal.AbstractWorkingSet
 
WorkingSetMenuContributionItem - Class in org.eclipse.ui.internal
Menu contribution item which shows a working set.
WorkingSetMenuContributionItem(int, WorkingSetFilterActionGroup, IWorkingSet) - Constructor for class org.eclipse.ui.internal.WorkingSetMenuContributionItem
Creates a new instance of the receiver.
WorkingSetNewWizard_title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetPropertyPage_ReadOnlyWorkingSet_description - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetPropertyPage_ReadOnlyWorkingSet_title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSets_CannotSave - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSets_Name - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetScope - Class in org.eclipse.team.ui.synchronize
A synchronize scope whose roots are defined by a working set.
WorkingSetScope(IMemento) - Constructor for class org.eclipse.team.ui.synchronize.WorkingSetScope
Create this scope from it's previously saved state
WorkingSetScope(IWorkingSet[]) - Constructor for class org.eclipse.team.ui.synchronize.WorkingSetScope
Create the scope for the working sets
WorkingSetSelectionDialog_detailsButton_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetSelectionDialog_message - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetSelectionDialog_message_multiSelect - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetSelectionDialog_newButton_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetSelectionDialog_removeButton_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetSelectionDialog_title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetSelectionDialog_title_multiSelect - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetSourceContainer - Class in org.eclipse.debug.ui.sourcelookup
A working set in the workspace.
WorkingSetSourceContainer(IWorkingSet) - Constructor for class org.eclipse.debug.ui.sourcelookup.WorkingSetSourceContainer
Creates a source container for the working set.
WorkingSetTypePage_description - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkingSetTypePage_typesLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
WorkQueue - Class in org.eclipse.compare.internal
A work queue maintains a list of tasks that need to be run.
WorkQueue() - Constructor for class org.eclipse.compare.internal.WorkQueue
 
WORKSPACE_LOCKED - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 380) indicating that an attempt was made to modify the workspace while it was locked.
WORKSPACE_NAME - Static variable in interface org.eclipse.ui.ide.IDE.Preferences
Workspace name, will be displayed in the window title.
WORKSPACE_NOT_OPEN - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 370) indicating a workspace is unexpectedly closed.
WORKSPACE_SCOPE - Static variable in interface org.eclipse.search.ui.ISearchPageContainer
Workspace scope (value 0).
WorkspaceAction - Class in org.eclipse.ui.actions
The abstract superclass for actions which invoke commands implemented in org.eclipse.core.* on a set of selected resources.
WorkspaceAction(IShellProvider, String) - Constructor for class org.eclipse.ui.actions.WorkspaceAction
Creates a new action with the given text.
WorkspaceAction(Shell, String) - Constructor for class org.eclipse.ui.actions.WorkspaceAction
WorkspaceJob - Class in org.eclipse.core.resources
A job that makes an atomic modification to the workspace.
WorkspaceJob(String) - Constructor for class org.eclipse.core.resources.WorkspaceJob
Creates a new workspace job with the specified name.
WorkspaceModifyDelegatingOperation - Class in org.eclipse.ui.actions
An operation which delegates its work to a runnable that modifies the workspace.
WorkspaceModifyDelegatingOperation(IRunnableWithProgress) - Constructor for class org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation
Creates a new operation which will delegate its work to the given runnable.
WorkspaceModifyDelegatingOperation(IRunnableWithProgress, ISchedulingRule) - Constructor for class org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation
Creates a new operation which will delegate its work to the given runnable using the provided scheduling rule.
WorkspaceModifyOperation - Class in org.eclipse.ui.actions
An operation which potentially makes changes to the workspace.
WorkspaceModifyOperation() - Constructor for class org.eclipse.ui.actions.WorkspaceModifyOperation
Creates a new operation.
WorkspaceModifyOperation(ISchedulingRule) - Constructor for class org.eclipse.ui.actions.WorkspaceModifyOperation
Creates a new operation that will run using the provided scheduling rule.
WorkspacePatcherUI - Class in org.eclipse.compare.patch
Provides the headers required to create a workspace patch.
WorkspacePatcherUI() - Constructor for class org.eclipse.compare.patch.WorkspacePatcherUI
 
WORKSPACES_PREFERENCE_PAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
WorkspaceScope - Class in org.eclipse.team.ui.synchronize
A synchronize scope whose roots are the workspace.
WorkspaceScope() - Constructor for class org.eclipse.team.ui.synchronize.WorkspaceScope
Create the resource scope that indicates that the subscriber roots should be used
WorkspaceSourceContainer - Class in org.eclipse.debug.core.sourcelookup.containers
All projects in the workspace.
WorkspaceSourceContainer() - Constructor for class org.eclipse.debug.core.sourcelookup.containers.WorkspaceSourceContainer
 
WorkspaceUndoUtil - Class in org.eclipse.ui.ide.undo
WorkspaceUndoUtil defines common utility methods and constants used by clients who create undoable workspace operations.
wrap - Variable in class org.eclipse.swt.layout.RowLayout
wrap specifies whether a control will be wrapped to the next row if there is insufficient space on the current row.
wrap(boolean) - Method in class org.eclipse.jface.layout.RowLayoutFactory
Wrap specifies whether a control will be wrapped to the next row if there is insufficient space on the current row.
wrap(IResourceFilterDescription) - Static method in class org.eclipse.ui.ide.dialogs.UIResourceFilterDescription
 
wrap(IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
Wraps a contribution item in a sub contribution item, and returns the new wrapper.
wrap(IContributionItem) - Method in class org.eclipse.ui.internal.ActionSetMenuManager
 
WRAP - Static variable in class org.eclipse.swt.SWT
Style constant for automatic line wrap behavior (value is 1<<6).
wrapBundleFile(BundleFile, BundleInfo.Generation, boolean) - Method in class org.eclipse.osgi.storage.Storage
 
wrapIndent - Variable in class org.eclipse.swt.custom.LineStyleEvent
line wrap indent (input, output)
wrapMenu(IMenuManager) - Method in class org.eclipse.jface.action.SubMenuManager
Wraps a menu manager in a sub menu manager, and returns the new wrapper.
wrapMenu(IMenuManager) - Method in class org.eclipse.ui.internal.ActionSetMenuManager
 
wrapMenu(IMenuManager) - Method in class org.eclipse.ui.internal.EditorMenuManager
 
wrapObservable(IObservableValue<T>, Widget) - Method in class org.eclipse.jface.databinding.swt.WidgetValueProperty
 
wrappedList - Variable in class org.eclipse.core.databinding.observable.list.ObservableList
 
wrappedMap - Variable in class org.eclipse.core.databinding.observable.map.ObservableMap
 
wrappedSet - Variable in class org.eclipse.core.databinding.observable.set.ObservableSet
 
wrapSpacing - Variable in class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout
 
WRITABLE - Static variable in class org.eclipse.debug.core.model.MemoryByte
Bit mask used to indicate a byte is writable.
WritableList<E> - Class in org.eclipse.core.databinding.observable.list
Mutable observable list backed by an ArrayList.
WritableList() - Constructor for class org.eclipse.core.databinding.observable.list.WritableList
Creates an empty writable list in the default realm with a null element type.
WritableList(Collection<E>, Object) - Constructor for class org.eclipse.core.databinding.observable.list.WritableList
Constructs a new instance in the default realm containing the elements of the given collection.
WritableList(List<E>, Object) - Constructor for class org.eclipse.core.databinding.observable.list.WritableList
Constructs a new instance with the default realm.
WritableList(Realm) - Constructor for class org.eclipse.core.databinding.observable.list.WritableList
Creates an empty writable list with a null element type.
WritableList(Realm, Collection<E>, Object) - Constructor for class org.eclipse.core.databinding.observable.list.WritableList
Constructs a new instance in the default realm containing the elements of the given collection.
WritableList(Realm, List<E>, Object) - Constructor for class org.eclipse.core.databinding.observable.list.WritableList
Creates a writable list containing elements of the given type, wrapping an existing client-supplied list.
WritableMap<K,V> - Class in org.eclipse.core.databinding.observable.map
This class is thread safe.
WritableMap() - Constructor for class org.eclipse.core.databinding.observable.map.WritableMap
Constructs a new WritableMap on the default realm.
WritableMap(Object, Object) - Constructor for class org.eclipse.core.databinding.observable.map.WritableMap
Constructs a new WritableMap on the default realm with the specified key and value types.
WritableMap(Realm) - Constructor for class org.eclipse.core.databinding.observable.map.WritableMap
Constructs a new WritableMap on the given realm.
WritableMap(Realm, Object, Object) - Constructor for class org.eclipse.core.databinding.observable.map.WritableMap
Constructs a new WritableMap on the given realm with the specified key and value types.
WritableSet<E> - Class in org.eclipse.core.databinding.observable.set
Mutable (writable) implementation of IObservableSet.
WritableSet() - Constructor for class org.eclipse.core.databinding.observable.set.WritableSet
Constructs a new empty instance in the default realm with a null element type.
WritableSet(Collection<? extends E>, Object) - Constructor for class org.eclipse.core.databinding.observable.set.WritableSet
Constructs a new instance in the default realm containing the elements of the given collection.
WritableSet(Realm) - Constructor for class org.eclipse.core.databinding.observable.set.WritableSet
Constructs a new empty instance in the given realm and a null element type.
WritableSet(Realm, Collection<? extends E>, Object) - Constructor for class org.eclipse.core.databinding.observable.set.WritableSet
Constructs a new instance in the default realm with the given element type, containing the elements of the given collection.
WritableValue<T> - Class in org.eclipse.core.databinding.observable.value
Mutable (writable) implementation of IObservableValue that will maintain a value and fire change events when the value changes.
WritableValue() - Constructor for class org.eclipse.core.databinding.observable.value.WritableValue
Constructs a new instance with the default realm, a null value type, and a null value.
WritableValue(Realm) - Constructor for class org.eclipse.core.databinding.observable.value.WritableValue
Constructs a new instance with the provided realm, a null value type, and a null initial value.
WritableValue(Realm, T, Object) - Constructor for class org.eclipse.core.databinding.observable.value.WritableValue
Constructs a new instance.
WritableValue(T, Object) - Constructor for class org.eclipse.core.databinding.observable.value.WritableValue
Constructs a new instance with the default realm.
write(byte[]) - Method in interface org.eclipse.debug.core.model.IBinaryStreamsProxy
Writes the given data to the output stream connected to the standard input stream of this proxy's process.
write(byte[]) - Method in class org.eclipse.ui.console.IOConsoleOutputStream
 
write(byte[], int, int) - Method in interface org.eclipse.debug.core.model.IBinaryStreamsProxy
Writes the given data to the output stream connected to the standard input stream of this proxy's process.
write(byte[], int, int) - Method in class org.eclipse.osgi.storagemanager.ManagedOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.ui.console.IOConsoleOutputStream
 
write(char[]) - Method in class org.eclipse.ui.console.IOConsoleOutputStream
Writes a character array to the attached console.
write(char[], int, int) - Method in class org.eclipse.ui.console.IOConsoleOutputStream
Writes a character array using specified offset and length to the attached console.
write(int) - Method in class org.eclipse.ui.console.IOConsoleOutputStream
 
write(PrintWriter) - Method in interface org.eclipse.ui.about.ISystemSummarySection
A method that puts the section's information into the system summary's configuration details log.
write(CharSequence) - Method in class org.eclipse.ui.console.IOConsoleOutputStream
Writes a character sequence to the attached console.
write(String) - Method in interface org.eclipse.debug.core.model.IStreamsProxy
Writes the given text to the output stream connected to the standard input stream of this proxy's process.
write(String) - Method in class org.eclipse.ui.console.IOConsoleOutputStream
Writes a string to the attached console.
write(Collection<IInstallableUnit>) - Method in class org.eclipse.equinox.p2.metadata.io.IUSerializer
Serialize the given collections of IU.
writeLock() - Method in class org.eclipse.osgi.container.ModuleDatabase
Acquires the write lock for this database.
writeManifest(File, Dictionary<String, String>, boolean) - Method in interface org.eclipse.osgi.service.pluginconversion.PluginConverter
Construct a bundle manifest file from the given dictionary and write it out to the specified location in the file system.
writeRefactoringDescriptors(RefactoringDescriptorProxy[], OutputStream, int, boolean, IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Writes the specified refactoring descriptor proxies to the output stream.
writeRefactoringSession(RefactoringSessionDescriptor, OutputStream, boolean) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Writes the specified refactoring session descriptor to the output stream.
writeState(State, DataOutputStream) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
Deprecated.
writeState(State, DataOutputStream) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
writeState(State, File) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
 
writeState(State, File) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Persists the given state in the given directory.
writeState(State, OutputStream) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
Deprecated.
writeState(State, OutputStream) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
writeUnlock() - Method in class org.eclipse.osgi.container.ModuleDatabase
Attempts to release the write lock for this database.
WRONG_TYPE_LOCAL - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 276) indicating a file exists in the file system but is not of the expected type (file instead of directory, or vice-versa).
WS_CARBON - Static variable in class org.eclipse.core.runtime.Platform
Deprecated.
not supported anymore
WS_CARBON - Static variable in class org.eclipse.jface.util.Util
Deprecated.
WS_CARBON - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "carbon") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).
WS_COCOA - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "cocoa") indicating the platform is running on a machine using the Cocoa windowing system (Mac OS X).
WS_COCOA - Static variable in class org.eclipse.jface.util.Util
Windowing system constant.
WS_COCOA - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "cocoa") indicating the platform is running on a machine using the Cocoa windowing system.
WS_ELEMS - Static variable in class org.apache.lucene.demo.html.Tags
contains all tags for which whitespaces have to be inserted for proper tokenization
WS_GTK - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "gtk") indicating the platform is running on a machine using the GTK windowing system.
WS_GTK - Static variable in class org.eclipse.jface.util.Util
Windowing system constant.
WS_GTK - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "gtk") indicating the platform is running on a machine using the GTK windowing system.
WS_MOTIF - Static variable in class org.eclipse.core.runtime.Platform
Deprecated.
not supported anymore
WS_MOTIF - Static variable in class org.eclipse.jface.util.Util
Deprecated.
WS_MOTIF - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "motif") indicating the platform is running on a machine using the Motif windowing system.
WS_PHOTON - Static variable in class org.eclipse.core.runtime.Platform
Deprecated.
not supported anymore
WS_PHOTON - Static variable in class org.eclipse.jface.util.Util
Deprecated.
WS_PHOTON - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "photon") indicating the platform is running on a machine using the Photon windowing system.
WS_S60 - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "s60") indicating the platform is running on a machine using the S60 windowing system.
WS_UNKNOWN - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "unknown") indicating the platform is running on a machine running an unknown windowing system.
WS_UNKNOWN - Static variable in class org.eclipse.jface.util.Util
Windowing system constant.
WS_UNKNOWN - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "unknown") indicating the platform is running on a machine running an unknown windowing system.
WS_WIN32 - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "win32") indicating the platform is running on a machine using the Windows windowing system.
WS_WIN32 - Static variable in class org.eclipse.jface.util.Util
Windowing system constant.
WS_WIN32 - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "win32") indicating the platform is running on a machine using the Windows windowing system.
WS_WPF - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "wpf") indicating the platform is running on a machine using the WPF windowing system.
WS_WPF - Static variable in class org.eclipse.jface.util.Util
Windowing system constant.
WS_WPF - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "wpf") indicating the platform is running on a machine using the Windows Presentation Foundation sytstem.
WWinActionBars - Class in org.eclipse.ui.internal
 
WWinActionBars(WorkbenchWindow) - Constructor for class org.eclipse.ui.internal.WWinActionBars
PerspActionBars constructor comment.
WWinPluginAction - Class in org.eclipse.ui.internal
This class extends regular plugin action with the additional requirement that the delegate has to implement interface IWorkbenchWindowActionDelegate.
WWinPluginAction(IConfigurationElement, IWorkbenchWindow, String, int) - Constructor for class org.eclipse.ui.internal.WWinPluginAction
Constructs a new WWinPluginAction object.
WWinPluginPulldown - Class in org.eclipse.ui.internal
A workbench window pulldown action.
WWinPluginPulldown(IConfigurationElement, IWorkbenchWindow, String, int) - Constructor for class org.eclipse.ui.internal.WWinPluginPulldown
Constructs a new instance of WWinPluginPulldown.
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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form