Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5
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.
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(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 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.
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 - 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_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(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.
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").
WEB_SITE - Static variable in interface org.eclipse.update.core. IURLEntry
Deprecated.  
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).
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.
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_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'.
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. 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(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.
widgetLine2ModelLine(int) - Method in class org.eclipse.jface.text. TextViewer
Implements the contract of ITextViewerExtension5.widgetLine2ModelLine(int).
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).
WidgetListProperty - 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
Implements the contract of ITextViewerExtension5.widgetLine2ModelLine(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.
WidgetProperties - Class in org.eclipse.jface.databinding.swt
A factory for creating properties of SWT widgets.
WidgetProperties() - Constructor for class org.eclipse.jface.databinding.swt. WidgetProperties
 
widgetRange2ModelRange(IRegion) - Method in interface org.eclipse.jface.text. ITextViewerExtension3
Deprecated. Returns the minimal region of the viewer's document that completely comprises the given widget region or null if there is no such region.
widgetRange2ModelRange(IRegion) - Method in interface org.eclipse.jface.text. ITextViewerExtension5
Returns the minimal region of the viewer's input document that completely comprises the given widget region or null if there is no such region.
widgetRange2ModelRange(IRegion) - Method in class org.eclipse.jface.text. TextViewer
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.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.
WidgetValueProperty - 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.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 pixels.
width - Variable in class org.eclipse.swt.layout. RowData
width specifies the desired width 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 the preferred width in pixels.
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(int, 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(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, 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(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(int) - 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(Display, int) - 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(Shell) - Constructor for class org.eclipse.jface.window. Window
Creates a window instance, whose shell will be created under the given parent shell.
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.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.
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_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_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_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_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_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.
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.
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, Object, Object) - 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
 
withStyle(int) - Method in class org.eclipse.jface.resource. FontDescriptor
Returns a FontDescriptor that is equivalent to the reciever, but has the given style bits, in addition to any styles the reciever 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_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
 
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.
WizardDialog.PageContainerFillLayout(int, int, int, int) - Constructor for class org.eclipse.jface.wizard. WizardDialog.PageContainerFillLayout
Creates new layout object.
WizardExportPage - Class in org.eclipse.ui.dialogs
Deprecated. use WizardExportResourcePage
WizardExportPage(String, IStructuredSelection) - Constructor for class org.eclipse.ui.dialogs. WizardExportPage
Deprecated. Creates an export wizard page.
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.
WizardImportPage - Class in org.eclipse.ui.dialogs
Deprecated. use WizardResourceImportPage
WizardImportPage(String, IStructuredSelection) - Constructor for class org.eclipse.ui.dialogs. WizardImportPage
Deprecated. Creates an import 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.
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.
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.
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.
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_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.
WorkbenchHelp - Class in org.eclipse.ui.help
Deprecated. clients should use IWorkbenchHelpSystem instead
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(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 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
 
WorkbenchObservables - Class in org.eclipse.ui.databinding
Factory methods for creating observables for Workbench objects
WorkbenchObservables() - Constructor for class org.eclipse.ui.databinding. WorkbenchObservables
 
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.
WorkbenchPresentationFactory - Class in org.eclipse.ui.presentations
The default presentation factory for the Workbench.
WorkbenchPresentationFactory() - Constructor for class org.eclipse.ui.presentations. WorkbenchPresentationFactory
 
WorkbenchProperties - Class in org.eclipse.ui.databinding
Factory methods for creating properties for the Workbench.
WorkbenchProperties() - Constructor for class org.eclipse.ui.databinding. 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(Shell, int, String) - Constructor for class org.eclipse.ui.statushandlers. WorkbenchStatusDialogManager
Deprecated. As of 3.4 the parentShell is ignored
WorkbenchStatusDialogManager(String) - Constructor for class org.eclipse.ui.statushandlers. WorkbenchStatusDialogManager
Creates workbench status dialog.
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(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. SubMonitor
 
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
Deprecated. Indicate monitor progress.
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.
WorkingSetFilterActionGroup - Class in org.eclipse.ui.actions
Adds working set filter actions (set / clear / edit)
WorkingSetFilterActionGroup(Shell, IPropertyChangeListener) - Constructor for class org.eclipse.ui.actions. WorkingSetFilterActionGroup
Creates a new instance of the receiver.
WorkingSetGroup - Class in org.eclipse.ui.dialogs
Instances of this class provide a WorkingSetConfigurationBlock wrapped with an SWT Group container.
WorkingSetGroup(Composite, IStructuredSelection, String[]) - Constructor for class org.eclipse.ui.dialogs. WorkingSetGroup
Create a new instance of this class.
workingSetGroup - Variable in class org.eclipse.ui.views.navigator. MainActionGroup
Deprecated.  
WorkingSetScope - Class in org.eclipse.team.ui.synchronize
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 working sets
WorkingSetScope(IMemento) - Constructor for class org.eclipse.team.ui.synchronize. WorkingSetScope
Create this scope from it's previously saved state
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_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(Shell, String) - Constructor for class org.eclipse.ui.actions. WorkspaceAction
Deprecated. See WorkspaceAction.WorkspaceAction(IShellProvider, String)
WorkspaceAction(IShellProvider, String) - Constructor for class org.eclipse.ui.actions. WorkspaceAction
Creates a new action with the given text.
WorkspaceActionGroup - Class in org.eclipse.ui.views.navigator
Deprecated. as of 3.5, use the Common Navigator Framework classes instead
WorkspaceActionGroup(IResourceNavigator) - Constructor for class org.eclipse.ui.views.navigator. WorkspaceActionGroup
Deprecated.  
workspaceGroup - Variable in class org.eclipse.ui.views.navigator. MainActionGroup
Deprecated.  
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.
WorkspaceLock - Class in org.eclipse.core.resources
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 in org.eclipse.ui.actions
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 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(IContributionItem) - Method in class org.eclipse.jface.action. SubContributionManager
Wraps a contribution item in a sub contribution item, and returns the new wrapper.
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 - 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).
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, 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 - 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(Realm) - Constructor for class org.eclipse.core.databinding.observable.list. WritableList
Creates an empty writable list with a null element type.
WritableList(List, Object) - Constructor for class org.eclipse.core.databinding.observable.list. WritableList
Constructs a new instance with the default realm.
WritableList(Collection, 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, 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.
WritableList(Realm, Collection, 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.
WritableMap - 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(Realm) - Constructor for class org.eclipse.core.databinding.observable.map. WritableMap
Constructs a new WritableMap on the given 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, 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 - 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, 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, 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 - 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(Object, Object) - Constructor for class org.eclipse.core.databinding.observable.value. WritableValue
Constructs a new instance with the default realm.
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, Object, Object) - Constructor for class org.eclipse.core.databinding.observable.value. WritableValue
Constructs a new instance.
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(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(byte[], int, int) - Method in class org.eclipse.ui.console. IOConsoleOutputStream
 
write(byte[]) - Method in class org.eclipse.ui.console. IOConsoleOutputStream
 
write(int) - Method in class org.eclipse.ui.console. IOConsoleOutputStream
 
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.
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_CARBON - Static variable in class org.eclipse.jface.util. Util
Windowing system constant.
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_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_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_MOTIF - Static variable in class org.eclipse.jface.util. Util
Windowing system constant.
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_PHOTON - Static variable in class org.eclipse.jface.util. Util
Windowing system constant.
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_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_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.

Eclipse Platform
Release 3.5
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) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire