Eclipse Platform
Release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

W

WAITING - Static variable in class org.eclipse.core.runtime.jobs.Job
Job state code (value 2) indicating that a job is waiting to be run.
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 a dialog with a warning image (value 4).
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.
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").
WEB_SITE - Static variable in interface org.eclipse.update.core.IURLEntry
 
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).
WHITESPACE - Static variable in class org.eclipse.jface.text.rules.Token
Standard token: Whitespace.
WHOLE - Static variable in class org.eclipse.ui.texteditor.DeleteLineAction
Delete the whole line.
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.
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
An image to be used as the window icon for this product (16x16).
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_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.
WITH - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the with expression (value: with)
WIZ_IMG_ERROR - Static variable in class org.eclipse.jface.wizard.WizardDialog
Image registry key for error message image (value "dialog_title_error_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.
WORKING_SET_SCOPE - Static variable in interface org.eclipse.search.ui.ISearchPageContainer
Working set scope (value 2).
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_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).
WRAP - Static variable in class org.eclipse.swt.SWT
Style constant for automatic line wrap behavior (value is 1<<6).
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
Constant string (value "carbon") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).
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_MOTIF - Static variable in class org.eclipse.core.runtime.Platform
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
Constant string (value "photon") indicating the platform is running on a machine using the Photon 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_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.
WhitespaceRule - class org.eclipse.jface.text.rules.WhitespaceRule.
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 a whitespace token when a whitespace is detected.
Widget - class org.eclipse.swt.widgets.Widget.
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.
Window - class org.eclipse.jface.window.Window.
A JFace window is an object that has no visual representation (no widgets) until it is told to open.
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.IExceptionHandler - interface org.eclipse.jface.window.Window.IExceptionHandler.
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.
WindowEvent - class org.eclipse.swt.browser.WindowEvent.
A WindowEvent is sent by a Browser when a new window needs to be created or when an existing window needs to be closed.
WindowManager - class org.eclipse.jface.window.WindowManager.
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.
Wizard - class org.eclipse.jface.wizard.Wizard.
An abstract base implementation of a wizard.
Wizard() - Constructor for class org.eclipse.jface.wizard.Wizard
Creates a new empty wizard.
WizardDataTransferPage - class org.eclipse.ui.dialogs.WizardDataTransferPage.
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 org.eclipse.jface.wizard.WizardDialog.
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 org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout.
A layout for a container which includes several pages, like a notebook, wizard, or preference dialog.
WizardDialog.PageContainerFillLayout(int, int, int, int) - Constructor for class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
Creates new layout object.
WizardExportPage - class org.eclipse.ui.dialogs.WizardExportPage.
Deprecated. use WizardExportResourcePage
WizardExportPage(String, IStructuredSelection) - Constructor for class org.eclipse.ui.dialogs.WizardExportPage
Deprecated. Creates an export wizard page.
WizardExportResourcesPage - class org.eclipse.ui.dialogs.WizardExportResourcesPage.
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 org.eclipse.ui.wizards.datatransfer.WizardExternalProjectImportPage.
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.
WizardImportPage - class org.eclipse.ui.dialogs.WizardImportPage.
Deprecated. use WizardResourceImportPage
WizardImportPage(String, IStructuredSelection) - Constructor for class org.eclipse.ui.dialogs.WizardImportPage
Deprecated. Creates an import wizard page.
WizardNewFileCreationPage - class org.eclipse.ui.dialogs.WizardNewFileCreationPage.
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 org.eclipse.ui.dialogs.WizardNewFolderMainPage.
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 org.eclipse.ui.dialogs.WizardNewLinkPage.
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 org.eclipse.ui.dialogs.WizardNewProjectCreationPage.
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.
WizardNewProjectReferencePage - class org.eclipse.ui.dialogs.WizardNewProjectReferencePage.
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 org.eclipse.jface.wizard.WizardPage.
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.
WizardResourceImportPage - class org.eclipse.ui.dialogs.WizardResourceImportPage.
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 org.eclipse.jface.wizard.WizardSelectionPage.
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.
WordPatternRule - class org.eclipse.jface.text.rules.WordPatternRule.
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.
WordRule - class org.eclipse.jface.text.rules.WordRule.
An implementation of IRule capable of detecting words Word rules also allow for the association of tokens with specific 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 an word detector, will return the token associated with the detected word.
WorkbenchActivityHelper - class org.eclipse.ui.activities.WorkbenchActivityHelper.
A utility class that contains helpful methods for interacting with the activities API.
WorkbenchAdapter - class org.eclipse.ui.model.WorkbenchAdapter.
Abstract base class with basic implementations of the IWorkbenchAdapter interface.
WorkbenchAdapter() - Constructor for class org.eclipse.ui.model.WorkbenchAdapter
 
