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

W

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.
WARNING - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 2) indicating this status represents a warning.
WARNING - Static variable in class org.eclipse.jface.dialogs.MessageDialog
Constant for a dialog with a warning image (value 4).
WARNING - Static variable in interface org.eclipse.jface.dialogs.IMessageProvider
Constant for a warning message (value 2).
WARNING_MESSAGE - Static variable in class org.eclipse.jface.dialogs.TitleAreaDialog
Deprecated.  
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").
WebInstallHandler - class org.eclipse.update.core.WebInstallHandler.
This is a utility class used find information about the update web application (handling web-triggered requests)
WebInstallHandler() - Constructor for class org.eclipse.update.core.WebInstallHandler
 
weight - Variable in class org.eclipse.jface.viewers.ColumnWeightData
The column's weight.
WHITESPACE - Static variable in class org.eclipse.jface.text.rules.Token
Standard token: Whitespace.
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.
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 the event occurred in
Widget - class org.eclipse.swt.widgets.Widget.
This class is the abstract superclass of all user interface objects.
WIDGET_DATA_KEY - Static variable in class org.eclipse.jface.viewers.Viewer
Unique key for associating element data with widgets.
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.
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 interface org.eclipse.swt.events.SelectionListener
Sent when default selection occurs in the control.
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.swt.events.SelectionAdapter
Sent when default selection occurs in the control.
widgetDisposed(DisposeEvent) - Method in interface org.eclipse.swt.events.DisposeListener
Sent when the widget is disposed.
widgetSelected(SelectionEvent) - Method in interface org.eclipse.swt.events.SelectionListener
Sent when selection occurs in the control.
widgetSelected(SelectionEvent) - Method in class org.eclipse.swt.events.SelectionAdapter
Sent when selection occurs in the control.
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.events.SelectionEvent
the width of selected area
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.graphics.Rectangle
the width of the rectangle
width - Variable in class org.eclipse.swt.graphics.ImageData
the width of the image, 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.layout.FormData
width specifies the desired width in pixels
width - Variable in class org.eclipse.swt.widgets.Event
 
widthHint - Variable in class org.eclipse.swt.layout.GridData
widthHint specifies a minimum width for the column.
win32_new(Device, int) - Static method in class org.eclipse.swt.graphics.Font
Invokes platform specific functionality to allocate a new font.
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.Color
Invokes platform specific functionality to allocate a new color.
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(Display, int) - Static method in class org.eclipse.swt.widgets.Shell
Invokes platform specific functionality to allocate a new shell.
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) - Static method in class org.eclipse.swt.graphics.Region
Invokes platform specific functionality to allocate a new region.
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.
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_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
The symbolic font name for the window font (value "org.eclipse.jface.windowfont").
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.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.
Window(Shell) - Constructor for class org.eclipse.jface.window.Window
Creates a window instance, whose shell will be created under the given parent 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.
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.
windowOpened(IWorkbenchWindow) - Method in interface org.eclipse.ui.IWindowListener
Notifies this listener that the given window has been opened.
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 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.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.
WizardDialog(Shell, IWizard) - Constructor for class org.eclipse.jface.wizard.WizardDialog
Creates a new wizard dialog for the given wizard.
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.
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.
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.
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.
WorkbenchChainedTextFontFieldEditor - class org.eclipse.ui.texteditor.WorkbenchChainedTextFontFieldEditor.
This font field editor implements chaining between the workbench's preference store and a given target preference store.
WorkbenchChainedTextFontFieldEditor(String, String, Composite) - Constructor for class org.eclipse.ui.texteditor.WorkbenchChainedTextFontFieldEditor
Creates a new font field editor with the given parameters.
WorkbenchContentProvider - class org.eclipse.ui.model.WorkbenchContentProvider.
Provides tree contents for objects that have the IWorkbenchAdapter adapter registered.
WorkbenchContentProvider() - Constructor for class org.eclipse.ui.model.WorkbenchContentProvider
 
WorkbenchException - exception org.eclipse.ui.WorkbenchException.
A checked exception indicating a recoverable error occured internal to the workbench.
WorkbenchException(IStatus) - Constructor for class org.eclipse.ui.WorkbenchException
Creates a new exception with the given status object.
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.
WorkbenchHelp - class org.eclipse.ui.help.WorkbenchHelp.
Provides methods for accessing the help support system and for hooking it in.
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() - Constructor for class org.eclipse.ui.part.WorkbenchPart
Creates a new workbench part.
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.
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.core.runtime.SubProgressMonitor
 
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.NullProgressMonitor
This implementation does nothing.
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.jface.wizard.ProgressMonitorPart
Implements IProgressMonitor.worked.
worked(int) - Method in class org.eclipse.update.core.InstallMonitor
Indicate monitor progress.
WORKING_SET_SCOPE - Static variable in interface org.eclipse.search.ui.ISearchPageContainer
Working set scope (value 2).
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 org.eclipse.ui.actions.WorkspaceAction.
The abstract superclass for actions whose only role in life is to invoke core commands 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
 
workspaceGroup - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
WorkspaceLock - class org.eclipse.core.resources.WorkspaceLock.
A lock used to control write access to the resources in a workspace.
WorkspaceLock(IWorkspace) - Constructor for class org.eclipse.core.resources.WorkspaceLock
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) - 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.
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 - Static variable in class org.eclipse.swt.SWT
style constant for automatic line wrap behavior (value is 1<<6)
wrap(IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
Wraps a contribution item in a sub contribution item, and returns the new wrapper.
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.
WS_CARBON - Static variable in class org.eclipse.core.boot.BootLoader
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.boot.BootLoader
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.boot.BootLoader
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.boot.BootLoader
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.boot.BootLoader
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.boot.BootLoader
Constant string (value "win32") indicating the platform is running on a machine using the Windows windowing system.

Eclipse Platform
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.