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

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.
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() - 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, 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.
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 - 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 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_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_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 - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandledItem
 
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).
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.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_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
 
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.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.
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.
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.
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.
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.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 - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
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)
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 - 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_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_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_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_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.
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 - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Perspective
 
WINDOWS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
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
 
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.
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.
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.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 - Static variable in interface org.eclipse.ui.ISources
The priority given to default handlers and handlers that are active across the entire workbench.
WORKBENCH_MENU - Static variable in class org.eclipse.ui.menus.MenuUtil
Workbench Menu.
WORKBENCH_PREFERENCE_PAGE - Static variable in class org.eclipse.ui.ExtensionFactory
Factory ID for the Workbench preference page.
WORKBENCH_SCOPE - Static variable in interface org.eclipse.ui.services.IServiceScopes
The global service locator scope.
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.
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.
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
 
WorkbenchErrorHandler - Class in org.eclipse.ui.statushandlers
This is a default workbench error handler.
WorkbenchErrorHandler() - Constructor for class org.eclipse.ui.statushandlers.WorkbenchErrorHandler
 
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.
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.
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
 
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.
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.
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
 
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
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.
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.
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.
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.
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
 
WORKING_SET_SCOPE - Static variable in interface org.eclipse.search.ui.ISearchPageContainer
Working set scope (value 2).
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.
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.
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.
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
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.
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
 
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 - Static variable in class org.eclipse.swt.SWT
Style constant for automatic line wrap behavior (value is 1<<6).
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.
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
 
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.
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
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_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.
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