WorkbenchAdvisor - class org.eclipse.ui.application.WorkbenchAdvisor.
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 org.eclipse.ui.texteditor.WorkbenchChainedTextFontFieldEditor.
Deprecated. since 3.0 not longer in use, no longer supported
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 org.eclipse.ui.model.WorkbenchContentProvider.
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.
WorkbenchException - exception org.eclipse.ui.WorkbenchException.
A checked exception indicating a recoverable error occured internal to the workbench.
WorkbenchException(String) - Constructor for class org.eclipse.ui.WorkbenchException
Creates a new exception with the given message.
WorkbenchException(String, Throwable) - Constructor for class org.eclipse.ui.WorkbenchException
Creates a new exception with the given message.
WorkbenchException(IStatus) - Constructor for class org.eclipse.ui.WorkbenchException
Creates a new exception with the given status object.
WorkbenchHelp - class org.eclipse.ui.help.WorkbenchHelp.
Provides methods for accessing the help UI.
WorkbenchJob - class org.eclipse.ui.progress.WorkbenchJob.
WorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling.
WorkbenchJob(Display, String) - Constructor for class org.eclipse.ui.progress.WorkbenchJob
Create a new instance of the receiver with the supplied display and name.
WorkbenchJob(String) - Constructor for class org.eclipse.ui.progress.WorkbenchJob
Add a new instance of the reciever with the supplied name.
WorkbenchLabelProvider - class org.eclipse.ui.model.WorkbenchLabelProvider.
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.
WorkbenchPart - class org.eclipse.ui.part.WorkbenchPart.
Abstract base implementation of all workbench parts.
WorkbenchPart - class org.eclipse.ui.part.WorkbenchPart.
Abstract base implementation of all workbench parts.
WorkbenchPart() - Constructor for class org.eclipse.ui.part.WorkbenchPart
Creates a new workbench part.
WorkbenchPart() - Constructor for class org.eclipse.ui.part.WorkbenchPart
Creates a new workbench part.
WorkbenchPartLabelProvider - class org.eclipse.ui.model.WorkbenchPartLabelProvider.
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.
WorkbenchPresentationFactory - class org.eclipse.ui.presentations.WorkbenchPresentationFactory.
The default presentation factory for the Workbench.
WorkbenchPresentationFactory() - Constructor for class org.eclipse.ui.presentations.WorkbenchPresentationFactory
 
WorkbenchViewerSorter - class org.eclipse.ui.model.WorkbenchViewerSorter.
A viewer sorter that sorts elements with registered workbench adapters by their text property.
WorkbenchViewerSorter() - Constructor for class org.eclipse.ui.model.WorkbenchViewerSorter
Creates a workbench viewer sorter using the default collator.
WorkbenchViewerSorter(Collator) - Constructor for class org.eclipse.ui.model.WorkbenchViewerSorter
Creates a workbench viewer sorter using the given collator.
WorkingSetFilterActionGroup - class org.eclipse.ui.actions.WorkingSetFilterActionGroup.
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
WorkingSetScope - class org.eclipse.team.ui.synchronize.WorkingSetScope.
A synchronize scope whose roots are defined by a working set.
WorkingSetScope(IWorkingSet[]) - Constructor for class org.eclipse.team.ui.synchronize.WorkingSetScope
Create the scope for the subscriber and working set
WorkingSetScope(IMemento) - Constructor for class org.eclipse.team.ui.synchronize.WorkingSetScope
Create this scope from it's previously saved state
WorkspaceAction - class org.eclipse.ui.actions.WorkspaceAction.
The abstract superclass for actions which invoke commands implemented in org.eclipse.core.* on a set of selected resources.
WorkspaceAction(Shell, String) - Constructor for class org.eclipse.ui.actions.WorkspaceAction
Creates a new action with the given text.
WorkspaceActionGroup - class org.eclipse.ui.views.navigator.WorkspaceActionGroup.
This is the action group for workspace actions such as Build, Refresh Local, and Open/Close Project.
WorkspaceActionGroup(IResourceNavigator) - Constructor for class org.eclipse.ui.views.navigator.WorkspaceActionGroup
 
WorkspaceJob - class org.eclipse.core.resources.WorkspaceJob.
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.
WorkspaceLock - class org.eclipse.core.resources.WorkspaceLock.
Deprecated. it is no longer possible to override the workspace lock behavior. This functionality is now provided in the platform API by implementing the org.eclipse.core.runtime.jobs.ILockListener interface.
WorkspaceLock(IWorkspace) - Constructor for class org.eclipse.core.resources.WorkspaceLock
Deprecated. Returns a new workspace lock.
WorkspaceModifyDelegatingOperation - class org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.
An operation which delegates its work to a runnable that modifies the workspace.
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.
WorkspaceModifyDelegatingOperation(IRunnableWithProgress) - Constructor for class org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation
Creates a new operation which will delegate its work to the given runnable.
WorkspaceModifyOperation - class org.eclipse.ui.actions.WorkspaceModifyOperation.
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.
WorkspaceScope - class org.eclipse.team.ui.synchronize.WorkspaceScope.
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 org.eclipse.debug.core.sourcelookup.containers.WorkspaceSourceContainer.
All projects in the workspace.
WorkspaceSourceContainer() - Constructor for class org.eclipse.debug.core.sourcelookup.containers.WorkspaceSourceContainer
 
wake() - Method in class org.eclipse.swt.widgets.Display
If the receiver's user-interface thread was sleep'ing, causes it to be awakened and start running again.
wakeUp(Object) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Resumes scheduling of all sleeping jobs in the given family.
wakeUp() - Method in class org.eclipse.core.runtime.jobs.Job
Puts this job immediately into the 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 WAITING state after the specified delay.
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.
warnOfContentChange() - Method in interface org.eclipse.ui.progress.IWorkbenchSiteProgressService
Warn that the content of the receiver has changed.
watchEvaluationFinished(IWatchExpressionResult) - Method in interface org.eclipse.debug.core.model.IWatchExpressionListener
Notifies the listener that an evaluation has completed.
weight - Variable in class org.eclipse.jface.viewers.ColumnWeightData
The column's weight.
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
widgetArmed(ArmEvent) - Method in interface org.eclipse.swt.events.ArmListener
Sent when a widget is armed, or 'about to be selected'.
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.
widgetDisposed(DisposeEvent) - Method in class org.eclipse.jface.text.DefaultInformationControl
 
widgetDisposed(DisposeEvent) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
 
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
Implements the contract of ITextViewerExtension5.widgetLine2ModelLine(int).
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
Implements the contract of ITextViewerExtension5.widgetLineOfWidgetOffset(int).
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
Implements the contract of ITextViewerExtension5.widgetOffset2ModelOffset(int).
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
Implements the contract of ITextViewerExtension5.widgetRange2ModelRange(IRegion).
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.
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.
widgetSelection2ModelSelection(Point) - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
Adapts the behavior of the super class to respect line based folding.
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
Implements the contract of ITextViewerExtension5.widgetLine2ModelLine(int).
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.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.ImageData
The width of the image, in pixels.
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 desired width in pixels
width - Variable in class org.eclipse.swt.layout.RowData
width specifies the width of the cell in pixels.
width - Variable in class org.eclipse.swt.widgets.Event
the width of the bounding rectangle of the region that requires painting
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 a minimum width for the column.
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_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.Font
Invokes platform specific functionality to allocate a new font.
win32_new(LOGFONT, int) - 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(Drawable, GCData) - Static method in class org.eclipse.swt.graphics.GC
Invokes platform specific functionality to allocate a new graphics context.
win32_new(int, GCData) - Static method in class org.eclipse.swt.graphics.GC
Invokes platform specific functionality to wrap a graphics context.
win32_new(Device, int, int) - Static method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to allocate a new image.
win32_new(Device, int) - Static method in class org.eclipse.swt.graphics.Region
Invokes platform specific functionality to allocate a new region.
win32_new(Display, int) - Static method in class org.eclipse.swt.widgets.Shell
Invokes platform specific functionality to allocate a new shell.
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.
windowOpened(IWorkbenchWindow) - Method in interface org.eclipse.ui.IWindowListener
Notifies this listener that the given window has been opened.
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.SubProgressMonitor
 
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 class org.eclipse.jface.wizard.ProgressMonitorPart
Implements IProgressMonitor.worked.
worked(int) - Method in class org.eclipse.update.core.InstallMonitor
Indicate monitor progress.
workingSetGroup - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
workspaceGroup - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
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 - 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.
wrapMenu(IMenuManager) - Method in class org.eclipse.jface.action.SubMenuManager
Wraps a menu manager in a sub menu manager, and returns the new wrapper.
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.

Eclipse Platform
Release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.