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

WARNING - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x2 for a severity indicating there is warning message.
WHITE_SPACE_KINDS - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
 
WIDTH - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
WITHJDK116 - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
WorkbenchWindowActionDelegate - class org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate.
Simple implementation of IWorkbenchWindowActionDelegate.
WorkbenchWindowActionDelegate() - Constructor for class org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate
 
WrappedException - exception org.eclipse.emf.common.util.WrappedException.
A runtime exception that wraps another exception.
WrappedException(Exception) - Constructor for class org.eclipse.emf.common.util.WrappedException
Creates an instance that wraps the exception.
WrappedException(String, Exception) - Constructor for class org.eclipse.emf.common.util.WrappedException
Creates an instance with it's own message that wraps the exception.
WrapperItemProvider - class org.eclipse.emf.edit.provider.WrapperItemProvider.
A basic implementation of IWrapperProvider from which others can extend.
WrapperItemProvider(Object, Object, AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.WrapperItemProvider
Creates an instance.
WrapperItemProvider.SimpleCopyCommand - class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand.
A command base class for copying a simple value and the wrapper.
WrapperItemProvider.SimpleCopyCommand(EditingDomain) - Constructor for class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
Creates an instance for the given domain.
WrapperItemProvider.WrappingCopyCommand - class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.
A command base class for copying the wrapper for a value that is partly copied by another command.
WrapperItemProvider.WrappingCopyCommand(Command) - Constructor for class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand
Creates an instance where some adaptable value is copied by the given command.
walk(EObject) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
warning(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
warning(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
warning(XMIException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
warnings - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The warnings.
wasSet() - Method in interface org.eclipse.emf.common.notify.Notification
Returns whether the notifier's feature was considered set before the change occurred.
wasSet() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the wasSet method of the notification.
wasSet() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
which - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
whichModel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
whichStyle - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
whiteSpace - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
 
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
 
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
widgetSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
 
widgetSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
 
widgetSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
width - Variable in class org.eclipse.emf.edit.provider.ComposedImage.Size
 
wildcards - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
wildcards - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
workbench - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The workbench in effect during initialization.
workbench - Variable in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
 
workbench - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Remember the workbench during initialization.
workbench - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Remember the workbench during initialization
workbench - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
Remember the workbench during initialization
workspaceRoot - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
workspaceRoot - Static variable in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
The cached Eclipse workspace.
wrap(EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Wraps a value, if needed, and keeps the wrapper for disposal along with the item provider.
wrapCommand(Command, Class) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Wraps the given command in an appropriate command that will substitute the delegating wrapper for its value and child wrappers for their corresponding values, whenever they appear in the affected objects.
wrapCommand(Command, Class) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
For a copy command, creates a WrapperItemProvider.WrappingCopyCommand, which copies the feature map entry and wrapper along with the entry value; for other commands, the wrapper-substituting command wrapper supplied by the base implementation is used.
wrapCommand(Command, Object, Class, CommandParameter, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Returns a version of the given command that automatically re-wraps values that have been unwrapped when returning them as the command's result or affected objects.
wrapEnumerationValues(Object[]) - Static method in class org.eclipse.emf.ecore.util.EObjectValidator
 
wrapNotification(Notification) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Wraps the given notification, substituting this wrapper as the operative object, by calling ViewerNotification.wrapNotification.
wrapNotification(Notification, Object) - Static method in class org.eclipse.emf.edit.provider.ViewerNotification
Wraps the given notification to make the given element be operated on by the viewer that receives it.
wrapValues(Collection, boolean) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
 
wrappedException - Variable in class org.eclipse.emf.common.util.WrappedException
The exception being wrapped.
wrapperClassFor(Class) - Static method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
wrapperClassFor(Class) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the wrapper class for the primitive class, or the original class, if it's not a primitive class.
wrappers - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This holds children wrappers that are created by this item provider, so that they can be disposed with it.
wrappingNeeded - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This caches the result returned by isWrappingNeeded so that it need not be recomputed each time.
write(Exception) - Static method in class org.eclipse.emf.codegen.CodeGenPlugin
Returns the singleton instance of the Eclipse plugin.
write() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
write(Exception) - Static method in class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
 
write(OutputStreamWriter) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeAscii(OutputStream) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeObject(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
writePair(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
writeRose() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree
 
writeTopObject(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeTopObjects(List) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl
 
writeTopObjects(List) - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
writeTopObjects(List) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeValue(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
writer - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
writer - Variable in class org.eclipse.emf.codegen.jet.JETParser
 

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
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 _