- AbortExecutionException - Exception in org.eclipse.emf.common.command
-
An exception thrown when a command's
execution
is to be silently aborted.
- AbortExecutionException() - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
-
Constructs an new instance.
- AbortExecutionException(String, Throwable) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
-
Constructs a new instance with the given message and cause.
- AbortExecutionException(String) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
-
Constructs a new instance with the given message.
- AbortExecutionException(Throwable) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
-
Constructs a new instance with the given message and cause.
- absoluteCharacters - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
-
The buffer for absolute file paths.
- ABSTRACT - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
-
Abstract property flag.
- ABSTRACT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
-
- abstract_ - Variable in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
-
The cached value of the '
Abstract
' attribute
- abstract_ - Variable in class org.eclipse.emf.java.impl.JClassImpl
-
The cached value of the '
Abstract
' attribute
- abstract_ - Variable in class org.eclipse.emf.java.impl.JMethodImpl
-
The cached value of the '
Abstract
' attribute
- ABSTRACT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EClassImpl
-
The default value of the '
Abstract
' attribute
- ABSTRACT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
-
The default value of the '
Abstract
' attribute
- ABSTRACT_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JClassImpl
-
The default value of the '
Abstract
' attribute
- ABSTRACT_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMethodImpl
-
The default value of the '
Abstract
' attribute
- ABSTRACT_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EClassImpl
-
The flag representing the value of the '
Abstract
' attribute
- AbstractCommand - Class in org.eclipse.emf.common.command
-
An abstract implementation of a basic command.
- AbstractCommand() - Constructor for class org.eclipse.emf.common.command.AbstractCommand
-
Creates an empty instance.
- AbstractCommand(String) - Constructor for class org.eclipse.emf.common.command.AbstractCommand
-
Creates an instance with the given label.
- AbstractCommand(String, String) - Constructor for class org.eclipse.emf.common.command.AbstractCommand
-
Creates and instance with the given label and description.
- AbstractCommand.NonDirtying - Interface in org.eclipse.emf.common.command
-
A marker interface implemented by commands that don't dirty the model.
- AbstractEList<E> - Class in org.eclipse.emf.common.util
-
A highly extensible abstract list implementation.
- AbstractEList() - Constructor for class org.eclipse.emf.common.util.AbstractEList
-
Creates an empty instance with no initial capacity.
- AbstractEList.BasicIndexOutOfBoundsException - Exception in org.eclipse.emf.common.util
-
An IndexOutOfBoundsException that constructs a message from the argument data.
- AbstractEList.BasicIndexOutOfBoundsException(int, int) - Constructor for exception org.eclipse.emf.common.util.AbstractEList.BasicIndexOutOfBoundsException
-
Constructs an instance with a message based on the arguments.
- AbstractEList.EIterator<E1> - Class in org.eclipse.emf.common.util
-
An extensible iterator implementation.
- AbstractEList.EIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.EIterator
-
- AbstractEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
-
An extensible list iterator implementation.
- AbstractEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.EListIterator
-
Creates an instance.
- AbstractEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.AbstractEList.EListIterator
-
Creates an instance advanced to the index.
- AbstractEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
-
An extended read-only iterator that does not
resolve
objects.
- AbstractEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
-
- AbstractEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
-
An extended read-only list iterator that does not
resolve
objects.
- AbstractEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
-
Creates an instance.
- AbstractEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
-
Creates an instance advanced to the index.
- AbstractEnumerator - Class in org.eclipse.emf.common.util
-
An extensible enumerator implementation.
- AbstractEnumerator(int, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
-
Creates an initialized instance.
- AbstractEnumerator(int, String, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
-
Creates an initialized instance.
- AbstractExampleInstallerWizard - Class in org.eclipse.emf.common.ui.wizard
-
This abstract example installer wizard simply copies or unzips a number of files and
directories into the workspace, creating the projects to hold them.
- AbstractExampleInstallerWizard() - Constructor for class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
-
- AbstractExampleInstallerWizard.FileToOpen - Class in org.eclipse.emf.common.ui.wizard
-
- AbstractExampleInstallerWizard.FileToOpen() - Constructor for class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
-
- AbstractExampleInstallerWizard.ProjectDescriptor - Class in org.eclipse.emf.common.ui.wizard
-
- AbstractExampleInstallerWizard.ProjectDescriptor() - Constructor for class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
-
- AbstractExampleInstallerWizard.ProjectPage - Class in org.eclipse.emf.common.ui.wizard
-
- AbstractExampleInstallerWizard.ProjectPage(String, String, ImageDescriptor) - Constructor for class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
-
- AbstractGeneratorAdapter - Class in org.eclipse.emf.codegen.ecore.generator
-
A base GeneratorAdapter
implementation.
- AbstractGeneratorAdapter() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
-
If this default constructor is used, the
setAdapterFactory()
method must be called immediately to set the generator adapter factory that created this adapter.
- AbstractGeneratorAdapter(GeneratorAdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
-
- AbstractGeneratorAdapter.AttributeData - Class in org.eclipse.emf.codegen.ecore.generator
-
Information about attributes in a manifest.
- AbstractGeneratorAdapter.AttributeData() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
-
- AbstractGeneratorAdapter.AttributeData.Element - Class in org.eclipse.emf.codegen.ecore.generator
-
- AbstractGeneratorAdapter.AttributeData.Element() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element
-
- AbstractGeneratorAdapter.AttributeData.Element.Attribute - Class in org.eclipse.emf.codegen.ecore.generator
-
- AbstractGeneratorAdapter.AttributeData.Element.Attribute() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Attribute
-
- AbstractGeneratorAdapter.AttributeData.Element.Directive - Class in org.eclipse.emf.codegen.ecore.generator
-
- AbstractGeneratorAdapter.AttributeData.Element.Directive() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Directive
-
- AbstractGeneratorAdapter.ExtensionData - Class in org.eclipse.emf.codegen.ecore.generator
-
Information about extensions in a plugin.xml.
- AbstractGeneratorAdapter.ExtensionData() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
-
- AbstractGeneratorAdapter.JETEmitterDescriptor - Class in org.eclipse.emf.codegen.ecore.generator
-
The information required to construct and initialize a
JETEmitter
,
namely the file name of the template (relative to the template path) and the qualified name of the template class.
- AbstractGeneratorAdapter.JETEmitterDescriptor(String, String) - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.JETEmitterDescriptor
-
- AbstractGeneratorAdapterFactory - Class in org.eclipse.emf.codegen.ecore.generator
-
A base GeneratorAdapterFactory
implementation.
- AbstractGeneratorAdapterFactory() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
-
- AbstractJNode - Class in org.eclipse.emf.codegen.merge.java.facade
-
- AbstractJNode() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
-
- AbstractMapping - Class in org.eclipse.emf.ecore.xcore.mappings
-
- AbstractMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.AbstractMapping
-
- AbstractOverrideableCommand - Class in org.eclipse.emf.edit.command
-
- AbstractOverrideableCommand(EditingDomain) - Constructor for class org.eclipse.emf.edit.command.AbstractOverrideableCommand
-
This constructs an instance in this editing domain.
- AbstractOverrideableCommand(EditingDomain, String) - Constructor for class org.eclipse.emf.edit.command.AbstractOverrideableCommand
-
This constructs an instance with the given label and in this editing domain.
- AbstractOverrideableCommand(EditingDomain, String, String) - Constructor for class org.eclipse.emf.edit.command.AbstractOverrideableCommand
-
This constructs an instance with the given label and description, in this editing domain.
- AbstractSelectionView - Class in org.eclipse.emf.ecore.xcore.ui
-
- AbstractSelectionView() - Constructor for class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
-
- AbstractSequentialInternalEList<E> - Class in org.eclipse.emf.ecore.util
-
- AbstractSequentialInternalEList() - Constructor for class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- AbstractTreeIterator<E> - Class in org.eclipse.emf.common.util
-
An extensible tree iterator implementation
that iterates over an object, it's children, their children, and so on.
- AbstractTreeIterator(E) - Constructor for class org.eclipse.emf.common.util.AbstractTreeIterator
-
Creates an instance that iterates over an object, it's children, their children, and so on.
- AbstractTreeIterator(Object, boolean) - Constructor for class org.eclipse.emf.common.util.AbstractTreeIterator
-
Creates and instance that iterates over an object (but only if includeRoot
is true
),
it's children, their children, and so on.
- abstractTypeMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
-
- AbstractXcoreJavaValidator - Class in org.eclipse.emf.ecore.xcore.validation
-
- AbstractXcoreJavaValidator() - Constructor for class org.eclipse.emf.ecore.xcore.validation.AbstractXcoreJavaValidator
-
- AbstractXcoreProposalProvider - Class in org.eclipse.emf.ecore.xcore.ui.contentassist
-
Represents a generated, default implementation of superclass org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider
.
- AbstractXcoreProposalProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
-
- AbstractXcoreRuntimeModule - Class in org.eclipse.emf.ecore.xcore
-
Manual modifications go to {org.eclipse.emf.ecore.xcore.XcoreRuntimeModule}
- AbstractXcoreRuntimeModule() - Constructor for class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- AbstractXcoreUiModule - Class in org.eclipse.emf.ecore.xcore.ui
-
Manual modifications go to {org.eclipse.emf.ecore.xcore.ui.XcoreUiModule}
- AbstractXcoreUiModule(AbstractUIPlugin) - Constructor for class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- accept(EModelElement, String, String, String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.AnnotationFilter
-
- accept(EModelElement, String, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.AnnotationFilterImpl
-
- accept(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenClassFilter
-
- accept(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenConstraintFilter
-
- accept(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenFeatureFilter
-
- accept(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenOperationFilter
-
- accept(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl.CollidingGenOperationFilter
-
- accept(JETParseEventListener, JETReader, JETParser) - Method in interface org.eclipse.emf.codegen.jet.JETCoreElement
-
Return true if the input contained the sequence that matched
the action corresponding to this core tag.
- accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.Directive
-
- accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.Expression
-
- accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
-
- accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.Scriptlet
-
- access(boolean, Pool.AccessUnit<E>) - Method in class org.eclipse.emf.common.util.Pool
-
Collect all the values with a matching hash code.
- accessCount - Variable in class org.eclipse.emf.common.util.Pool
-
Record the number of accesses so that the
Pool.cleanup()
can be called occasionally.
- accumulate(String[], int, String, boolean) - Static method in class org.eclipse.emf.common.util.URI.Hierarchical
-
- ACK - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
-
- action - Variable in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
-
- action - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
-
- action - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
-
This records the proxy action created by the platform.
- action - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
-
- ACTION_BAR_CONTRIBUTOR_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
-
- ACTION_DEFAULT - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
-
- ACTION_DIALOG_NONE - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
-
- ACTION_DIALOG_SHOW - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
-
- ACTION_DIALOG_SHOW_ERROR - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
-
- ACTION_DIALOG_SHOW_IF_HAS_CHILD - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
-
- ACTION_MESSAGE_NONE - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
-
- ACTION_MESSAGE_SET - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
-
- ACTION_MESSAGE_SET_ERROR - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
-
- ACTION_MESSAGE_SET_TYPED - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
-
- actionBar - Variable in class org.eclipse.emf.common.ui.ViewerPane
-
- ActionBarContributor - Class in org.eclipse.emf.codegen.ecore.templates.editor
-
- ActionBarContributor() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
-
- actionBarContributorEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
- actionBarContributorTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
- actionDelegate - Variable in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
-
This is the action delegate we're wrapping.
- activate() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
-
- activate() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- Activator - Class in org.eclipse.emf.codegen.ecore.xtext.ui
-
The activator class controls the plug-in life cycle
- Activator() - Constructor for class org.eclipse.emf.codegen.ecore.xtext.ui.Activator
-
The constructor
- activeEditor - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
-
This keeps track of the current editor part.
- activeEditor - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- activeEditorPart - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
-
This keeps track of the active editor.
- activeEditorPart - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
-
This keeps track of the active editor
- activeEditorPart - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
-
This keeps track of the active editor
- activeEditorPart - Variable in class org.eclipse.emf.java.presentation.JavaActionBarContributor
-
This keeps track of the active editor
- activeEditorPart - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
-
This keeps track of the active editor
- adapt(Notifier, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter
- adapt(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
-
- adapt(Object, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
-
Returns either an associated adapter for the object, or the object itself,
depending on whether the object is a notifier that supports an adapter of the given type.
- adapt(Notifier, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
-
Returns either a previously associated adapter or a newly associated adapter, as appropriate.
- adapt(Object, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter
- adapt(Object, Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter
- adapt(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter
- adapt(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
-
- adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
- adapt(Notifier, Object, boolean) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
- adapt(Notifier, Object, Collection<Object>, Class<?>) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
- adapt(Notifier, Object, Collection<Object>, Class<?>, boolean) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
- adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
-
All adapter creation is delegated to this method, which yields decorated item providers.
- adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter.
- adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter.
- adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter.
- adapt(Object, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter
- adapt(Object, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter
- adapt(Object, Object) - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter
- adapt(Object, Object) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
-
This implementation substitutes the factory itself as the key for the adapter
- adapt(Object, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
-
- adapt(Object, Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
-
- adapt(Object, Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
-
- adapt(Notifier, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
-
- adapt(Object, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
-
- adaptAllNew(Notifier) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
-
Creates a new associated adapter of each type of adapter supported by this factory, as necessary.
- adaptAllNew(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
- adaptAllNew(Notifier) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
- adaptAllNew(Notifier) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
-
- Adapter - Interface in org.eclipse.emf.common.notify
-
A receiver of notifications.
- Adapter.Internal - Interface in org.eclipse.emf.common.notify
-
An internal interface implemented by adapters.
- ADAPTER_FACTORY_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
-
- ADAPTER_FACTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
-
- adapterFactories - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
-
The registered adapter factories.
- adapterFactories - Variable in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
- adapterFactory - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
-
- adapterFactory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
-
- adapterFactory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
-
This is the one adapter factory used for providing views of the model
- AdapterFactory - Interface in org.eclipse.emf.common.notify
-
A factory for creating adapters and associating them with notifiers.
- adapterFactory - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
-
This is the one adapter factory used for providing views of the model
- adapterFactory - Variable in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor
-
- adapterFactory - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
-
This is the adapter factory used to create the adapter to which calls are delegated.
- adapterFactory - Variable in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
-
This keeps track of the factory used to generate the adapters.
- adapterFactory - Variable in class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
-
This keeps track of the factory used to generate the ITreeItemContentProvider adapters.
- adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
-
For now we need to keep track of the adapter factory, because we need it to provide a correct label provider.
- adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemProvider
-
This is the optional adapter factory that is used to get adapters for parent or child objects.
- adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
-
This keeps track of the adapter factory that created this adaptor.
- adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemProviderDecorator
-
This keeps track of the adapter factory that created this adaptor.
- adapterFactory - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider
-
The adapter factory for the owner's item provider.
- adapterFactory - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- adapterFactory - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
-
- adapterFactory - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
-
This keeps track of the one factory we are using.
- adapterFactory - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
-
This keep track of the one factory we are using.
- adapterFactory - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
-
- adapterFactory - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
-
This is the one adapter factory used for providing views of the model
- adapterFactory - Variable in class org.eclipse.emf.java.presentation.JavaEditor
-
This is the one adapter factory used for providing views of the model
- adapterFactory - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
-
This is the one adapter factory used for providing views of the model
- adapterFactory - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
-
Deprecated.
- adapterFactory - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
-
- AdapterFactoryClass - Class in org.eclipse.emf.codegen.ecore.templates.model
-
- AdapterFactoryClass() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
-
- adapterFactoryClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
- adapterFactoryClassTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
- AdapterFactoryContentProvider - Class in org.eclipse.emf.edit.ui.provider
-
This content provider wraps an AdapterFactory
and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
- AdapterFactoryContentProvider - Class in org.eclipse.emf.edit.ui.provider
-
This content provider wraps an AdapterFactory
and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
- AdapterFactoryContentProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
-
This constructs an instance that wraps this factory.
- AdapterFactoryContentProvider.ViewerRefresh - Class in org.eclipse.emf.edit.ui.provider
-
A runnable class that efficiently updates a
org.eclipse.jface.viewers.Viewer
via standard APIs, based on
queued
IViewerNotification
s from the model's item providers.
- AdapterFactoryContentProvider.ViewerRefresh(Viewer) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider.ViewerRefresh
-
- AdapterFactoryContentProvider.ViewerRefresh(Viewer, IViewerNotification) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider.ViewerRefresh
-
- adapterFactoryDescriptorRegistry - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator
-
The local registry from which generator adapter factories are created.
- adapterFactoryDescriptorRegistry - Variable in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
This is used to demand create adapter factories from a registry.
- AdapterFactoryEditingDomain - Class in org.eclipse.emf.edit.domain
-
- AdapterFactoryEditingDomain(AdapterFactory, CommandStack) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
-
Create an instance from the adapter factory, and the specialized command stack.
- AdapterFactoryEditingDomain(AdapterFactory, CommandStack, Map<Resource, Boolean>) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
-
Create an instance from the adapter factory, the specialized command stack, and the map used to maintain read only state.
- AdapterFactoryEditingDomain(AdapterFactory, CommandStack, ResourceSet) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
-
Create an instance from the adapter factory, the specialized command stack, and the specialized resource set.
- AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet - Class in org.eclipse.emf.edit.domain
-
This is an implementation of a context that knows about this editing domain.
- AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet() - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet
-
- AdapterFactoryEditingDomain.DomainTreeIterator<E> - Class in org.eclipse.emf.edit.domain
-
This implements an tree iterator that iterates over an object, it's domain children, their domain children, and so on.
- AdapterFactoryEditingDomain.DomainTreeIterator(EditingDomain, E) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator
-
This constructs tree iterator that iterates over an object, it's domain children, their domain children, and so on.
- AdapterFactoryEditingDomain.DomainTreeIterator(EditingDomain, Object, boolean) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator
-
This constructs tree iterator that iterates over an object (but only if includeRoot is true),
it's domain children, their domain children, and so on.
- AdapterFactoryEditingDomain.EditingDomainProvider - Class in org.eclipse.emf.edit.domain
-
- AdapterFactoryEditingDomain.EditingDomainProvider(EditingDomain) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.EditingDomainProvider
-
- AdapterFactoryImpl - Class in org.eclipse.emf.common.notify.impl
-
An extensible adapter factory implementation.
- AdapterFactoryImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
Creates an instance.
- AdapterFactoryItemDelegator - Class in org.eclipse.emf.edit.provider
-
- AdapterFactoryItemDelegator(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
-
- AdapterFactoryLabelProvider - Class in org.eclipse.emf.edit.ui.provider
-
This label provider wraps an AdapterFactory
and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
- AdapterFactoryLabelProvider - Class in org.eclipse.emf.edit.ui.provider
-
This label provider wraps an AdapterFactory
and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
- AdapterFactoryLabelProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
-
Construct an instance that wraps the given factory.
- AdapterFactoryLabelProvider.ColorProvider - Class in org.eclipse.emf.edit.ui.provider
-
An extended version of the adapter factory label provider that also provides for colors.
- AdapterFactoryLabelProvider.ColorProvider(AdapterFactory, Color, Color) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.ColorProvider
-
Construct an instance that wraps the given factory and specifies the given default colors.
- AdapterFactoryLabelProvider.ColorProvider(AdapterFactory, Viewer) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.ColorProvider
-
Construct an instance that wraps the given factory and uses the colors of the viewer's control.
- AdapterFactoryLabelProvider.FontAndColorProvider - Class in org.eclipse.emf.edit.ui.provider
-
An extended version of the adapter factory label provider that also provides for fonts and colors.
- AdapterFactoryLabelProvider.FontAndColorProvider(AdapterFactory, Font, Color, Color) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.FontAndColorProvider
-
Construct an instance that wraps the given factory and specifies the given default font and colors.
- AdapterFactoryLabelProvider.FontAndColorProvider(AdapterFactory, Viewer) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.FontAndColorProvider
-
Construct an instance that wraps the given factory and uses the font and colors of the viewer's control.
- AdapterFactoryLabelProvider.FontProvider - Class in org.eclipse.emf.edit.ui.provider
-
An extended version of the adapter factory label provider that also provides for fonts.
- AdapterFactoryLabelProvider.FontProvider(AdapterFactory, Font) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.FontProvider
-
Construct an instance that wraps the given factory and specifies the given default font.
- AdapterFactoryLabelProvider.FontProvider(AdapterFactory, Viewer) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.FontProvider
-
Construct an instance that wraps the given factory and uses the font of the viewer's control.
- AdapterFactoryMappingDomain - Class in org.eclipse.emf.mapping.domain
-
This class implements
MappingDomain
interface using two strategies.
- AdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, CommandStack) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
-
- AdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, CommandStack, ResourceSet) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
-
- AdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, AdapterFactory, CommandStack) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
-
- AdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, AdapterFactory, CommandStack, ResourceSet) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
-
- AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory - Class in org.eclipse.emf.mapping.domain
-
- AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory(AdapterFactory, EditingDomain) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
-
- AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory(AdapterFactory[], EditingDomain) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
-
- AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory(Collection<? extends AdapterFactory>, EditingDomain) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
-
- AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory - Class in org.eclipse.emf.mapping.domain
-
- AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory
-
- AdapterFactoryTableTreeEditor - Class in org.eclipse.emf.edit.ui.celleditor
-
Deprecated.
- AdapterFactoryTableTreeEditor(TableTree, AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- AdapterFactoryTreeEditor - Class in org.eclipse.emf.edit.ui.celleditor
-
This base class for implementing
org.eclipse.swt.custom.TreeEditor
s that delegate
to adapters produced by an
AdapterFactory
.
- AdapterFactoryTreeEditor - Class in org.eclipse.emf.edit.ui.celleditor
-
This base class for implementing org.eclipse.swt.custom.TreeEditor
s that delegate
to adapters produced by an AdapterFactory
.
- AdapterFactoryTreeEditor(Tree, AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
-
- AdapterFactoryTreeIterator<E> - Class in org.eclipse.emf.edit.provider
-
This implements a tree iterator that iterates over an object, it's children, their children, and so on,
use the
ITreeItemContentProvider
s produced by an adapter factory.
- AdapterFactoryTreeIterator(AdapterFactory, E) - Constructor for class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
-
This constructs tree iterator that iterates over an object, it's children, their children, and so on.
- AdapterFactoryTreeIterator(AdapterFactory, Object, boolean) - Constructor for class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
-
This constructs tree iterator that iterates over an object (but only if includeRoot is true),
it's children, their children, and so on.
- AdapterImpl - Class in org.eclipse.emf.common.notify.impl
-
An extensible adapter implementation.
- AdapterImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterImpl
-
Creates an instance.
- adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFListProperty
-
- adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFListValueProperty
-
- adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFMapProperty
-
- adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFResourceContentProperty
-
- adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFSetProperty
-
- adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFValueProperty
-
- adaptNew(Notifier, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
-
Creates a new associated adapter of the given type;
it may optionally call
setTarget
on the adapter,
and it may optionally add the adapter to the
target.eAdapters()
.
- adaptNew(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
- adaptNew(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
- adaptNew(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
-
This interface is not support; an exception will be thrown.
- adaptNew(Notifier, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
-
This records adapters for subsequent disposable.
- adaptNew(Notifier, Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
-
- adaptNew(Notifier, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
-
- add(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
-
- add(E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
-
- add(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
-
- add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
-
Adds or merges a new notification.
- add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
-
Adds or merges a new notification.
- ADD - Static variable in interface org.eclipse.emf.common.notify.Notification
-
An
event type
indicating that
a value has been inserted into a list-based feature of the notifier.
- add(Notification) - Method in interface org.eclipse.emf.common.notify.NotificationChain
-
Adds a notification to the chain.
- add(E) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Adds the object at the end of the list
and returns whether the object was added;
if
uniqueness
is required,
duplicates will be ignored and
false
will be returned.
- add(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Adds the object at the given index in the list.
- add(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
-
Adds the object at the
next
index and advances the iterator past it.
- add(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
-
Throws an exception.
- add(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
-
- add(E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
-
Throws an exception.
- add(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
-
Throws an exception.
- add(Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
-
- add(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
-
- add(E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
-
Throws an exception.
- add(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
-
Throws an exception.
- add(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
-
Adds the diagnostic to the chain.
- add(E, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
-
- add(E) - Method in class org.eclipse.emf.common.util.Pool
-
Specialized to ensure thread safety.
- add(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
- add(Object) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
-
- add(int, Object) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
-
- add(Object) - Method in class org.eclipse.emf.databinding.EObjectObservableList
-
- add(int, Object) - Method in class org.eclipse.emf.databinding.EObjectObservableList
-
- add(E) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
-
- add(Object) - Method in class org.eclipse.emf.databinding.internal.EWritableList
-
- add(int, Object) - Method in class org.eclipse.emf.databinding.internal.EWritableList
-
- ADD - Static variable in enum org.eclipse.emf.ecore.change.ChangeKind
-
The 'ADD' literal value
- add(InternalEObject, EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
-
- add(InternalEObject, EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
-
Adds the value at the index in the
content
of the object's feature.
- add(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- add(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- add(int, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- add(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- add(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- add(E1) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
-
- add(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
-
- add(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- add(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- add(int, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- add(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- add(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- add(E) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ValueListIteratorImpl
-
- add(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ValueListIteratorImpl
-
- add(Object) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
-
- add(InternalEObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
-
- add(EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
-
- add(InternalEObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
-
- add(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
-
- add(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
-
- add(int, EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
-
- add(EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- add(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.ValueListIterator
-
- add(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
-
- add(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- add(int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- add(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- add(int, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- add(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- add(String) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
-
- add(String) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
-
- add(ENamedElement, XMLResource.XMLInfo) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
-
Add an XMLInfo object for an Ecore construct to
the map.
- add(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- add(ENamedElement, XMLResource.XMLInfo) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
-
Add an XMLInfo object for an Ecore construct to
the map.
- add(Duration) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
-
- add(Duration) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
-
- add(Object) - Method in class org.eclipse.emf.edit.provider.Disposable
-
- add(ENamedElement, XMLResource.XMLInfo) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
-
- ADD_MANY - Static variable in interface org.eclipse.emf.common.notify.Notification
-
An
event type
indicating that
a several values have been added into a list-based feature of the notifier.
- addAbstractPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
-
This adds a property descriptor for the Abstract feature
- addAbstractPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
-
This adds a property descriptor for the Abstract feature
- addAbstractPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Abstract feature
- addAbstractPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Abstract feature
- addAdapter(Notifier) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
-
- addAdapter(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
-
- addAdapter(Notifier) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
-
- addAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
- addAdapterFactoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Adapter Factory feature
- addAddressPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
-
This adds a property descriptor for the Address feature
- addAddressPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
-
This adds a property descriptor for the Address feature
- addAll(Collection<?>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
-
- addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
-
- addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Adds each object of the collection to the end of the list.
- addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Adds each object of the collection at each successive index in the list
and returns whether any objects were added.
- addAll(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
-
- addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
-
Throws an exception.
- addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
-
Throws an exception.
- addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.common.util.BasicEMap
-
- addAll(int, Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.common.util.BasicEMap
-
- addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
-
Throws an exception.
- addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
-
Throws an exception.
- addAll(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
-
Adds the
children
of the diagnostic to the chain.
- addAll(Collection) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
-
- addAll(int, Collection) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
-
- addAll(Collection) - Method in class org.eclipse.emf.databinding.EObjectObservableList
-
- addAll(int, Collection) - Method in class org.eclipse.emf.databinding.EObjectObservableList
-
- addAll(Collection<? extends E>) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
-
- addAll(Collection) - Method in class org.eclipse.emf.databinding.internal.EWritableList
-
- addAll(int, Collection) - Method in class org.eclipse.emf.databinding.internal.EWritableList
-
- addAll(Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addAll(int, Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addAll(int, EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addAll(EStructuralFeature, int, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addAll(Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addAll(int, Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addAll(int, EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addAll(EStructuralFeature, int, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addAll(EStructuralFeature, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
-
- addAll(int, EStructuralFeature, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
-
- addAll(EStructuralFeature, int, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- addAll(Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- addAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- addAll(int, EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- addAll(EStructuralFeature, int, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- addAll(Collection<?>) - Method in class org.eclipse.emf.edit.provider.Disposable
-
- addAllFieldsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the All Fields feature
- addAllMethodsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the All Methods feature
- addAllSuperTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the All Super Types feature
- addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
-
Adds each object of the collection to the end of the list;
it does no uniqueness checking.
- addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
-
Adds each object of the collection at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
-
Adds each object from start to end of the array to the end of the list;
it does no uniqueness checking.
- addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
-
Adds each object from start to end of the array at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Adds each object of the collection to the end of the list;
it does no uniqueness checking.
- addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Adds each object of the collection at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Adds each object from start to end of the array to the end of the list
and returns whether any objects were added;
it does no uniqueness checking.
- addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Adds each object from start to end of the array at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Adds each object of the collection to the end of the list;
it does no uniqueness checking.
- addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Adds each object of the collection at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Adds each object from start to end of the array at the index of list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Adds each object from start to end of the array at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Adds each object of the collection to the end of the list;
it does no uniqueness checking.
- addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Adds each object of the collection at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Adds each object from start to end of the array at the index of list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Adds each object from start to end of the array at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList
-
Adds each object of the collection to the end of the list;
it does no uniqueness checking.
- addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList
-
Adds each object of the collection at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.BasicEList
-
Adds each object from start to end of the array at the index of list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.BasicEList
-
Adds each object from start to end of the array at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Adds each object of the collection to the end of the list;
it does no uniqueness checking.
- addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Adds each object of the collection at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Adds each object from start to end of the array at the index of list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Adds each object from start to end of the array at each successive index in the list
and returns whether any objects were added;
it does no ranging checking or uniqueness checking.
- addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- addAllUnique(Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addAllUnique(FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addAllUnique(int, FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addAllUnique(Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addAllUnique(FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addAllUnique(int, FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addAllUnique(Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Add the objects without verifying uniqueness.
- addAllUnique(int, Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Add the objects without verifying uniqueness.
- addAllUnique(Collection<? extends FeatureMap.Entry>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- addAllUnique(FeatureMap.Entry.Internal[], int, int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- addAllUnique(int, FeatureMap.Entry.Internal[], int, int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- addAllUnique(FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- addAllUnique(int, FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- addAllUnique(Collection<? extends E>) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Adds the objects without verifying uniqueness.
- addAllUnique(int, Collection<? extends E>) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Adds the objects without verifying uniqueness.
- addAnnotation(ENamedElement, String, String[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addAnnotation(ENamedElement, String, String[], URI[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addAnnotation(ENamedElement, int, String, String[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addAnnotation(ENamedElement, int, String, String[], URI[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addArrayAccessorsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Array Accessors feature
- addAttribute(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- addAttributeContent(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- addAttributeNS(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- addAuthorPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
-
This adds a property descriptor for the Author feature
- addAuthorPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
-
This adds a property descriptor for the Author feature
- addBasePackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Base Package feature
- addBaseTemplatePathEntries(List<String>) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
-
Adds template locations to the base portion of the dynamic template path, an ordered list of URIs corresponding to
locations under which to find templates.
- addBaseTemplatePathEntries(List<String>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
-
Adds the default EMF template location to the base portion of the dynamic template path.
- addBaseTemplatePathEntries(List<String>) - Method in class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
-
- addBaseTemplatePathEntries(List<String>) - Method in class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
-
- addBinaryCompatibleReflectiveMethodsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Binary Compatible Reflective Methods feature
- addBodyPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JInitializerItemProvider
-
This adds a property descriptor for the Body feature
- addBodyPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Body feature
- addBooksPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
-
This adds a property descriptor for the Books feature
- addBooksPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.WriterItemProvider
-
This adds a property descriptor for the Books feature
- addBooleanFlagsFieldPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Boolean Flags Field feature
- addBooleanFlagsReservedBitsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Boolean Flags Reserved Bits feature
- addBorrowedPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BorrowerItemProvider
-
This adds a property descriptor for the Borrowed feature
- addBorrowersPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.CirculatingItemItemProvider
-
This adds a property descriptor for the Borrowers feature
- addBundle(IJavaProject, String, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreClasspathUpdater
-
- addBundleManifestPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Bundle Manifest feature
- addBundleToManifest(IProject, String, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreClasspathUpdater
-
- addCastPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.VideoCassetteItemProvider
-
This adds a property descriptor for the Cast feature
- addCategoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
-
This adds a property descriptor for the Category feature
- addCDATA(FeatureMap, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
-
- addCDATA(FeatureMap, int, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
-
- addCDATA(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- addChangeablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
-
This adds a property descriptor for the Changeable feature
- addCharDataGenerator(char[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
-
- addChild(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
-
- addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
-
- addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
-
- addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
-
- addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
-
- addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
-
- addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
-
Adds a child to this node.
- addChild(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
-
Adds the given orphan node (document fragment) as the last child of the
specified node.
- addChild(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
-
- addChildCreationExtendersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Child Creation Extenders feature
- addChildrenPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
-
This adds a property descriptor for the Children feature
- addClassNamePatternPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Class Name Pattern feature
- addClassPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Class Package Suffix feature
- addClasspathEntries(Collection<IClasspathEntry>, String, String) - Static method in class org.eclipse.emf.codegen.CodeGen
-
- addClasspathEntries(Collection<IClasspathEntry>, String) - Static method in class org.eclipse.emf.codegen.CodeGen
-
- addClasspathEntries(JETEmitter) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
-
- addClasspathEntries(JETEmitter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
-
Adds the plug-ins required for GenModel/Ecore-based templates to the JETEmitter
's classpath.
- addClasspathEntries(JETEmitter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- addClasspathEntries(Collection<?>, String, String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
-
- addClasspathEntries(Collection<?>, String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
-
- addClasspathEntries(Collection<IClasspathEntry>, String, String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
-
- addClasspathEntries(Collection<IClasspathEntry>, String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
-
- addClasspathEntries(JETEmitter) - Method in class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
-
- addClasspathEntries(JETEmitter) - Method in class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
-
- addClassPsuedoImports() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
-
- addClassPsuedoImports() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
-
- addCodeFormattingPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Code Formatting feature
- addColorProvidersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Color Providers feature
- AddCommand - Class in org.eclipse.emf.edit.command
-
The add command logically acts upon an owner object that has a collection-based feature to which other objects can be added.
- AddCommand(EditingDomain, EObject, EStructuralFeature, Object) - Constructor for class org.eclipse.emf.edit.command.AddCommand
-
This constructs a primitive command to add a particular value to the specified many-valued feature of the owner.
- AddCommand(EditingDomain, EObject, EStructuralFeature, Object, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
-
This constructs a primitive command to insert particular value into the specified many-valued feature of the owner.
- AddCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.AddCommand
-
This constructs a primitive command to add a collection of values to the specified many-valued feature of the owner.
- AddCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
-
This constructs a primitive command to insert a collection of values into the specified many-valued feature of the owner.
- AddCommand(EditingDomain, EList<?>, Object) - Constructor for class org.eclipse.emf.edit.command.AddCommand
-
This constructs a primitive command to add a particular value into the specified extent.
- AddCommand(EditingDomain, EList<?>, Object, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
-
This constructs a primitive command to insert particular value into the specified extent.
- AddCommand(EditingDomain, EList<?>, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.AddCommand
-
This constructs a primitive command to insert a collection of values into the specified extent.
- AddCommand(EditingDomain, EList<?>, Collection<?>, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
-
This constructs a primitive command to insert a collection of values into the specified extent.
- addCommand - Variable in class org.eclipse.emf.mapping.command.AddOverrideCommand
-
This keeps track of the AddCommand we're overriding
- addCommandStackListener(CommandStackListener) - Method in class org.eclipse.emf.common.command.BasicCommandStack
-
- addCommandStackListener(CommandStackListener) - Method in interface org.eclipse.emf.common.command.CommandStack
-
Adds a listener to the command stack, which will be notified whenever a command has been processed on the stack.
- addComment(FeatureMap, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
-
- addComment(FeatureMap, int, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
-
- addComment(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- addCommentFormattingPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Comment Formatting feature
- addCommentPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
-
This adds a property descriptor for the Comment feature
- addCommentPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
-
This adds a property descriptor for the Comment feature
- addCompilationUnitImports(String) - Method in class org.eclipse.emf.codegen.util.ImportManager
-
Registers
pseudo-imports
for all of the import declarations in the specified
compilation unit contents.
- addComplianceLevelPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Compliance Level feature
- addComponentTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Component Type feature
- addConstructorPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Constructor feature
- addContainerPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
-
This adds a property descriptor for the Container feature
- addContainerPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
-
This adds a property descriptor for the Container feature
- addContainingTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
-
This adds a property descriptor for the Containing Type feature
- addContainmentPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
-
This adds a property descriptor for the Containment feature
- addContainmentPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
-
This adds a property descriptor for the Containment feature
- addContainmentProxiesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Containment Proxies feature
- addContentTypeIdentifierPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Content Type Identifier feature
- addControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
-
- addControl(Composite) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
-
- addCopiesPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.CirculatingItemItemProvider
-
This adds a property descriptor for the Copies feature
- addCopyrightFieldsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Copyright Fields feature
- addCopyrightTextPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Copyright Text feature
- addCreateChildPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
-
This adds a property descriptor for the Create Child feature
- addCreateCopyCommands(CompoundCommand, EObject) - Method in class org.eclipse.emf.edit.command.CopyCommand
-
- addCreationCommandsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Creation Commands feature
- addCreationIconsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Creation Icons feature
- addCreationSubmenusPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Creation Submenus feature
- addDamagedPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
-
This adds a property descriptor for the Damaged feature
- addDataTypeConvertersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Data Type Converters feature
- addDataValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
-
This adds a property descriptor for the Data Value feature
- addDecorationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Decoration feature
- addDefaultValueLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
-
This adds a property descriptor for the Default Value Literal feature
- addDefaultValueLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
-
This adds a property descriptor for the Default Value Literal feature
- addDefaultValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
-
This adds a property descriptor for the Default Value feature
- addDefaultValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
-
This adds a property descriptor for the Default Value feature
- addDerivedPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
-
This adds a property descriptor for the Derived feature
- addDerivedPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
-
This adds a property descriptor for the Derived feature
- addDescriptor(String, GeneratorAdapterFactory.Descriptor) - Method in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
-
- addDescriptor(String, GeneratorAdapterFactory.Descriptor) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.Registry
-
Registers the given descriptor against the specified package ID.
- addDetailAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
-
- addDetailControl(Composite) - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
-
- addDetailControl(Composite) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
-
- addDiagnostic(Diagnostic) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
-
- addDisposableProviderFactoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Disposable Provider Factory feature
- addDoctypeInformation() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
-
- addDynamicPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
-
This adds a property descriptor for the Dynamic feature
- addDynamicTemplatesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Dynamic Templates feature
- addEAttributeTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
-
This adds a property descriptor for the EAttribute Type feature
- addEClassifierPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
-
This adds a property descriptor for the EClassifier feature
- addEContainingClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
-
This adds a property descriptor for the EContaining Class feature
- addEcoreClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
-
This adds a property descriptor for the Ecore Class feature
- addEcoreDataTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
-
This adds a property descriptor for the Ecore Data Type feature
- addEcoreEnumLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
-
This adds a property descriptor for the Ecore Enum Literal feature
- addEcoreEnumPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
-
This adds a property descriptor for the Ecore Enum feature
- addEcoreFeaturePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
-
This adds a property descriptor for the Ecore Feature feature
- addEcoreOperationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
-
This adds a property descriptor for the Ecore Operation feature
- addEcorePackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Ecore Package feature
- added(Notifier, Adapter) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList.Listener
-
Called when the given adapter is added to the given notifier.
- addedExceptions - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
-
- addedInsertEdits - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
-
Map of insert offsets to InsertEdit objects created.
- addEditDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Edit Directory feature
- addEditorDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Editor Directory feature
- addEditorPluginClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Editor Plugin Class feature
- addEditorPluginIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Editor Plugin ID feature
- addEditorPluginVariablesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Editor Plugin Variables feature
- addEditPluginClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Edit Plugin Class feature
- addEditPluginIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Edit Plugin ID feature
- addEditPluginVariablesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Edit Plugin Variables feature
- addEdits(TextEdit, IDocument) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.AbstractRewriter
-
- addEdits(TextEdit, IDocument) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
-
Adds a TextEdit
that comments out required nodes.
- addEdits(TextEdit, IDocument) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeContentsReplacer
-
Creates a TextEdit
that replaces contents of all tracked nodes.
- addedSuperInterfaces - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
-
- addedSuperInterfaces - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
-
- addEEnumLiteral(EEnum, Enumerator) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addEException(EOperation, EClassifier) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addEException(EOperation, EGenericType) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addEExceptionsPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
-
This adds a property descriptor for the EExceptions feature
- addEFactoryInstancePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
-
This adds a property descriptor for the EFactory Instance feature
- addEKeysPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
-
This adds a property descriptor for the Keys feature
- addEntity(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- addEntry(boolean, E, Pool.AccessUnit<E>) - Method in class org.eclipse.emf.common.util.Pool
-
Adds an entry to the pool,
but first checks if the entry has been added by another thread
since the time when the pool was accessed
while without holding any locks.
- addEntry(int, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
-
- addEntryFeature(String) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
-
Prepends the entry feature name to the given text and returns the result.
- addEOperation(EClass, EClassifier, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addEOperation(EClass, EClassifier, String, int, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addEOperation(EClass, EClassifier, String, int, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addEOppositePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
-
This adds a property descriptor for the EOpposite feature
- addEPackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
-
This adds a property descriptor for the EPackage feature
- addEPackagesTableColumns(CheckboxTableViewer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
-
- addEParameter(EOperation, EClassifier, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addEParameter(EOperation, EClassifier, String, int, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addEParameter(EOperation, EClassifier, String, int, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addEParameter(EOperation, EGenericType, String, int, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
Deprecated.
- addEParameter(EOperation, EGenericType, String, int, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addERawTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
-
This adds a property descriptor for the ERaw Type feature
- addEReferenceTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
-
This adds a property descriptor for the EReference Type feature
- addESuperTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
-
This adds a property descriptor for the ESuper Types feature
- addETypeParameter(EClassifier, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addETypeParameter(EOperation, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- addETypeParameterPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
-
This adds a property descriptor for the EType Parameter feature
- addETypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
-
This adds a property descriptor for the EType feature
- addException(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
-
- addException(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
-
- addException(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
-
Adds the given exception to the end of the list of exceptions this method
is declared to throw.
- addExceptionsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Exceptions feature
- addExtensibleProviderFactoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Extensible Provider Factory feature
- addExternalGenModels(List<GenModel>) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
-
- addFacadeHelperClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Facade Helper Class feature
- addFeatureDelegationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Feature Delegation feature
- addFeatureMapWrapperClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Feature Map Wrapper Class feature
- addFeatureMapWrapperInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Feature Map Wrapper Interface feature
- addFeatureMapWrapperInternalInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Feature Map Wrapper Internal Interface feature
- addFeatureNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
-
This adds a property descriptor for the Feature Name feature
- addFeaturePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
-
This adds a property descriptor for the Feature feature
- addFeaturePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
-
This adds a property descriptor for the Feature feature
- addFieldsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Fields feature
- addFileExtensionsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the File Extensions feature
- addFinalPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Final feature
- addFinalPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
-
This adds a property descriptor for the Final feature
- addFinalPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Final feature
- addFinalPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JParameterItemProvider
-
This adds a property descriptor for the Final feature
- addFirstNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
-
This adds a property descriptor for the First Name feature
- addFontProvidersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Font Providers feature
- addForceOverwritePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Force Overwrite feature
- addGenerateExampleClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Generate Example Class feature
- addGenerateModelWizardPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Generate Model Wizard feature
- addGenerateSchemaPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Generate Schema feature
- addGenerator(JETGenerator) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
-
- addGeneratorAndArguments(Generator, Object, Object, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
-
- addGenModelArguments() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
-
- addGenModelArguments() - Method in class org.eclipse.emf.importer.rose.taskdefs.RoseGeneratorTask
-
- addGenModelPathArgument() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
-
- addGenModelPathArgument() - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
-
- addGenModelToResource(boolean) - Method in class org.eclipse.emf.importer.ModelImporter
-
- addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
-
This inserts global actions before the "additions-end" separator
- addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
-
This inserts global actions before the "additions-end" separator
- addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
-
This inserts global actions before the "additions-end" separator.
- addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
-
This inserts global actions before the "additions-end" separator
- addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.java.presentation.JavaActionBarContributor
-
This inserts global actions before the "additions-end" separator
- addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
-
This inserts global actions before the "additions-end" separator
- addIDAttributeNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
-
This adds a property descriptor for the ID Attribute Name feature
- addIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
-
This adds a property descriptor for the ID feature
- addIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
-
This adds a property descriptor for the ID feature
- addImagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
-
This adds a property descriptor for the Image feature
- addImport(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
-
- addImport(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- addImport(String, String) - Method in class org.eclipse.emf.codegen.util.ImportManager
-
Registers an import for the given package name and short name.
- addImport(String) - Method in class org.eclipse.emf.codegen.util.ImportManager
-
Registers an import for the given qualified name.
- addImportedNamespacePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
-
This adds a property descriptor for the Imported Namespace feature
- addImportedObjectPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
-
This adds a property descriptor for the Imported Object feature
- addImportedPackagesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
-
This adds a property descriptor for the Imported Packages feature
- addImportedTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
-
This adds a property descriptor for the Imported Types feature
- addImportOrganizingPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Import Organizing feature
- addImports(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
-
- addImportsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
-
This adds a property descriptor for the Imports feature
- addIndexPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
-
This adds a property descriptor for the Index feature
- addInitializerPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
-
This adds a property descriptor for the Initializer feature
- AddInputRootAction - Class in org.eclipse.emf.mapping.ecore2ecore.action
-
- AddInputRootAction() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.action.AddInputRootAction
-
- addInstanceClassNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
-
This adds a property descriptor for the Instance Class Name feature
- addInstanceTypeNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
-
This adds a property descriptor for the Instance Type Name feature
- addInterfaceNamePatternPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Interface Name Pattern feature
- addInterfacePackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Interface Package Suffix feature
- addInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
-
This adds a property descriptor for the Interface feature
- addInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
-
This adds a property descriptor for the Interface feature
- addInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Interface feature
- addIssuesPerYearPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PeriodicalItemProvider
-
This adds a property descriptor for the Issues Per Year feature
- additionalWrappers - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
-
- ADDITIONS_LAST_STYLE - Static variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
-
This style bit indicates that the "additions" separator should come after the "edit" separator.
- addJarToClasspath(IJavaProject, IPath, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreClasspathUpdater
-
- addJavaClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Java Class feature
- addJavaConstructorPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Java Constructor feature
- addJavaFieldPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
-
This adds a property descriptor for the Java Field feature
- addJavaLangImports(List<String>) - Method in class org.eclipse.emf.codegen.util.ImportManager
-
Ensures that explicit import declarations will be added for classes from java.lang
with the
specified short names.
- addJavaMethodPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Java Method feature
- addJavaPackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JPackageItemProvider
-
This adds a property descriptor for the Java Package feature
- AddJETNatureAction - Class in org.eclipse.emf.codegen.action
-
- AddJETNatureAction() - Constructor for class org.eclipse.emf.codegen.action.AddJETNatureAction
-
- addJNodePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JModelElementItemProvider
-
This adds a property descriptor for the JNode feature
- addKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
-
This adds a property descriptor for the Key feature
- addKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
-
This adds a property descriptor for the Key feature
- addKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
-
This adds a property descriptor for the Key feature
- addKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
-
This adds a property descriptor for the Key feature
- addKeysPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
-
This adds a property descriptor for the Keys feature
- addKindPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
-
This adds a property descriptor for the Kind feature
- addLabelFeaturePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
-
This adds a property descriptor for the Label Feature feature.
- addLanguagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Language feature
- addLastNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
-
This adds a property descriptor for the Last Name feature
- AddLibraryCommand - Class in org.eclipse.emf.examples.extlibrary.actions
-
The extended library example supports multi-rooted resources
and therefore this command will add a library to the resource.
- AddLibraryCommand(EditingDomain, EList<?>, Object) - Constructor for class org.eclipse.emf.examples.extlibrary.actions.AddLibraryCommand
-
Constructor
- addLine() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
-
- addLine() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- addLineBreakAfterNode(TextEdit, ITrackedNodePosition, ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
-
If there is anything after the node, inserts the line break to prevent commenting
out extra content.
- addLineBreakBeforeNode(TextEdit, ITrackedNodePosition, ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
-
Add line break before the node if needed.
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
-
This adds a listener
- addListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
-
- addListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
-
Adds another listener from the adapter list.
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
-
This adds a listener
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
-
This adds a listener
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
-
This adds a listener
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ChangeNotifier
-
This adds another listener.
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
-
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
-
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
-
Adds a listener to receive this wrapper's repeated notifications.
- addListener(INotifyChangedListener) - Method in interface org.eclipse.emf.edit.provider.IChangeNotifier
-
This adds another listener.
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProvider
-
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
-
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
-
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
-
This adds a listener.
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
-
This adds a listener.
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
-
This adds a listener.
- addListener(ILabelProviderListener) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
-
Since we won't ever generate these notifications, we can just ignore this.
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
-
This adds a listener
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
-
This adds a listener
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
-
This adds a listener
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
-
This adds a listener
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
-
- addListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
-
This adds a listener.
- addLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
-
This adds a property descriptor for the Literal feature
- addLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
-
This adds a property descriptor for the Literal feature
- addLiteralsInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Literals Interface feature
- addLoadInitializationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Load Initialization feature
- addLocalPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
-
This adds a property descriptor for the Local feature
- addLowerBoundPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
-
This adds a property descriptor for the Lower Bound feature
- addManagerPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EmployeeItemProvider
-
This adds a property descriptor for the Manager feature
- addManyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
-
This adds a property descriptor for the Many feature
- AddMappingCommand - Class in org.eclipse.emf.mapping.command
-
The create mapping command creates a new mapping in a
MappingDomain
from a set of the domain's input and output objects.
- AddMappingCommand(MappingDomain, Collection<?>) - Constructor for class org.eclipse.emf.mapping.command.AddMappingCommand
-
This creates a command instance that adds the new mappings in the collection into the appropriate place in the mapping root's.
- addMasterImport(String, String) - Method in class org.eclipse.emf.codegen.util.ImportManager
-
Reserves the import mapping for the given package and short name of the compilation unit.
- addMembersPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Members feature
- addMetaDataPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Meta Data Package Suffix feature
- addMethodPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JParameterItemProvider
-
This adds a property descriptor for the Method feature
- addMethodsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Methods feature
- addMinimalReflectiveMethodsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Minimal Reflective Methods feature
- addMinutesLengthPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
-
This adds a property descriptor for the Minutes Length feature
- addModelDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Model Directory feature
- addModelNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Model Name feature
- addModelPathArgument() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
-
- addModelPluginClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Model Plugin Class feature
- addModelPluginIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Model Plugin ID feature
- addModelPluginVariablesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Model Plugin Variables feature
- addModificationTrackingAdapters(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
-
- addMoveToIndexPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
-
This adds a property descriptor for the Move To Index feature
- addMultipleEditorPagesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Multiple Editor Pages feature
- addMultiplicityPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
-
This adds a property descriptor for the Multiplicity feature
- addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
-
This adds a property descriptor for the Name feature
- addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XNamedElementItemProvider
-
This adds a property descriptor for the Name feature
- addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
-
This adds a property descriptor for the Name feature
- addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.WriterItemProvider
-
This adds a property descriptor for the Name feature
- addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JModelElementItemProvider
-
This adds a property descriptor for the Name feature
- addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
-
This adds a property descriptor for the Name feature
- addNamespaceDeclarations() - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
-
- addNamespaceDeclarations() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
-
- addNativePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Native feature
- addNode(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
-
- addNode(RoseNode) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
-
- addNoNamespacePackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
-
This adds a property descriptor for the No Namespace Package feature
- addNonDuplicates(Collection<T>, Collection<? extends T>, Set<T>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
-
- addNonNLSMarkersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Non NLS Markers feature
- addNotification(IViewerNotification) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider.ViewerRefresh
-
Adds a viewer notification to the queue that will be processed by this ViewerRefresh
.
- addNotifyPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
-
This adds a property descriptor for the Notify feature
- addNSDeclaration(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
-
- addNsPrefixPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
-
This adds a property descriptor for the Ns Prefix feature
- addNsURIPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
-
This adds a property descriptor for the Ns URI feature
- addObjectsToDetachPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
-
This adds a property descriptor for the Objects To Detach feature
- addObjectToSelect(Object) - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
-
- addOperationReflectionPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Operation Reflection feature
- addOppositePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
-
This adds a property descriptor for the Opposite feature
- addOptimizedHasChildrenPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Optimized Has Children feature
- addOrderedPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
-
This adds a property descriptor for the Ordered feature
- AddOutputRootAction - Class in org.eclipse.emf.mapping.ecore2ecore.action
-
- AddOutputRootAction() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.action.AddOutputRootAction
-
- AddOverrideCommand - Class in org.eclipse.emf.mapping.command
-
This command overrides the AddCommand to additionally map the added object(s) to corresponding inputs.
- AddOverrideCommand(MappingDomain, AddCommand) - Constructor for class org.eclipse.emf.mapping.command.AddOverrideCommand
-
This creates a command instance that adds and then maps the added object(s).
- addOwners(Command) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
-
Helper method that builds the list of owners, recursively for command wrappers and/or compound commands.
- addPackagePrefix(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
-
- addPackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Package feature
- addPackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
-
This adds a property descriptor for the Package feature
- addPackageSuffix(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
-
- addPackedEnumsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Packed Enums feature
- addPages() - Method in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
-
- addPages() - Method in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
-
- addPages() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
-
- addPages() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
-
The framework calls this to create the contents of the wizard.
- addPages() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
-
The framework calls this to create the contents of the wizard
- addPages() - Method in class org.eclipse.emf.ecore.xcore.exporter.ui.XcoreExporterWizard
-
- addPages() - Method in class org.eclipse.emf.ecore.xcore.importer.ui.XcoreImporterWizard
-
- addPages() - Method in class org.eclipse.emf.ecore.xcore.ui.EmptyXcoreProjectWizard
-
- addPages() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
-
The framework calls this to create the contents of the wizard
- addPages() - Method in class org.eclipse.emf.exporter.html.ui.HTMLExporterWizard
-
- addPages() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
-
- addPages() - Method in class org.eclipse.emf.importer.ecore.ui.EcoreImporterWizard
-
- addPages() - Method in class org.eclipse.emf.importer.java.ui.JavaImporterWizard
-
- addPages() - Method in class org.eclipse.emf.importer.rose.ui.RoseImporterWizard
-
- addPages() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
-
- addPages() - Method in class org.eclipse.emf.importer.ui.EMFProjectWizard
-
- addPages() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
-
The framework calls this to create the contents of the wizard
- addPages() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
-
The framework calls this to create the contents of the wizard
- addPagesPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
-
This adds a property descriptor for the Pages feature
- addParametersPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Parameters feature
- addPluginKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Plugin Key feature
- addPrefix(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
-
- addPrefix(String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
-
Records the prefix to URI mapping while loading an XML document.
- addPrefixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Prefix feature
- addPresentationPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Presentation Package Suffix feature
- addProcessingInstruction(FeatureMap, String, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
-
- addProcessingInstruction(FeatureMap, int, String, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
-
- addProcessingInstruction(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- addPropertyCategoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
-
This adds a property descriptor for the Property Category feature
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.emf.importer.rose.parser.RoseComponent
-
- addPropertyDescriptionPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
-
This adds a property descriptor for the Property Description feature
- addPropertyFilterFlagsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
-
This adds a property descriptor for the Property Filter Flags feature
- addPropertyMultiLinePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
-
This adds a property descriptor for the Property Multi Line feature
- addPropertyPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
-
This adds a property descriptor for the Property feature
- addPropertySortChoicesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
-
This adds a property descriptor for the Property Sort Choices feature
- addProviderPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Provider Package Suffix feature
- addProviderPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
-
This adds a property descriptor for the Provider feature
- addProviderRootExtendsClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Provider Root Extends Class feature
- addProxy(EObject, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
-
- addPseudoImport(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
-
- addPseudoImport(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- addPseudoImport(String) - Method in class org.eclipse.emf.codegen.util.ImportManager
-
Registers a pseudo-import for the given qualified name.
- addPublicationDatePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.ItemItemProvider
-
This adds a property descriptor for the Publication Date feature
- addPublicConstructorsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Public Constructors feature
- addQualifiedEditorPackageNames(List<String>, GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- addQualifiedEditPackageNames(List<String>, GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- addQualifiedModelPackageNames(List<String>, GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- addQualifiedTestsPackageNames(List<String>, GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- addReaderPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
-
This adds a property descriptor for the Reader feature
- addReadonlyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
-
This adds a property descriptor for the Readonly feature
- addRedirectionPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Redirection feature
- addReferencedGenModels(List<GenModel>) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
-
- addReferencedGenModels(List<GenModel>) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
-
- addReferencedGenModelsTreeCheckStateManager(Tree) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
-
- addReferencedGenModelsTreeCheckStateManager(Tree) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
-
- addReferencedGenModelsTreeColumns(CheckboxTreeViewer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
-
- addReferencedGenModelsTreeColumns(CheckboxTreeViewer) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
-
- addReferencesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
-
This adds a property descriptor for the References feature
- addReferencesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
-
This adds a property descriptor for the References feature
- addReferenceValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
-
This adds a property descriptor for the Reference Value feature
- addRequiredPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
-
This adds a property descriptor for the Required feature
- addResolveProxiesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
-
This adds a property descriptor for the Resolve Proxies feature
- addResolveProxiesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
-
This adds a property descriptor for the Resolve Proxies feature
- addResourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Resource feature
- addResourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
-
This adds a property descriptor for the Resource feature
- addResourceURIPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
-
This adds a property descriptor for the Resource URI feature
- address - Variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
-
The cached value of the '
Address
' attribute
- address - Variable in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
-
The cached value of the '
Address
' attribute
- ADDRESS_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
-
The default value of the '
Address
' attribute
- ADDRESS_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
-
The default value of the '
Address
' attribute
- Addressable - Interface in org.eclipse.emf.examples.extlibrary
-
A representation of the model object 'Addressable'
- ADDRESSABLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
- ADDRESSABLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
- ADDRESSABLE__ADDRESS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Address' attribute
- ADDRESSABLE__ADDRESS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Address' attribute feature
- ADDRESSABLE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The number of structural features of the 'Addressable' class
- addReturnTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Return Type feature
- addRichAjaxPlatformPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Rich Ajax Platform feature
- addRichClientPlatformPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Rich Client Platform feature
- AddRootBottomAction - Class in org.eclipse.emf.mapping.action
-
This adds new root inputs to the mapping domain's root mapping.
- AddRootBottomAction() - Constructor for class org.eclipse.emf.mapping.action.AddRootBottomAction
-
- addRootExtendsClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Root Extends Class feature
- addRootExtendsInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Root Extends Interface feature
- addRootImplementsInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Root Implements Interface feature
- AddRootTopAction - Class in org.eclipse.emf.mapping.action
-
This adds new root inputs to the mapping domain's root mapping.
- AddRootTopAction() - Constructor for class org.eclipse.emf.mapping.action.AddRootTopAction
-
- addRuntimeCompatibilityPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Runtime Compatibility feature
- addRuntimeJarPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Runtime Jar feature
- addRuntimePlatformPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Runtime Platform feature
- addRuntimeVersionPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Runtime Version feature
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
-
This implements org.eclipse.jface.viewers.ISelectionProvider
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
-
This implements org.eclipse.jface.viewers.ISelectionProvider
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
-
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
-
This implements org.eclipse.jface.viewers.ISelectionProvider
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.java.presentation.JavaEditor
-
This implements org.eclipse.jface.viewers.ISelectionProvider
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
-
This implements org.eclipse.jface.viewers.ISelectionProvider
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
-
This implements org.eclipse.jface.viewers.ISelectionProvider
.
- addSelectionPage() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
-
- addSerializablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
-
This adds a property descriptor for the Serializable feature
- addSerializablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
-
This adds a property descriptor for the Serializable feature
- addSetPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
-
This adds a property descriptor for the Set feature
- addSourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
-
This adds a property descriptor for the Source feature
- addSourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
-
This adds a property descriptor for the Source feature
- addSourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
-
This adds a property descriptor for the Source feature
- addSourceURIPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationDirectiveItemProvider
-
This adds a property descriptor for the Source URI feature
- addStaticPackagesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Static Packages feature
- addStaticPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
-
This adds a property descriptor for the Static feature
- addSuperInterface(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
-
- addSuperInterface(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
-
- addSuperInterface(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
-
- addSuperInterface(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JEnum
-
Adds an interface to the list of interfaces.
- addSuperInterface(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JType
-
Adds the given interface name to the names of interfaces that this type implements or extends
(the name will be added after the existing interface names).
- addSuperTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Super Types feature
- addSuppressContainmentPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Suppress Containment feature
- addSuppressEMFMetaDataPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Suppress EMF Meta Data feature
- addSuppressEMFModelTagsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Suppress EMF Model Tags feature
- addSuppressEMFTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Suppress EMF Types feature
- addSuppressGenModelAnnotationsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Suppress Gen Model Annotations feature
- addSuppressInterfacesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Suppress Interfaces feature
- addSuppressNotificationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Suppress Notification feature
- addSuppressUnsettablePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Suppress Unsettable feature
- addSwitch(Switch<T>) - Method in class org.eclipse.emf.ecore.util.ComposedSwitch
-
- addSynchronizedPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
-
This adds a property descriptor for the Synchronized feature
- addTableProvidersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Table Providers feature
- addTargetNamespacePropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
-
This adds a property descriptor for the Target Namespace feature
- addTemplateDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Template Directory feature
- addTemplatePluginVariablesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Template Plugin Variables feature
- addTestsDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Tests Directory feature
- addTestsPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Tests Package Suffix feature
- addTestsPluginIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Tests Plugin ID feature
- addTestsPluginVariablesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Tests Plugin Variables feature
- addTestSuiteClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Test Suite Class feature
- addText(FeatureMap, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
-
- addText(FeatureMap, int, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
-
- addText(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- addThrowablePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Throwable feature
- addTitlePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
-
This adds a property descriptor for the Title feature
- addTitlePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
-
This adds a property descriptor for the Title feature
- addTitlePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PeriodicalItemProvider
-
This adds a property descriptor for the Title feature
- addTo(Object) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener
-
- addTo(Object) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFMapPropertyListener
-
- addTo(Calendar) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
-
- addToFrontOfBuildSpec(String) - Method in class org.eclipse.emf.codegen.jet.JETNature
-
Adds a builder to the build specification for the given project.
- addToPackage(EPackage, EClassifier) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
-
- addToResource(EPackage, ResourceSet) - Method in class org.eclipse.emf.importer.ecore.EcoreImporter
-
- addToResource(EPackage, ResourceSet) - Method in class org.eclipse.emf.importer.ModelImporter
-
- addTransientPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
-
This adds a property descriptor for the Transient feature
- addTransientPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
-
This adds a property descriptor for the Transient feature
- addTransientPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
-
This adds a property descriptor for the Transient feature
- addTypeMapping(String, String) - Method in class org.eclipse.emf.mapping.domain.PluginAdapterFactoryMappingDomain
-
- addTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
-
This adds a property descriptor for the Type feature
- addTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
-
This adds a property descriptor for the Type feature
- addTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JParameterItemProvider
-
This adds a property descriptor for the Type feature
- addTypeSafeEnumCompatiblePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
-
This adds a property descriptor for the Type Safe Enum Compatible feature
- addTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
-
This adds a property descriptor for the Types feature
- addTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JPackageItemProvider
-
This adds a property descriptor for the Types feature
- addUnique(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
-
Adds the object at the end of the list;
it does no uniqueness checking.
- addUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
-
Adds the object at the given index in the list;
it does no ranging checking or uniqueness checking.
- addUnique(E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Adds the object at the end of the list;
it does no uniqueness checking.
- addUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Adds the object at the given index in the list;
it does no ranging checking or uniqueness checking.
- addUnique(E) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Adds the object at the end of the list;
it does no uniqueness checking.
- addUnique(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Adds the object at the given index in the list;
it does no ranging checking or uniqueness checking.
- addUnique(E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Adds the object at the end of the list;
it does no uniqueness checking.
- addUnique(int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Adds the object at the given index in the list;
it does no ranging checking or uniqueness checking.
- addUnique(E) - Method in class org.eclipse.emf.common.util.BasicEList
-
Adds the object at the end of the list;
it does no uniqueness checking.
- addUnique(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
-
Adds the object at the given index in the list;
it does no ranging checking or uniqueness checking.
- addUnique(E) - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Adds the object at the end of the list;
it does no uniqueness checking.
- addUnique(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Adds the object at the given index in the list;
it does no ranging checking or uniqueness checking.
- addUnique(E) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- addUnique(int, E) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- addUnique(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addUnique(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addUnique(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addUnique(FeatureMap.Entry.Internal) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- addUnique(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addUnique(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addUnique(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addUnique(FeatureMap.Entry.Internal) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- addUnique(Map.Entry<K, V>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Add the object without verifying uniqueness.
- addUnique(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Add the object without verifying uniqueness.
- addUnique(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- addUnique(EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- addUnique(FeatureMap.Entry.Internal) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- addUnique(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- addUnique(int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- addUnique(FeatureMap.Entry.Internal) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- addUnique(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- addUnique(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- addUnique(E) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Adds the object without verifying uniqueness.
- addUnique(int, E) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Adds the object without verifying uniqueness.
- addUniqueGenPackages(List<GenPackage>, List<GenPackage>) - Static method in class org.eclipse.emf.importer.util.ImporterUtil
-
Removes any GenPackage from genPackages that has the same NSURI of a
genPackage in genPackagesToAdd.
- addUniquePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
-
This adds a property descriptor for the Unique feature
- addUniquePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
-
This adds a property descriptor for the Unique feature
- addUnitPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
-
This adds a property descriptor for the Unit feature
- addUnorderedPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
-
This adds a property descriptor for the Unordered feature
- addUnsettablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
-
This adds a property descriptor for the Unsettable feature
- addUnsettablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
-
This adds a property descriptor for the Unsettable feature
- addUpdateClasspathPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
-
This adds a property descriptor for the Update Classpath feature
- addUpperBoundPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
-
This adds a property descriptor for the Upper Bound feature
- addURIControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
-
- addURIControl(Composite) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
-
- addUtilityPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
-
This adds a property descriptor for the Utility Package Suffix feature
- addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
-
This adds a property descriptor for the Value feature
- addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
-
This adds a property descriptor for the Value feature
- addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
-
This adds a property descriptor for the Value feature
- addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
-
This adds a property descriptor for the Value feature
- addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
-
This adds a property descriptor for the Value feature
- addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
-
This adds a property descriptor for the Value feature
- addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
-
This adds a property descriptor for the Value feature
- addValuesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
-
This adds a property descriptor for the Values feature
- addValueToListProperty(ASTNode, ASTNode, ChildListPropertyDescriptor) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
-
Adds value
to the property of the node.
- addValueToListProperty(ASTNode, String, ChildListPropertyDescriptor, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
-
Adds value
as a new string place-holder to the property
of the node
.
- addVariable(String, String) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
-
Registers the specified classpath variable in the workspace
and adds a classpath entry to the
classpath entry list
.
- addViewer(Viewer) - Method in class org.eclipse.emf.common.ui.action.ViewerFilterAction
-
- addVisibilityPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
-
This adds a property descriptor for the Visibility feature
- addVolatilePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
-
This adds a property descriptor for the Volatile feature
- addVolatilePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
-
This adds a property descriptor for the Volatile feature
- addVolatilePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
-
This adds a property descriptor for the Volatile feature
- addWhitespaceAfterPosition(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
-
If possible, extends given position to include any whitespace following the position.
- addXbaseLibToClasspath(Issue, IssueResolutionAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
-
- addXcoreLibToClasspath(Issue, IssueResolutionAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
-
- addXMLRepresentationPropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
-
This adds a property descriptor for the XML Representation feature
- adjust(Rectangle, Rectangle) - Static method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- adjustAttributes(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
-
- adjustEditAndEditorProjects() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
-
- adjustEPackage(Monitor, EPackage) - Method in class org.eclipse.emf.importer.ModelImporter
-
- adjustEPackages(Monitor) - Method in class org.eclipse.emf.importer.ecore.EcoreImporterApplication
-
- adjustEPackages(Monitor) - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
-
- adjustEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporter
-
- adjustEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
-
- adjustEPackages(Monitor) - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
-
- adjustEPackagesTableViewer(CheckboxTableViewer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
-
- adjustEPackagesTableViewer(CheckboxTableViewer) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
-
- adjustEPackagesTableViewer(CheckboxTableViewer) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
-
- adjustGenModel() - Method in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
-
- adjustGenModel(Monitor) - Method in class org.eclipse.emf.ecore.xcore.importer.XcoreImporter
-
- adjustGenModel() - Method in class org.eclipse.emf.exporter.ModelExporter
-
- adjustGenModel(Monitor) - Method in class org.eclipse.emf.importer.ecore.EcoreImporter
-
- adjustGenModel(Monitor) - Method in class org.eclipse.emf.importer.java.JavaImporter
-
- adjustGenModel(Monitor) - Method in class org.eclipse.emf.importer.ModelImporter
-
- adjustGenModel(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
-
- adjustGenModel(Monitor) - Method in class org.eclipse.emf.importer.rose.RoseImporter
-
- adjustGenPackageDuringTraverse(GenPackage) - Method in class org.eclipse.emf.importer.ModelImporter
-
- adjustKnownPathMapSymbols(String) - Method in class org.eclipse.emf.importer.rose.RoseImporter
-
- adjustLoadButton() - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
-
- adjustLoadButton() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
-
- adjustMarker(IMarker, Diagnostic, Diagnostic) - Method in class org.eclipse.emf.common.ui.MarkerHelper
-
Clients should override this method to update the marker associated with the diagnostic.
- adjustMarker(IMarker, Diagnostic, Diagnostic) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction.EclipseResourcesUtil
-
- adjustMarker(IMarker, Diagnostic, Diagnostic) - Method in class org.eclipse.emf.edit.ui.util.EditUIMarkerHelper
-
- adjustMarker(IMarker, Diagnostic) - Method in class org.eclipse.emf.edit.ui.util.EditUIMarkerHelper
-
- adjustModelConverterWizard(IWizard) - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
-
- adjustModelConverterWizard(IWizard) - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard.SelectionPage
-
- adjustModelConverterWizard(IWizard) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard.SelectionPage
-
- adjustModelExporterWizard(IWorkbenchWizard, ModelExporterDescriptor) - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
-
- adjustModelImporter(Monitor) - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
-
- adjustModelImporter(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
-
- adjustModelImporter(Monitor) - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
-
- adjustModelImporterAfterPrepare() - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
-
- adjustModelImporterAfterPrepare() - Method in class org.eclipse.emf.importer.ModelImporterApplication
-
- adjustModelImporterWizard(IModelImporterWizard, ModelImporterDescriptor) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
-
- adjustModelImporterWizard(IModelImporterWizard, ModelImporterDescriptor) - Method in class org.eclipse.emf.importer.ui.EMFProjectWizard
-
- adjustPathMap(RoseUtil) - Method in class org.eclipse.emf.importer.rose.RoseImporter
-
- adjustReferencedGenModelsTreeViewer(CheckboxTreeViewer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
-
- adjustSourceCompatibility(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
-
- adjustUsedGenPackages() - Method in class org.eclipse.emf.importer.ModelImporter
-
- adjustWrapperIndex(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
-
If the given object implements
IWrapperItemProvider
and specifies an index, that index is adjusted by the
given increment.
- adjustWrapperIndices(List<Object>, int, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
-
For each element of the given list, starting at
from
, that implements
IWrapperItemProvider
and specifies an index, that index is adjusted by the given increment.
- adjustWrapperIndices(List<Object>, int, int, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
-
For each element of the given list, between
from
and
to
, that implements
IWrapperItemProvider
and specifies an index, that index is adjusted by the given increment.
- adoptContent(EReference, JModelElement) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
-
- advance(int) - Method in class org.eclipse.emf.codegen.jet.JETReader
-
- Advisor - Class in org.eclipse.emf.codegen.ecore.templates.editor
-
- Advisor() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
-
- ADVISOR_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
-
- advisorEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
- advisorTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
- AESCipherImpl - Class in org.eclipse.emf.ecore.resource.impl
-
EMF implementation for the URIConverter.Cipher
interface using
the AES encryption algorithm.
- AESCipherImpl(String) - Constructor for class org.eclipse.emf.ecore.resource.impl.AESCipherImpl
-
- affectedObjects - Variable in class org.eclipse.emf.edit.command.AddCommand
-
- affectedObjects - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
-
- affectedObjects - Variable in class org.eclipse.emf.edit.command.RemoveCommand
-
- affectedObjects - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
-
- affectedObjects - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
-
- affectedObjects - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand
-
- affiliation - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
-
- afterVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
-
- afterVisitChildren(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
-
- allContainersState - Variable in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter
-
- allContentsIterable(EObject) - Static method in class org.eclipse.emf.ecore.xcore.XcoreExtensions
-
- allContentsIterable(Resource) - Static method in class org.eclipse.emf.ecore.xcore.XcoreExtensions
-
- allEClasses - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
-
- allEPackages - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
-
- allGenFeatures - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl.CollidingGenOperationFilter
-
- allocateEClassID() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EPackageData
-
- allocateEClassID() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EPackageData
-
- allocateFeatureMapEntryArray(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
-
- allocateIntArray(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
-
- allocateInternalEObjectArray(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
-
- allocateSettings(int) - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
-
- allocateSettings(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
-
- allocateSettings(int) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
-
- allocateSettings(int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
-
- allowControlCharacters - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
-
- allPrefixToURI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
-
- allRoots - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
-
- allTypes - Variable in class org.eclipse.emf.java.impl.JClassImpl
-
- ALPHA_HI - Static variable in class org.eclipse.emf.common.util.URI
-
- ALPHA_LO - Static variable in class org.eclipse.emf.common.util.URI
-
- ALPHANUM_HI - Static variable in class org.eclipse.emf.common.util.URI
-
- ALPHANUM_LO - Static variable in class org.eclipse.emf.common.util.URI
-
- AMP - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
-
- analyzeCompilationUnit(IDOMCompilationUnit) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
-
Deprecated.
- analyzeCompilationUnit(JCompilationUnit) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
-
Walks the compilation unit to analyze the type.
- analyzeEGenericTypes(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
-
- analyzeEnum(JEnum) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
-
- analyzeEnumLiteral(EEnum, JMember) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
-
Creates EEnumLiteral as appropriate.
- analyzeField(IDOMField) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
-
Deprecated.
- analyzeForNonContainment(Command) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
-
- analyzeImport(IDOMImport) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
-
Deprecated.
- analyzeInitializer(IDOMInitializer) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
-
Deprecated.
- analyzeLists(EList<?>, EList<?>) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
-
Analyzes the differences between two lists, returning the
list changes
that describe how the
newList
could be changed to the contents of
oldList
.
- analyzeLists(EList<Object>, EList<?>, EList<ListChange>) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
-
Analyzes the differences between two lists, adding new
list changes
to the
specified
listChanges
.
- analyzeMethod(IDOMMethod) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
-
Deprecated.
- analyzeMethod(EClass, JMethod) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
-
Creates an EOperation, EAttribute, or EReference as appropriate.
- analyzeMethod(EClass, String, String, String, String[], String[], String[], String[]) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
-
- analyzePackage(IDOMPackage) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
-
Deprecated.
- analyzeProject(IProject) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
-
- analyzeResourceProblems(Resource, Exception) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
-
Returns a diagnostic describing the errors and warnings listed in the resource
and the specified exception (if any)
- analyzeResourceProblems(Resource, Exception) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
-
Returns a diagnostic describing the errors and warnings listed in the resource
and the specified exception (if any)
- analyzeResourceProblems(Resource, Exception) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
-
Returns a diagnostic describing the errors and warnings listed in the resource
and the specified exception (if any)
- analyzeResourceProblems(Resource, Exception) - Method in class org.eclipse.emf.java.presentation.JavaEditor
-
Returns a diagnostic describing the errors and warnings listed in the resource
and the specified exception (if any)
- analyzeResourceProblems(Resource, Exception) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
-
Returns a diagnostic describing the errors and warnings listed in the resource
and the specified exception (if any)
- analyzeType(IDOMType) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
-
Deprecated.
- analyzeType(JType) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
-
Walks the type either as an EClass or an ENum to analyze either the methods or the fields.
- ancestorInserted() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
-
Notifies the node that one of ancestors in the hierarchy or this node itself was inserted.
- ancestorToBeRemoved() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
-
Notifies the node that one of ancestors in the hierarchy or this node itself will be removed.
- annotateAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
-
- ANNOTATION - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
-
Annotation property flag (added in J2SE 1.5).
- ANNOTATION_DETAIL_PATTERN - Static variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
-
- ANNOTATION_PATTERN - Static variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
-
- ANNOTATION_URI - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
-
The URI used as the annotation source: "http:///org/eclipse/emf/ecore/util/ExtendedMetaData".
- annotationDirectives - Variable in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
-
- annotationMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
-
- annotationMap - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- annotations - Variable in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
-
The cached value of the '
Annotations
' containment reference list
- annotationTypeMemberMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
-
- annotationURI - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- ANY_SIMPLE_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The meta object id for the 'Any Simple Type' data type
- ANY_SIMPLE_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the 'Any Simple Type' data type
- ANY_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The meta object id for the '
Any Type
' class
- ANY_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the '
Any Type
' class
- ANY_TYPE__ANY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The feature id for the 'Any' attribute list
- ANY_TYPE__ANY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the 'Any' attribute list feature
- ANY_TYPE__ANY_ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The feature id for the 'Any Attribute' attribute list
- ANY_TYPE__ANY_ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the 'Any Attribute' attribute list feature
- ANY_TYPE__MIXED - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The feature id for the 'Mixed' attribute list
- ANY_TYPE__MIXED - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the 'Mixed' attribute list feature
- ANY_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The number of structural features of the 'Any Type' class
- ANY_URI - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The meta object id for the 'Any URI' data type
- ANY_URI - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the 'Any URI' data type
- ANY_WILDCARD - Static variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
-
- anyAttribute - Variable in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
-
- anyPrefixesToURIs - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
-
- anySimpleType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- anySimpleType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
-
- anySimpleType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
-
- anySimpleType - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
-
- anyType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- anyType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
-
- AnyType - Interface in org.eclipse.emf.ecore.xml.type
-
A representation of the model object 'Any Type'
- anyType - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
-
- AnyTypeImpl - Class in org.eclipse.emf.ecore.xml.type.impl
-
An implementation of the model object 'Any Type'
- AnyTypeImpl() - Constructor for class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
-
- anyURI - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
-
- anyXML - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
-
- APOS - Static variable in class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
-
constants for escapes
- appContext - Variable in class org.eclipse.emf.oda.ecore.impl.Connection
-
- append(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
-
Adds a command to this compound command's list of commands.
- append(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence
-
Returns an instance with the given additional segments.
- append(String) - Method in class org.eclipse.emf.common.util.SegmentSequence
-
Returns an instance with the additional segment or segments, if the given segment contains '/'.
- append(String...) - Method in class org.eclipse.emf.common.util.SegmentSequence
-
- append(String) - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
-
Appends a string to the builder and returns the builder itself.
- append(char) - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
-
Appends a string representation of the character to the builder and returns the builder itself.
- append(CharSequence) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreAppendable
-
- appendAndExecute(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
-
Checks if the command can execute;
if so, it is executed, appended to the list, and true is returned,
if not, it is just disposed and false is returned.
- appendAndExecute(Command) - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
-
Checks if the command can execute;
if so, it is executed, appended to the list, and true
is returned,
if not, it is just disposed and false
is returned.
- appendAnnotationInfo(StringBuffer, EModelElement) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
-
- appendAnnotationInfo(StringBuffer, EModelElement, GenBaseImpl.AnnotationFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
-
- appendAnnotationInfo(StringBuffer, boolean, EModelElement, GenBaseImpl.AnnotationFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
-
- appendEscaped(StringBuffer, byte) - Static method in class org.eclipse.emf.common.util.URI
-
- appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI
-
Returns the URI formed by appending a period (".") followed by the
specified file extension to the last path segment of this URI, if it is
hierarchical with a non-empty path ending in a non-empty segment;
otherwise, this URI is returned unchanged.
- appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
-
- appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
-
- appendFragment(String) - Method in class org.eclipse.emf.common.util.URI
-
Returns the URI formed from this URI and the given fragment.
- appendFragment(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
-
- appendIfCanExecute(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
-
Adds a command to this compound command's the list of commands and returns true
,
if command.
- appendLine(StringBuffer, String) - Method in class org.eclipse.emf.importer.ModelImporterApplication
-
- appendLineBreak(StringBuffer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
-
- appendModelSetting(StringBuffer, String, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
-
- appendModelSetting(StringBuffer, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
-
- appendModelSetting(StringBuffer, boolean, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
-
- appendPath(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
-
Append to the end of the path of this URI.
- appendQuery(String) - Method in class org.eclipse.emf.common.util.URI
-
Returns the URI formed from this URI and the given query.
- appendQuery(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
-
- appendQuery(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
-
- appendSegment(String) - Method in class org.eclipse.emf.common.util.URI
-
Returns the URI formed by appending the specified segment on to the end
of the path of this URI, if hierarchical; this URI unchanged,
otherwise.
- appendSegment(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
-
- appendSegment(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
-
- appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI
-
Returns the URI formed by appending the specified segments on to the
end of the path of this URI, if hierarchical; this URI unchanged,
otherwise.
- appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI.Fragment
-
- appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
-
- appendType(JvmType, StringBuilder) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreImportManager
-
- AppEngineWebXML - Class in org.eclipse.emf.codegen.ecore.templates.editor
-
- AppEngineWebXML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
-
- apply() - Method in interface org.eclipse.emf.ecore.change.ChangeDescription
-
- apply(EObject) - Method in interface org.eclipse.emf.ecore.change.FeatureChange
-
- apply() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
-
- apply(EObject) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
-
- apply(EObject, boolean) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
-
- apply(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
-
- apply(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
-
- apply() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
-
- apply(boolean) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
-
- apply(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
-
- apply(EList<Object>) - Method in interface org.eclipse.emf.ecore.change.ListChange
-
- apply() - Method in interface org.eclipse.emf.ecore.change.ResourceChange
-
- apply(IDocument, ConfigurableCompletionProposal) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.ImportingTypesProposalProvider.FQNImporter
-
- apply(IDocument, ConfigurableCompletionProposal) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.OppositeReplacementTextApplier
-
- apply() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- applyAndReverse() - Method in interface org.eclipse.emf.ecore.change.ChangeDescription
-
- applyAndReverse(EObject) - Method in interface org.eclipse.emf.ecore.change.FeatureChange
-
- applyAndReverse() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
-
- applyAndReverse(EObject) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
-
- applyAndReverse(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
-
- applyAndReverse(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
-
- applyAndReverse() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
-
- applyAndReverse(EList<Object>) - Method in interface org.eclipse.emf.ecore.change.ListChange
-
- applyAndReverse() - Method in interface org.eclipse.emf.ecore.change.ResourceChange
-
- applyFormatRules(String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
-
Deprecated.
- applyFormatRules(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
-
- applyPullRules(IDOMNode, IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
-
Deprecated.
- applyPullRules(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
-
- applySortRules(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
-
Deprecated.
- applySortRules(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
-
- applySweepRules(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
-
Deprecated.
- applySweepRules(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
-
- ARCHIVE_IDENTIFIER - Static variable in class org.eclipse.emf.common.util.URI
-
- ARCHIVE_SCHEMES - Static variable in class org.eclipse.emf.common.util.URI
-
- ARCHIVE_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
-
- ArchiveURIHandlerImpl - Class in org.eclipse.emf.ecore.resource.impl
-
- ArchiveURIHandlerImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
-
Creates an instance.
- ArchiveURIHandlerImpl.Archive - Class in org.eclipse.emf.ecore.resource.impl
-
A specialized class for reading from an archive.
- ArchiveURIHandlerImpl.Archive(URI, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
-
- ArchiveURLConnection - Class in org.eclipse.emf.common.archive
-
A connection that can access an entry in an archive, and then recursively an entry in that archive, and so on.
- ArchiveURLConnection(URL) - Constructor for class org.eclipse.emf.common.archive.ArchiveURLConnection
-
Constructs a new connection for the URL.
- ArchiveURLConnection(String) - Constructor for class org.eclipse.emf.common.archive.ArchiveURLConnection
-
Constructs a new archive accessor.
- areCompatible(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
-
Checks if two nodes are compatible and can be merged.
- arguments - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
-
Cached array of arguments
- ARRAY_ACCESSORS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- ARRAY_SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- arrayAccessors - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- ArrayDelegatingEList<E> - Class in org.eclipse.emf.common.util
-
- ArrayDelegatingEList() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Creates an empty instance with no initial capacity.
- ArrayDelegatingEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Creates an instance that is a copy of the collection.
- ArrayDelegatingEList(Object[]) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Creates an initialized instance that directly uses the given arguments.
- ArrayDelegatingEList.EIterator<E1> - Class in org.eclipse.emf.common.util
-
An extensible iterator implementation.
- ArrayDelegatingEList.EIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
-
- ArrayDelegatingEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
-
An extensible list iterator implementation.
- ArrayDelegatingEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
-
Creates an instance.
- ArrayDelegatingEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
-
Creates an instance advanced to the index.
- ArrayDelegatingEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
-
An extended read-only iterator that does not
resolve
objects.
- ArrayDelegatingEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator
-
- ArrayDelegatingEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
-
An extended read-only list iterator that does not
resolve
objects.
- ArrayDelegatingEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
-
Creates an instance.
- ArrayDelegatingEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
-
Creates an instance advanced to the index.
- arrayType - Variable in class org.eclipse.emf.java.impl.JClassImpl
-
The cached value of the '
Array Type
' containment reference
- arrowDown() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- arrowLeft() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- arrowRight() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- arrowUp() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- artifactURI - Variable in class org.eclipse.emf.exporter.ModelExporter.ReferencedGenPackageExportInfo
-
- asEList(List<T>) - Static method in class org.eclipse.emf.common.util.ECollections
-
Returns an EList view of the specified list.
- asEList(T...) - Static method in class org.eclipse.emf.common.util.ECollections
-
Returns a mutable, fixed-size, random access EList backed by the given array.
- asEMap(Map<K, V>) - Static method in class org.eclipse.emf.common.util.ECollections
-
Returns a mutable EMap view of the specified map.
- asInstance(Object) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Checks whether the object is string array and casts it or return
null
- asInstance(Object) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
-
Returns the result of casting the object to E
, or null
if the object is not an instance of E
.
- asLocalURI(URI) - Static method in class org.eclipse.emf.common.CommonPlugin
-
Use the platform, if available, to convert to a local URI.
- asLocalURI(URI) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
-
Use the platform to convert to a local URI.
- asReader() - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Readable
-
Returns a reader that provides access to the same underlying data as the input stream itself.
- asReader() - Method in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
-
- assertPrepared() - Method in class org.eclipse.emf.oda.ecore.impl.Query
-
Asserts that this query has been prepared.
- assertSpecified() - Method in class org.eclipse.emf.oda.ecore.impl.Query
-
Asserts that a specification has been provided for this query.
- assertTrue(String, boolean) - Static method in class org.eclipse.emf.ant.taskdefs.EMFTask
-
Throws a BuildException if expression is false.
- assertTrue(String, boolean) - Static method in class org.eclipse.emf.ant.taskdefs.RemoveVersionTask
-
- assign(Object[], int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Assigns the object into the data storage at the given index and returns the object that's been stored.
- assign(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
-
Assigns the object into the data storage at the given index and returns the object that's been stored.
- assignIDsWhileLoading() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
-
- associate(Adapter, Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
Associates an adapter with a notifier by adding it to the target's
adapters
.
- associate(GenBase, XcoreJvmInferrer.JvmElementInferrer<? extends JvmIdentifiableElement>) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
-
- associate(Adapter, Notifier) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
-
- ASSOCIATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
-
- ASSOCIATION_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
-
- ast - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
-
AST of the source and converted node
- ast - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
-
AST of the source and converted node
- ASTFacadeHelper - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
- ASTFacadeHelper() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
-
- ASTFacadeHelper.ASTRewriteWithRemove - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Deprecated.
Just use ASTRewrite directly.
- ASTFacadeHelper.ASTRewriteWithRemove(AST) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper.ASTRewriteWithRemove
-
Deprecated.
- ASTJAbstractType<T extends AbstractTypeDeclaration> - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
- ASTJAbstractType(T) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
-
- ASTJAnnotation - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Wraps Annotation
object.
- ASTJAnnotation(Annotation) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
-
- ASTJAnnotationType - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Wraps AnnotationTypeDeclaration
object.
- ASTJAnnotationType(AnnotationTypeDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationType
-
- ASTJAnnotationTypeMember - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
- ASTJAnnotationTypeMember(AnnotationTypeMemberDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
-
- ASTJCompilationUnit - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Wraps CompilationUnit
object.
- ASTJCompilationUnit(CompilationUnit) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
-
- ASTJCompilationUnit.AbstractRewriter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Base class for additional rewriters used during rewrite process.
- ASTJCompilationUnit.AbstractRewriter() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.AbstractRewriter
-
- ASTJCompilationUnit.NodeCommenter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
- ASTJCompilationUnit.NodeCommenter() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
-
Enables tracking for all commented out nodes.
- ASTJCompilationUnit.NodeCommenter.LineBreakInserter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Class that inserts extra line breaks between nodes when nodes are being commented out.
- ASTJCompilationUnit.NodeCommenter.LineBreakInserter() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
-
- ASTJCompilationUnit.NodeContentsReplacer - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
- ASTJCompilationUnit.NodeContentsReplacer() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeContentsReplacer
-
- ASTJEnum - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
- ASTJEnum(EnumDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
-
- astjEnum - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
-
Enum to convert to type
- ASTJEnumConstant - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
- ASTJEnumConstant(EnumConstantDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
-
- ASTJField - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Represents a single variable in a field declaration.
- ASTJField(VariableDeclarationFragment, ASTFacadeHelper, ASTRewrite) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
-
Sets wrapped object to VariableDeclarationFragment
, and prepares variable
separation if required
- ASTJImport - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Wraps ImportDeclaration
object.
- ASTJImport(ImportDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJImport
-
- ASTJInitializer - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Wraps Initializer
object.
- ASTJInitializer(Initializer) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
-
- ASTJMember<T extends BodyDeclaration> - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Each ASTJMember
has a reference to BodyDeclaration
as a wrapped object.
- ASTJMember(T) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
-
- ASTJMethod - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Wraps MethodDeclaration
object.
- ASTJMethod(MethodDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
-
- ASTJNode<T extends ASTNode> - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Each subclass of ASTJNode
wraps subclass of ASTNode
.
- ASTJNode(T) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
-
- ASTJPackage - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Wraps PackageDeclaration
object.
- ASTJPackage(PackageDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJPackage
-
- ASTJType - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Wraps TypeDeclaration
object.
- ASTJType(TypeDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
-
- ASTNodeConverter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
- ASTNodeConverter(ASTFacadeHelper) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter
-
- ASTNodeConverter.Converter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Base class for all converters.
- ASTNodeConverter.Converter() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.Converter
-
- ASTNodeConverter.EnumToTypeConverter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Converter of enum to class.
- ASTNodeConverter.EnumToTypeConverter(ASTJEnum) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
-
- ASTNodeConverter.TypeToEnumConverter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
-
Converter of type to enum.
- ASTNodeConverter.TypeToEnumConverter(ASTJType) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
-
- asWriter() - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Writeable
-
Returns a writer that provides access to the same underlying data as the input stream itself.
- asWriter() - Method in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
-
- AT_MOST_ONE_ID - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
-
- ATT_URI - Static variable in class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Reader
-
- ATT_XMLMAP - Static variable in class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Reader
-
- attached - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard.PageHelper
-
- attached(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
-
- attached(EObject) - Method in interface org.eclipse.emf.ecore.resource.Resource.Internal
-
Called when the object is attached to this resource,
i.e., when it's
eResource
changes to be this one.
- attachedHelper(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
-
- attachedHelper(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
-
- attribs - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
-
- ATTRIBUTE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
-
- ATTRIBUTE_ARCHIVE - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
-
The archive
attribute
representing whether the contents of a URI are archived.
- ATTRIBUTE_DIRECTORY - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
-
The directory
attribute
representing whether the URI represents a directory rather than a file.
- ATTRIBUTE_EXECUTABLE - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
-
The execute
attribute
representing whether the contents of a URI can be executed.
- ATTRIBUTE_FEATURE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
-
The feature kind ID representing an attribute.
- ATTRIBUTE_FEATURE_MAP - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
-
- ATTRIBUTE_HIDDEN - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
-
The hidden
attribute
representing whether the URI is visible.
- ATTRIBUTE_LENGTH - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
-
The length
attribute
representing the number of bytes in the contents of a URI.
- ATTRIBUTE_READ_ONLY - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
-
The read only
attribute
representing whether the contents of a URI can be modified.
- ATTRIBUTE_SET - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
-
- ATTRIBUTE_TIME_STAMP - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
-
The time stamp
attribute
representing the last time the contents of a URI were modified.
- ATTRIBUTE_WILDCARD_FEATURE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
-
The feature kind ID representing an anyAttribute wildcard.
- attributeName - Variable in class org.eclipse.emf.ecore.plugin.RegistryReader.PluginClassDescriptor
-
- attributes - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element
-
- ATTRIBUTES - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
-
- attributes(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
-
- attributes - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
-
DOM attributes.
- ATTRIBUTES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
-
- ATTRIBUTES_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
-
- attributesToConvert - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
-
- AttributeValueWrapperItemProvider - Class in org.eclipse.emf.edit.provider
-
A wrapper implementation for simple attribute values.
- AttributeValueWrapperItemProvider(Object, EObject, EAttribute, AdapterFactory, ResourceLocator) - Constructor for class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
-
Creates an instance for a single-valued attribute.
- AttributeValueWrapperItemProvider(Object, EObject, EAttribute, int, AdapterFactory, ResourceLocator) - Constructor for class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
-
Creates an instance for a value within a multi-valued attribute.
- AttributeValueWrapperItemProvider(Object, EObject, EAttribute, AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
-
- AttributeValueWrapperItemProvider(Object, EObject, EAttribute, int, AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
-
- AUDIO_VISUAL_ITEM - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
- AUDIO_VISUAL_ITEM - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
- AUDIO_VISUAL_ITEM__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Borrowers' reference list
- AUDIO_VISUAL_ITEM__COPIES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Copies' attribute
- AUDIO_VISUAL_ITEM__DAMAGED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Damaged' attribute
- AUDIO_VISUAL_ITEM__DAMAGED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Damaged' attribute feature
- AUDIO_VISUAL_ITEM__MINUTES_LENGTH - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Minutes Length' attribute
- AUDIO_VISUAL_ITEM__MINUTES_LENGTH - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Minutes Length' attribute feature
- AUDIO_VISUAL_ITEM__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Publication Date' attribute
- AUDIO_VISUAL_ITEM__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Title' attribute
- AUDIO_VISUAL_ITEM__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Title' attribute feature
- AUDIO_VISUAL_ITEM_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The number of structural features of the 'Audio Visual Item' class
- AudioVisualItem - Interface in org.eclipse.emf.examples.extlibrary
-
A representation of the model object 'Audo Visual Item'
- AudioVisualItemImpl - Class in org.eclipse.emf.examples.extlibrary.impl
-
An implementation of the model object 'Audo Visual Item'
- AudioVisualItemImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
-
- AudioVisualItemItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
-
- AudioVisualItemItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
-
This constructs an instance from a factory and a notifier
- author - Variable in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
-
The cached value of the '
Author
' reference
- author - Variable in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
-
The cached value of the '
Author
' reference
- authority() - Method in class org.eclipse.emf.common.util.URI
-
If this is a hierarchical URI with an authority component, returns it;
null
otherwise.
- authority() - Method in class org.eclipse.emf.common.util.URI.Fragment
-
- authority - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
-
The authority of the hierarchical URI.
- authority() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
-
- AUTHORITY_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
-
- AUTHORITY_SEPARATOR_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
-
- autoBuild - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
-
- autoSetCreateChild() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
-
B
- background - Variable in class org.eclipse.emf.edit.provider.ItemProvider
-
- backgroundColor - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
-
- badFacadeHelperClasses - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator
-
- base - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
-
- base - Variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
-
The cached value of the '
Base
' attribute
- base - Variable in class org.eclipse.emf.importer.ecore.EcoreImporterApplication.PackageInfo
-
- base - Variable in class org.eclipse.emf.importer.java.JavaImporterApplication.PackageInfo
-
- base - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication.PackageInfo
-
- BASE64_BINARY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The meta object id for the 'Base64 Binary' data type
- BASE64_BINARY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the 'Base64 Binary' data type
- base64Binary - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
-
- BASE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
-
The default value of the '
Base
' attribute
- BASE_PACKAGE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
-
- BASE_URI - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
-
- baseCreateCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
-
- baseDir - Variable in class org.eclipse.emf.codegen.jet.JETMark
-
This is the base URI for relative paths.
- baseId - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
-
- basePackage - Variable in class org.eclipse.emf.codegen.ecore.Generator
-
- basePackage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
-
- basePackage - Variable in class org.eclipse.emf.importer.ModelImporter.EPackageImportInfo
-
- baseType - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
-
- baseURI - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
-
- baseURI - Variable in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl
-
- baseURIs - Variable in class org.eclipse.emf.codegen.jet.JETReader
-
- baseURL - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
-
The cached base URL.
- BASIC - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
-
The 'Basic' literal value
- basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
-
Adds the object at the end of the list and returns the potentially updated notification chain;
it does no
inverse
updating.
- basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Adds the object at the end of the list and returns the potentially updated notification chain;
it does no
inverse
updating.
- basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicAdd(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicAdd(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicAdd(Map.Entry<K, V>, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Add the object without updating the inverse.
- basicAdd(EStructuralFeature, Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicAdd(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicAdd(E, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Adds the object without updating the inverse.
- BasicChangeRecorder - Class in org.eclipse.emf.ecore.change.util
-
This class provides the basic methods required to implement a change recorder.
- BasicChangeRecorder() - Constructor for class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
-
- BasicCommandStack - Class in org.eclipse.emf.common.command
-
A basic and obvious implementation of an undoable stack of commands.
- BasicCommandStack() - Constructor for class org.eclipse.emf.common.command.BasicCommandStack
-
Creates a new empty instance.
- basicContains(Object) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicContains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicContains(Object) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicContains(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicContains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicContains(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicContains(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicContains(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
- basicContains(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicContains(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicContains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicContains(Object) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns whether the object is contained within the list of unresolved values.
- basicContains(Object) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
-
- basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicContainsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicContainsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
- basicContainsAll(EStructuralFeature, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicContainsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicContainsAll(Collection<?>) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns whether each object in the collection is contained within the list of unresolved values.
- basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
-
- basicCreate(EClass) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
-
- BasicDiagnostic - Class in org.eclipse.emf.common.util
-
A basic implementation of a diagnostic that that also acts as a chain.
- BasicDiagnostic() - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
-
Default Constructor (no initialization for local parameters)
- BasicDiagnostic(String, int, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
-
- BasicDiagnostic(int, String, int, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
-
- BasicDiagnostic(String, int, List<? extends Diagnostic>, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
-
- basicDiagnostic - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
-
A collection of the problems encountered during the processing.
- BasicEList<E> - Class in org.eclipse.emf.common.util
-
A highly extensible list implementation.
- BasicEList() - Constructor for class org.eclipse.emf.common.util.BasicEList
-
Creates an empty instance with no initial capacity.
- BasicEList(int) - Constructor for class org.eclipse.emf.common.util.BasicEList
-
Creates an empty instance with the given capacity.
- BasicEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.BasicEList
-
Creates an instance that is a copy of the collection.
- BasicEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList
-
Creates an initialized instance that directly uses the given arguments.
- BasicEList.BasicIndexOutOfBoundsException - Exception in org.eclipse.emf.common.util
-
An IndexOutOfBoundsException that constructs a message from the argument data.
- BasicEList.BasicIndexOutOfBoundsException(int, int) - Constructor for exception org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException
-
Constructs an instance with a message based on the arguments.
- BasicEList.EIterator<E1> - Class in org.eclipse.emf.common.util
-
Deprecated.
- BasicEList.EIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.EIterator
-
Deprecated.
- BasicEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
-
Deprecated.
- BasicEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
-
Deprecated.
Creates an instance.
- BasicEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
-
Deprecated.
Creates an instance advanced to the index.
- BasicEList.FastCompare<E> - Class in org.eclipse.emf.common.util
-
A
BasicEList
that
uses
==
instead of
equals
to compare members.
- BasicEList.FastCompare() - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
-
Creates an empty instance with no initial capacity.
- BasicEList.FastCompare(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
-
Creates an empty instance with the given capacity.
- BasicEList.FastCompare(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
-
Creates an instance that is a copy of the collection.
- BasicEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
-
Deprecated.
- BasicEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator
-
Deprecated.
- BasicEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
-
Deprecated.
- BasicEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
-
Deprecated.
Creates an instance.
- BasicEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
-
Deprecated.
Creates an instance advanced to the index.
- BasicEList.UnmodifiableEList<E> - Class in org.eclipse.emf.common.util
-
- BasicEList.UnmodifiableEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
-
Creates an initialized instance.
- BasicEMap<K,V> - Class in org.eclipse.emf.common.util
-
A highly extensible map implementation.
- BasicEMap() - Constructor for class org.eclipse.emf.common.util.BasicEMap
-
Creates an empty instance.
- BasicEMap(int) - Constructor for class org.eclipse.emf.common.util.BasicEMap
-
Creates an empty instance with the given capacity.
- BasicEMap(Map<? extends K, ? extends V>) - Constructor for class org.eclipse.emf.common.util.BasicEMap
-
Creates an instance that is a copy of the map.
- BasicEMap.BasicEMapIterator<U> - Class in org.eclipse.emf.common.util
-
An iterator over the map entry data.
- BasicEMap.BasicEMapKeyIterator - Class in org.eclipse.emf.common.util
-
An iterator over the map key data.
- BasicEMap.BasicEMapValueIterator - Class in org.eclipse.emf.common.util
-
An iterator over the map value data.
- BasicEMap.DelegatingMap - Class in org.eclipse.emf.common.util
-
- BasicEMap.DelegatingMap() - Constructor for class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
-
- BasicEMap.Entry<K,V> - Interface in org.eclipse.emf.common.util
-
An extended implementation interface for caching hash values
and for updating an entry that may be manufactured as a uninitialized instance by a factory.
- BasicEMap.EntryImpl - Class in org.eclipse.emf.common.util
-
A simple and obvious entry implementation.
- BasicEMap.EntryImpl(int, K, V) - Constructor for class org.eclipse.emf.common.util.BasicEMap.EntryImpl
-
Creates a fully initialized instance.
- BasicEMap.View<K,V> - Class in org.eclipse.emf.common.util
-
An implementation class to hold the views.
- BasicEMap.View() - Constructor for class org.eclipse.emf.common.util.BasicEMap.View
-
Creates an empty instance.
- BasicEObjectImpl - Class in org.eclipse.emf.ecore.impl
-
An implementation of the model object 'EObject'.
- BasicEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
Creates a basic EObject.
- BasicEObjectImpl.EPropertiesHolder - Interface in org.eclipse.emf.ecore.impl
-
An internal interface for holding less frequently members variables.
- BasicEObjectImpl.EPropertiesHolderBaseImpl - Class in org.eclipse.emf.ecore.impl
-
An internal class for holding the least frequently members variables.
- BasicEObjectImpl.EPropertiesHolderBaseImpl() - Constructor for class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
-
- BasicEObjectImpl.EPropertiesHolderImpl - Class in org.eclipse.emf.ecore.impl
-
An internal class for holding less frequently members variables.
- BasicEObjectImpl.EPropertiesHolderImpl() - Constructor for class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
- BasicExtendedMetaData - Class in org.eclipse.emf.ecore.util
-
This is a basic implementation of the extended metadata API.
- BasicExtendedMetaData() - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- BasicExtendedMetaData(EPackage.Registry) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- BasicExtendedMetaData(String, EPackage.Registry) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- BasicExtendedMetaData(String, EPackage.Registry, Map<EModelElement, EAnnotation>) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- BasicExtendedMetaData.EClassExtendedMetaDataImpl - Class in org.eclipse.emf.ecore.util
-
- BasicExtendedMetaData.EClassExtendedMetaDataImpl(EClass) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
-
- BasicExtendedMetaData.EClassifierExtendedMetaData - Interface in org.eclipse.emf.ecore.util
-
- BasicExtendedMetaData.EClassifierExtendedMetaData.Holder - Interface in org.eclipse.emf.ecore.util
-
- BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl - Class in org.eclipse.emf.ecore.util
-
- BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl(EDataType) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
-
- BasicExtendedMetaData.EPackageExtendedMetaData - Interface in org.eclipse.emf.ecore.util
-
- BasicExtendedMetaData.EPackageExtendedMetaData.Holder - Interface in org.eclipse.emf.ecore.util
-
- BasicExtendedMetaData.EPackageExtendedMetaDataImpl - Class in org.eclipse.emf.ecore.util
-
- BasicExtendedMetaData.EPackageExtendedMetaDataImpl(EPackage) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
-
- BasicExtendedMetaData.EStructuralFeatureExtendedMetaData - Interface in org.eclipse.emf.ecore.util
-
- BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.Holder - Interface in org.eclipse.emf.ecore.util
-
- BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl - Class in org.eclipse.emf.ecore.util
-
- BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl(EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
-
- BasicFeatureMap - Class in org.eclipse.emf.ecore.util
-
- BasicFeatureMap(InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- BasicFeatureMap(InternalEObject, int, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- BasicFeatureMap.FeatureEIterator<E> - Class in org.eclipse.emf.ecore.util
-
-------------------------------------------
- BasicFeatureMap.FeatureEIterator(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureEIterator
-
- BasicFeatureMap.FeatureMapEObjectImpl - Class in org.eclipse.emf.ecore.util
-
Temporary for testing purposes only.
- BasicFeatureMap.FeatureMapEObjectImpl() - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
-
- BasicFeatureMap.ResolvingFeatureEIterator<E> - Class in org.eclipse.emf.ecore.util
-
-------------------------------------------
- BasicFeatureMap.ResolvingFeatureEIterator(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.ResolvingFeatureEIterator
-
- BasicFeatureMap.ValueListIteratorImpl<E1> - Class in org.eclipse.emf.ecore.util
-
- BasicFeatureMap.ValueListIteratorImpl() - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
-
- BasicFeatureMap.ValueListIteratorImpl(int) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
-
- basicGet(int) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Returns the object at the index without
resolving
it.
- basicGet(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Returns the object at the index without
resolving
it.
- basicGet(int) - Method in class org.eclipse.emf.common.util.BasicEList
-
Returns the object at the index without
resolving
it.
- basicGet(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Returns the object at the index without
resolving
it.
- basicGet(int) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicGet(int) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicGet(int) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicGet(int) - Method in class org.eclipse.emf.ecore.util.EContentsEList
-
- basicGet(int) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
- basicGet(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicGet(int) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns the unresolved value.
- basicGetAffiliation(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetAttributeValue(String, String) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
-
- basicGetAuthor() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
-
- basicGetAuthor() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
-
- basicGetBaseType(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetContentKind(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetData() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
-
- basicGetDerivationKind(EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetEAttributeType() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
-
- basicGetEClassifier() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
-
- basicGetEcoreClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
-
- basicGetEcoreDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
-
- basicGetEcoreEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
-
- basicGetEcoreEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
-
- basicGetEcoreFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
-
- basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
-
- basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
-
- basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
-
- basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
-
- basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
-
- basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
-
- basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
-
- basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
-
- basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
-
- basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
-
- basicGetEcoreOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
-
- basicGetEcorePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
-
- basicGetEcoreParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
-
- basicGetEcoreTypeParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
-
- basicGetEnumerationFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetEOpposite() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
-
- basicGetEPackage() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
-
- basicGetERawType() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
-
- basicGetEReferenceType() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
-
- basicGetESuperPackage() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- basicGetEType() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
-
- basicGetFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
-
- basicGetFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
-
- basicGetFeature() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
-
- basicGetFeatureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetFractionDigitsFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetGroup(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetHelpedObject() - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
-
- basicGetImportedName(String, boolean) - Method in class org.eclipse.emf.codegen.util.ImportManager
-
Gets the imported name for a single qualified name, optionally automatically importing if possible.
- basicGetImportedObject() - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
-
- basicGetIn2out() - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
-
- basicGetIn2out() - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
-
- basicGetItemType(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetLabelFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
-
- basicGetLengthFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetManager() - Method in class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
-
- basicGetMaxExclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetMaxInclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetMaxLengthFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetMemberTypes(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetMinExclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetMinInclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetMinLengthFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetName(EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetName(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetNamespace(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetNoNamespacePackage() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
-
- basicGetOpposite() - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
-
- basicGetOut2in() - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
-
- basicGetOut2in() - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
-
- basicGetPackage() - Method in class org.eclipse.emf.java.impl.JClassImpl
-
- basicGetPackage() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
-
- basicGetParentBranch() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
-
- basicGetPatternFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetProcessingKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetReader() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
-
- basicGetReferenceValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
-
- basicGetReferenceValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
-
- basicGetReturnType() - Method in class org.eclipse.emf.java.impl.JMethodImpl
-
- basicGetSource() - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
-
- basicGetTotalDigitsFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetType() - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
-
- basicGetType() - Method in class org.eclipse.emf.java.impl.JFieldImpl
-
- basicGetType() - Method in class org.eclipse.emf.java.impl.JParameterImpl
-
- basicGetTypedKey() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
-
- basicGetTypedKey() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
-
- basicGetTypeMapping() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
-
- basicGetWhiteSpaceFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicGetWildcards(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
- basicIndexOf(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicIndexOf(Object) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns the index of the object within the list of unresolved values.
- basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
-
- BasicInternalEList<E> - Class in org.eclipse.emf.ecore.util
-
- BasicInternalEList(Class<?>) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList
-
- BasicInternalEList(Class<?>, int) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList
-
- BasicInternalEList(Class<?>, Collection<? extends E>) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList
-
- BasicInternalEList(Class<?>, int, Object[]) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList
-
- BasicInternalEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
-
- BasicInternalEList.Unsettable(Class<? extends E>) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList.Unsettable
-
- BasicInvocationDelegate - Class in org.eclipse.emf.ecore.util
-
A basic implementation of the dynamic operation-invocation delegate API.
- BasicInvocationDelegate(EOperation) - Constructor for class org.eclipse.emf.ecore.util.BasicInvocationDelegate
-
Initializes me with the operation that delegates to me.
- basicIsQualified(EPackage) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
-
- basicIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
-
Returns a read-only iterator that does not
resolve
objects.
- basicIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Returns a read-only iterator that does not
resolve
objects.
- basicIterator() - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicIterator() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicIterator() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicIterator() - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
-
- basicIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Returns an iterator that yields unresolved values.
- basicIterator(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicIterator() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicIterator() - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns an iterator that yields unresolved values.
- basicIterator() - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
-
- basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicLastIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicLastIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
- basicLastIndexOf(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicLastIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicLastIndexOf(Object) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns the last index of the object within the list of unresolved values.
- basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
-
- basicList() - Method in class org.eclipse.emf.common.util.AbstractEList
-
Returns an
unsafe list that provides a
non-resolving
view of the underlying data storage.
- basicList() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Returns an
unsafe list that provides a
non-resolving
view of the underlying data storage.
- basicList() - Method in class org.eclipse.emf.common.util.BasicEList
-
Returns an
unsafe list that provides a
non-resolving
view of the underlying data storage.
- basicList() - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Returns an
unsafe list that provides a
non-resolving
view of the backing store list.
- basicList() - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicList() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicList() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicList() - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicList() - Method in class org.eclipse.emf.ecore.util.EContentsEList
-
- basicList() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicList() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
- basicList() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
-
- basicList(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicList() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList.Basic
-
- basicList() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicList() - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns an unmodifiable list that yields unresolved values.
- basicList() - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
-
- basicListIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
-
Returns a read-only list iterator that does not
resolve
objects.
- basicListIterator(int) - Method in class org.eclipse.emf.common.util.AbstractEList
-
Returns a read-only list iterator advanced to the given index that does not
resolve
objects.
- basicListIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Returns a read-only list iterator that does not
resolve
objects.
- basicListIterator(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Returns a read-only list iterator advanced to the given index that does not
resolve
objects.
- basicListIterator() - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicListIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicListIterator(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicListIterator() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicListIterator() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicListIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicListIterator(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicListIterator() - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicListIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
-
- basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EContentsEList
-
- basicListIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicListIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Returns a list iterator that yields unresolved values.
- basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Returns a list iterator that yields unresolved values.
- basicListIterator(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicListIterator(EStructuralFeature, int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicListIterator() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicListIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicListIterator(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicListIterator() - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns a list iterator that yields unresolved values.
- basicListIterator(int) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns a list iterator that yields unresolved values.
- basicListIterator() - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
-
- basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
-
- BasicMonitor - Class in org.eclipse.emf.common.util
-
The most basic implementation of a task monitor.
- BasicMonitor() - Constructor for class org.eclipse.emf.common.util.BasicMonitor
-
- BasicMonitor.Delegating - Class in org.eclipse.emf.common.util
-
A simple monitor that delegates to another monitor.
- BasicMonitor.Delegating(Monitor) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.Delegating
-
- BasicMonitor.EclipseSubProgress - Class in org.eclipse.emf.common.util
-
An Eclipse subprogress monitor that directly implements the monitor API.
- BasicMonitor.EclipseSubProgress(IProgressMonitor, int) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
-
- BasicMonitor.EclipseSubProgress(IProgressMonitor, int, int) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
-
- BasicMonitor.Printing - Class in org.eclipse.emf.common.util
-
A simple monitor that prints progress to a print stream.
- BasicMonitor.Printing(PrintStream) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.Printing
-
- BasicNotifierImpl - Class in org.eclipse.emf.common.notify.impl
-
An extensible notifier implementation.
- BasicNotifierImpl() - Constructor for class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
Creates a blank new instance.
- BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> - Class in org.eclipse.emf.common.notify.impl
-
- BasicNotifierImpl.EAdapterList(Notifier) - Constructor for class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
-
- BasicNotifierImpl.EObservableAdapterList - Interface in org.eclipse.emf.common.notify.impl
-
- BasicNotifierImpl.EObservableAdapterList.Listener - Interface in org.eclipse.emf.common.notify.impl
-
An interface implemented by clients wishing to observe
adapters
being added and removed from an
adapter lists
.
- basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
-
Removes the object from the list and returns the potentially updated notification chain;
it does no
inverse
updating.
- basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Removes the object from the list and returns the potentially updated notification chain;
it does no
inverse
updating.
- basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicRemove(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicRemove(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Remove the object with without updating the inverse.
- basicRemove(EStructuralFeature, Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicRemove(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicRemove(Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Removes the object with without updating the inverse.
- BasicResourceHandler - Class in org.eclipse.emf.ecore.xmi.impl
-
This is the basic implementation of the ResourceHandler interface.
- BasicResourceHandler() - Constructor for class org.eclipse.emf.ecore.xmi.impl.BasicResourceHandler
-
- basicSet(int, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
-
Sets the object at the index
and returns the potentially updated notification chain;
it does no
inverse
updating.
- basicSet(int, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Sets the object at the index
and returns the potentially updated notification chain;
it does no
inverse
updating.
- basicSetArrayType(JClass, NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
-
- basicSetAuthor(Writer, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
-
- basicSetBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
-
- basicSetComponentType(JClass, NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
-
- basicSetContainingType(JClass, NotificationChain) - Method in class org.eclipse.emf.java.impl.JMemberImpl
-
- basicSetConvertBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
-
- basicSetCreateBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
-
- basicSetEFactoryInstance(EFactory, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
-
- basicSetEGenericType(EGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
-
- basicSetELowerBound(EGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
-
- basicSetEModelElement(EModelElement, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
-
- basicSetEPackage(EPackage, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
-
- basicSetETypeParameter(ETypeParameter, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
-
- basicSetEUpperBound(EGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
-
- basicSetGenBase(GenBase, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
-
- basicSetGenClass(GenClass, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
-
- basicSetGenClass(GenClass, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
-
- basicSetGenEnum(GenEnum, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
-
- basicSetGenModel(GenModel, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
-
- basicSetGenOperation(GenOperation, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
-
- basicSetGetBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
-
- basicSetHelper(MappingHelper, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
-
- basicSetInstanceClassName(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
-
- basicSetInstanceType(JvmTypeReference, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
-
- basicSetInstanceTypeName(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
-
- basicSetIsSetBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
-
- basicSetLowerBound(XGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
-
- basicSetMapper(Mapping, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
-
- basicSetMethod(JMethod, NotificationChain) - Method in class org.eclipse.emf.java.impl.JParameterImpl
-
- basicSetModelElement(XModelElement, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
-
- basicSetNestedIn(MappingHelper, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
-
- basicSetNestedIn(Mapping, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
-
- basicSetPackage(JPackage, NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
-
- basicSetParent(TreeNode, NotificationChain) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
-
- basicSetParentBranch(Library, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
-
- basicSetResourceSet(ResourceSet, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
-
Sets the new containing resource set, and removes the resource from a previous containing resource set, if necessary.
- basicSetResourceSet(ResourceSet, NotificationChain) - Method in interface org.eclipse.emf.ecore.resource.Resource.Internal
-
Sets the resource to be contained by the given resource set, and returns the notifications this produces.
- basicSetSetBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
-
- basicSetTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
-
Actually sets the target by calling super.
- BasicSettingDelegate - Class in org.eclipse.emf.ecore.util
-
A basic implementation of a stateful setting delegate.
- BasicSettingDelegate(EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.BasicSettingDelegate
-
- BasicSettingDelegate.Stateless - Class in org.eclipse.emf.ecore.util
-
A basic implementation of a stateless setting delegate.
- BasicSettingDelegate.Stateless(EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
-
- basicSetType(XGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
-
- basicSetTypedValue(XMLInfo, NotificationChain) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
-
- basicSetUnit(JCompilationUnit, NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
-
- basicSetUnsetBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
-
- basicSetUpperBound(XGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
-
- BasicTableEditor - Class in org.eclipse.emf.common.ui.celleditor
-
The base class for implementing single-column and multi-column table editing.
- BasicTableEditor - Class in org.eclipse.emf.common.ui.celleditor
-
The base class for implementing single-column and multi-column table editing.
- BasicTableEditor(Table) - Constructor for class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
-
- basicToArray() - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
-
- basicToArray(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicToArray(EStructuralFeature, T[]) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
-
- basicToArray() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
-
- basicToArray() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
-
- basicToArray(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicToArray(EStructuralFeature, T[]) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- basicToArray() - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
-
- basicToArray() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
-
- basicToArray() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Returns the array with unresolved values.
- basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
-
Returns the array with unresolved values.
- basicToArray(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicToArray(EStructuralFeature, T[]) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
-
- basicToArray() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
-
- basicToArray(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicToArray(EStructuralFeature, T[]) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
-
- basicToArray() - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns the array with unresolved values.
- basicToArray(T[]) - Method in interface org.eclipse.emf.ecore.util.InternalEList
-
Returns the array with unresolved values.
- basicToArray() - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
-
- basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
-
- basicUnsetEGenericType(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
-
- basicUnsetTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
-
Actually unsets the target by calling super.
- basicUnsetType(NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
-
- basicVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
-
- basicVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PullTargetVisitor
-
- basicVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PushSourceVisitor
-
- beforeVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
-
- beforeVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
-
- begin - Variable in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
-
- beginPageProcessing() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
-
- beginPageProcessing() - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
-
- beginPageProcessing() - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
-
- beginRecording(Collection<?>) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
-
Begins recording any changes made to the elements of the specified collection.
- beginRecording(ChangeDescription, Collection<?>) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
-
Begins recording any changes made to the elements of the specified collection,
adding the changes to an existing
ChangeDescription
.
- beginTask(String, int) - Method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil.StreamProgressMonitor
-
- beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor
-
- beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
-
- beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
-
- beginTask(String, int) - Method in interface org.eclipse.emf.common.util.Monitor
-
Called once per instance to indicate the name of the task and its expected duration.
- BEL - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
-
- BINARY_COMPATIBLE_REFLECTIVE_METHODS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- binaryCompatibleReflectiveMethods - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- BinaryResourceImpl - Class in org.eclipse.emf.ecore.resource.impl
-
An API for efficiently producing and consuming a compact binary serialization that's suitable for long term storage.
- BinaryResourceImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
-
- BinaryResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
-
- BinaryResourceImpl.BinaryIO - Class in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.BinaryIO() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
-
- BinaryResourceImpl.BinaryIO.FeatureKind - Enum in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.BinaryIO.Version - Enum in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.DataConverter<T> - Class in org.eclipse.emf.ecore.resource.impl
-
Generally this abstract class is extended as a stateless singleton returned by a generated factory that implements the factory
interface.
- BinaryResourceImpl.DataConverter() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.DataConverter
-
- BinaryResourceImpl.DataConverter.Factory - Interface in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.EObjectInputStream - Class in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.EObjectInputStream(InputStream, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
-
- BinaryResourceImpl.EObjectInputStream.EClassData - Class in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.EObjectInputStream.EClassData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EClassData
-
- BinaryResourceImpl.EObjectInputStream.EPackageData - Class in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.EObjectInputStream.EPackageData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EPackageData
-
- BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData - Class in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData
-
- BinaryResourceImpl.EObjectOutputStream - Class in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.EObjectOutputStream(OutputStream, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
-
- BinaryResourceImpl.EObjectOutputStream(OutputStream, Map<?, ?>, BinaryResourceImpl.BinaryIO.Version) - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
-
- BinaryResourceImpl.EObjectOutputStream(OutputStream, Map<?, ?>, BinaryResourceImpl.BinaryIO.Version, int) - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
-
- BinaryResourceImpl.EObjectOutputStream.Check - Enum in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.EObjectOutputStream.EClassData - Class in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.EObjectOutputStream.EClassData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EClassData
-
- BinaryResourceImpl.EObjectOutputStream.EPackageData - Class in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.EObjectOutputStream.EPackageData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EPackageData
-
- BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData - Class in org.eclipse.emf.ecore.resource.impl
-
- BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData
-
- bindAbstractAntlrTokenToAttributeIdMapper() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindAbstractJavaBasedContentProposalProvider$ReferenceProposalCreator() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindAbstractTypeScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindAbstractTypeScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindCancelableDiagnostician() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindClassLoaderToInstance() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindClassLoaderToInstance() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindConfigurableIssueCodesProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindContentAssistContext$Factory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindDefaultBatchTypeResolver() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindDefaultQuickfixProvider$CrossRefResolutionConverter() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindDefaultReentrantTypeResolver() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindDiagnostician() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindDocumentBasedDirtyResource() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindEclipseResourceFileSystemAccess2() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindEObjectAtOffsetHelper() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindFeatureNameValidator() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindFeatureOverridesService() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindFindReferencesHandler() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindFixedQualifiedNameValueConverter() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindGlobalURIEditorOpener() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIAllContainersState$Provider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIAntlrTokenFileProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIBasicFormatter() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIClassLoaderProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIContainer$Manager() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIContainer$Manager() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIContentAssistParser() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIContentAssistProcessor() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIContentFormatterFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIContentProposalProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIDefaultResourceDescriptionStrategy() - Method in class org.eclipse.emf.codegen.ecore.xtext.GenModelRuntimeModule
-
- bindIDefaultResourceDescriptionStrategy() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIDefaultResourceDescriptionStrategy() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIdentifiableSimpleNameProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIdentifiableSimpleNameProvider() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIDependentElementsCalculator() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIDependentElementsCalculator() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIDerivedStateComputer() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIDerivedStateComputer() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIDiagnosticConverter() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIEObjectHover() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIEObjectHover() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIEObjectHoverDocumentationProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIEObjectHoverDocumentationProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIEObjectHoverProvider() - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelUIModule
-
- bindIEObjectHoverProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIEObjectHoverProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIEvaluationContext() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIExpressionInterpreter() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIFormattingPreferenceValuesProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIGenerator() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIGenerator() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIGlobalScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIGrammarAccess() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIHighlightingConfiguration() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIHyperlinkHelper() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIHyperlinkHelper() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIJavaElementFinder() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIJavaProjectProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIJavaProjectProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIJavaSearchParticipation() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIJvmModelAssociations() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIJvmTypeProvider$Factory() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIJvmTypeProvider$Factory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindILabelProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindILinker() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindILinkingDiagnosticMessageProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindILocationInFileProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindILogicalContainerProvider() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindImplicitlyImportedTypes() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIOccurrenceComputer() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIOutlineTreeProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIOutlineTreeStructureProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIParser() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIProposalConflictHelper() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIQualifiedNameConverter() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIQualifiedNameProvider() - Method in class org.eclipse.emf.codegen.ecore.xtext.GenModelRuntimeModule
-
- bindIQualifiedNameProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIQualifiedNameProvider() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIReferableElementsUnloader() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIReferenceFinder() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIReferenceUpdater() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIRenameContextFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIRenameRefactoringProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIRenameStrategy() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIRenameStrategy() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIRenameStrategy$Provider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIRenameSupport$Factory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIResourceDescription$Manager() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIResourceDescription$Manager() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIResourceValidator() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIResourceValidator() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindISemanticHighlightingCalculator() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindISerializer() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIssueResolutionProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIStratumBreakpointSupport() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindITokenDefProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindITokenToStringConverter() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindITypeComputer() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindITypeProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindITypesProposalProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindITypesProposalProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIUnorderedGroupHelper() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIValidationJobScheduler() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIValueConverterService() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindIValueConverterService() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindIViewerCreator() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIWorkingCopyOwnerProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIWorkspaceRootToInstance() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIXtextBuilderParticipant() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindIXtextBuilderParticipant() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindIXtextEditorCallback() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindJavaTypeQuickfixes() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindJdtRenameParticipant$ContextFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindJdtRenameParticipant$ContextFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindJdtRenameRefactoringParticipantProcessor() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindJdtRenameRefactoringProcessorFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindJdtVariableCompletions() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindJvmTypeReferencesValidator() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindJvmTypeReferencesValidator() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindLexer() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindLineSeparatorHarmonizer() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindOutlineNodeElementOpener() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindPathTraverser() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule
-
- bindPrefixMatcher() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindRefactoringResourceSetProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindReferenceQueryExecutor() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindRenameElementProcessor() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindSeverityConverter() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindStaticImplicitMethodsFeatureForTypeProvider$ExtensionClassNameProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindStaticImplicitMethodsFeatureForTypeProvider$ExtensionClassNameProvider() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindTypeArgumentContextProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindTypeConformanceComputer() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindTypesFactoryToInstance() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindVisibilityService() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindXbaseBatchScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindXbaseBatchScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindXbaseDeclarativeHoverSignatureProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
-
- bindXbaseUIValidator() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindXcoreJavaValidator() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindXtextDocumentProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindXtextEditor() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
-
- bindXtextResource() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- bindXtextResource() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
-
- bindXtextResourceSet() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule
-
- bindXtypeFactoryToInstance() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
-
- BIOGRAPHY - Static variable in enum org.eclipse.emf.examples.extlibrary.BookCategory
-
The 'Biography' literal value
- BLANK_LINES_PATTERN - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
-
A pattern for matching trailing blank lines.
- blockPattern - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
-
- blue - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
-
Deprecated.
- blue - Variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
-
- body - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
-
Cached body of the enum constant.
- body - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
-
Cached body of initializer
- body - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
-
- body - Variable in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
-
The cached value of the '
Body
' containment reference
- body - Variable in class org.eclipse.emf.java.impl.JInitializerImpl
-
The cached value of the '
Body
' attribute
- body - Variable in class org.eclipse.emf.java.impl.JMethodImpl
-
The cached value of the '
Body
' attribute
- BODY_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JInitializerImpl
-
The default value of the '
Body
' attribute
- BODY_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMethodImpl
-
The default value of the '
Body
' attribute
- BOIMCAT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
-
- BOLD_FONT - Static variable in interface org.eclipse.emf.edit.provider.IItemFontProvider
-
An instance object used to specify a bold version of the viewer's font:
font:////bold
- BOLD_ITALIC_FONT - Static variable in interface org.eclipse.emf.edit.provider.IItemFontProvider
-
An instance object used to specify an bold italic version of the viwer's font:
font:////bold+italic
- Book - Interface in org.eclipse.emf.examples.extlibrary
-
A representation of the model object 'Book'
- BOOK - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The meta object id for the '
Book
' class
- BOOK - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the '
Book
' class
- BOOK__AUTHOR - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Author' reference
- BOOK__AUTHOR - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Author' reference feature
- BOOK__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Borrowers' reference list
- BOOK__CATEGORY - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Category' attribute
- BOOK__CATEGORY - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Category' attribute feature
- BOOK__COPIES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Copies' attribute
- BOOK__PAGES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Pages' attribute
- BOOK__PAGES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Pages' attribute feature
- BOOK__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Publication Date' attribute
- BOOK__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Title' attribute
- BOOK__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Title' attribute feature
- BOOK_CATEGORY - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
- BOOK_CATEGORY - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
- BOOK_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The number of structural features of the 'Book' class
- BOOK_ON_TAPE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
- BOOK_ON_TAPE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
- BOOK_ON_TAPE__AUTHOR - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Author' reference
- BOOK_ON_TAPE__AUTHOR - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Author' reference feature
- BOOK_ON_TAPE__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Borrowers' reference list
- BOOK_ON_TAPE__COPIES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Copies' attribute
- BOOK_ON_TAPE__DAMAGED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Damaged' attribute
- BOOK_ON_TAPE__MINUTES_LENGTH - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Minutes Length' attribute
- BOOK_ON_TAPE__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Publication Date' attribute
- BOOK_ON_TAPE__READER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Reader' reference
- BOOK_ON_TAPE__READER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Reader' reference feature
- BOOK_ON_TAPE__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Title' attribute
- BOOK_ON_TAPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The number of structural features of the 'Book On Tape' class
- BookCategory - Enum in org.eclipse.emf.examples.extlibrary
-
A representation of the literals of the enumeration 'Book Category',
and utility methods for working with them
- BookImpl - Class in org.eclipse.emf.examples.extlibrary.impl
-
An implementation of the model object 'Book'
- BookImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.BookImpl
-
- BookItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
-
This is the item provider adapter for a
Book
object
- BookItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
-
This constructs an instance from a factory and a notifier
- bookItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
-
This keeps track of the one adapter used for all
Book
instances
- BookOnTape - Interface in org.eclipse.emf.examples.extlibrary
-
A representation of the model object 'Book On Tape'
- BookOnTapeImpl - Class in org.eclipse.emf.examples.extlibrary.impl
-
An implementation of the model object 'Book On Tape'
- BookOnTapeImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
-
- BookOnTapeItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
-
This is the item provider adapter for a
BookOnTape
object
- BookOnTapeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
-
This constructs an instance from a factory and a notifier
- bookOnTapeItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
-
This keeps track of the one adapter used for all
BookOnTape
instances
- books - Variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
-
The cached value of the '
Books
' reference list
- books - Variable in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
-
The cached value of the '
Books
' reference list
- BOOLEAN - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The meta object id for the 'Boolean' data type
- BOOLEAN - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the 'Boolean' data type
- boolean_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
-
- BOOLEAN_FLAGS_FIELD_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- BOOLEAN_FLAGS_RESERVED_BITS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- BOOLEAN_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
-
- BOOLEAN_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The meta object id for the 'Boolean Object' data type
- BOOLEAN_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the 'Boolean Object' data type
- BOOLEAN_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
-
- booleanFlagsField - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- booleanFlagsReservedBits - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- booleanObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
-
- booleanValueOf(String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
-
- booleanValueOf(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
-
- borrowed - Variable in class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
-
The cached value of the '
Borrowed
' reference list
- Borrower - Interface in org.eclipse.emf.examples.extlibrary
-
A representation of the model object 'Borrower'
- BORROWER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The meta object id for the '
Borrower
' class
- BORROWER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the '
Borrower
' class
- BORROWER__ADDRESS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Address' attribute
- BORROWER__BORROWED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Borrowed' reference list
- BORROWER__BORROWED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
-
The meta object literal for the 'Borrowed' reference list feature
- BORROWER__FIRST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'First Name' attribute
- BORROWER__LAST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The feature id for the 'Last Name' attribute
- BORROWER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
-
The number of structural features of the 'Borrower' class
- BorrowerImpl - Class in org.eclipse.emf.examples.extlibrary.impl
-
An implementation of the model object 'Borrower'
- BorrowerImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
-
- BorrowerItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
-
This is the item provider adapter for a
Borrower
object
- BorrowerItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.BorrowerItemProvider
-
This constructs an instance from a factory and a notifier
- borrowerItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
-
This keeps track of the one adapter used for all
Borrower
instances
- borrowers - Variable in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
-
The cached value of the '
Borrowers
' reference list
- bottomImage - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
-
- bottomLabel - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
-
- bottomLabelCase - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
-
- bottomLabelLongForms - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
-
- bottomLabelSeparator - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
-
- bottomLabelShortForms - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
-
- bottomToTopTypeTable - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
-
- bounded - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
-
- bounds - Variable in class org.eclipse.emf.ecore.xcore.impl.XTypeParameterImpl
-
The cached value of the '
Bounds
' containment reference list
- BRACE_LINE_PATTERN - Static variable in class org.eclipse.emf.codegen.util.CodeGenUtil
-
- branches - Variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
-
The cached value of the '
Branches
' containment reference list
- BRIDGE - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
-
Bridge method property flag (added in J2SE 1.5).
- BRIDGETOOB - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
-
- browseFileSystem() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
-
- browseFileSystem() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
-
- browseFileSystem() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
-
- browseFileSystemButton - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
-
- browsePathMapLocationButton - Variable in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
-
- browseWorkspace() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
-
- browseWorkspace() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
-
- browseWorkspace() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
-
- browseWorkspaceButton - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
-
- BS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
-
- buddies - Variable in class org.eclipse.emf.common.ui.ViewerPane
-
- buffer - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
-
A buffer for character level processing; it grows as needed.
- buffer - Variable in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
-
- buffer - Variable in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
-
- buffer - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
-
- buffer - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack.Encoder
-
- BUFFER_SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
-
- BUFFER_SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
-
- bufferedReader - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
-
- bufferPosition - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
-
- buffWriter - Variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
-
- build(int, Map, IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.gwt.GWTBuilder
-
- build(int, Map, IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETBuilder
-
- build(IBuildContext, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.builder.XcoreBuildParticipant
-
- build(RoseNode, Object, ENamedElement) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
-
- buildEntry(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreResource.FragmentCache
-
- BUILDER - Static variable in class org.eclipse.emf.codegen.jet.JETNature
-
- buildMap(GenModel) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreGenModelBuilder
-
- buildMaps() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
-
- buildMoreToolTipText(StringBuilder, ILabelProvider, Diagnostic) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
-
- BuildProperties - Class in org.eclipse.emf.codegen.ecore.templates.edit
-
- BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
-
- BuildProperties - Class in org.eclipse.emf.codegen.ecore.templates.editor
-
- BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
-
- BuildProperties - Class in org.eclipse.emf.codegen.ecore.templates.model
-
- BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
-
- BuildProperties - Class in org.eclipse.emf.codegen.ecore.templates.model.tests
-
- BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
-
- buildPropertiesEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
- buildPropertiesTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
- buildToolTipMessage(StringBuilder, ILabelProvider, Object, Diagnostic, int) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
-
- buildToolTipText(StringBuilder, ILabelProvider, Diagnostic, Object) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
-
- builtinType - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
-
- BUNDLE_MANIFEST_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- BUNDLE_TAG - Static variable in class org.eclipse.emf.common.ui.URIEditorInput
-
- bundleManifest - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
-
- buttonPressed(int) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
-
Handles the pressing of the OK
or Details button in this dialog.
- BY_VALUE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
-
- BYTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The meta object id for the 'Byte' data type
- BYTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the 'Byte' data type
- byte_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
-
- BYTE_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
-
- BYTE_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
-
The meta object id for the 'Byte Object' data type
- BYTE_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
-
The meta object literal for the 'Byte Object' data type
- BYTE_ORDER_MARK_PROPERTY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
-
A
content description
property describing the byte order mark at the beginning of the contents.
- byteObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
-
- bytes() - Method in enum org.eclipse.emf.ecore.resource.ContentHandler.ByteOrderMark
-
Returns the bytes associated with this byte order mark.
C
- cache - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
-
- cachedEType - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
-
- cachedIsFeatureMap - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
-
- cachedToStrings - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
-
- cachedToStrings - Variable in class org.eclipse.emf.common.util.URI.URIPool
-
A reference queue for managing the Object.toString()
values.
- cachedURIConverter - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
-
- cacheString(String) - Method in class org.eclipse.emf.common.util.URI
-
- cacheString(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
-
- cacheString(String) - Method in class org.eclipse.emf.common.util.URI.Opaque
-
- cacheURIConverter() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
-
- CAN - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
-
- CANCEL - Static variable in interface org.eclipse.emf.common.util.Diagnostic
-
The bit mask value
0x8
for a
severity
indicating that the diagnosis was canceled.
- cancel() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
-
Deprecated.
- cancel() - Method in class org.eclipse.emf.oda.ecore.impl.Query
-
- CANCEL_INSTANCE - Static variable in interface org.eclipse.emf.common.util.Diagnostic
-
A diagnostic indicating that the diagnosis was canceled.
- cancelEditing() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
-
Deprecated.
- cancelPressed() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
-
- canContainNull() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
-
- canContainNull() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
-
Returns !
- canContainNull() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Returns !
- canContainNull() - Method in class org.eclipse.emf.common.util.AbstractEList
-
Returns whether null
is a valid object for the list.
- canContainNull() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.ContentHandlerList
-
- canContainNull() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIHandlerList
-
- canContainNull() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
-
- canContainNull() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
-
- canContainNull() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
-
- canContainNull() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
-
- canContainNull() - Method in class org.eclipse.emf.ecore.util.EObjectEList
-
- canContinue(Diagnostic) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
-
Determines whether code generation can continue, based on the given Diagnostic
.
- canContinue(Diagnostic) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
-
- canConvert(EPackage) - Method in class org.eclipse.emf.converter.ModelConverter
-
Returns true if the EPackage can be converted.
- canConvert(EPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
-
- canConvert(EPackage) - Method in class org.eclipse.emf.importer.ModelImporter
-
- canCreateMapping(Collection<?>, Collection<?>, Mapping) - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreMappingRootImpl
-
- canCreateMapping(Collection<?>, Collection<?>, Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
-
- canCreateMapping(Collection<?>, Collection<?>, Mapping) - Method in interface org.eclipse.emf.mapping.MappingRoot
-
If mapping is null, this checks if a mapping can be created with the given inputs and outputs.
- canEdit(Object) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
-
Returns whether changes to the object will be persisted.
- canEdit(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
-
- canEdit(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
-
- canEdit(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
-
- canExecute() - Method in class org.eclipse.emf.common.command.AbstractCommand
-
- canExecute() - Method in interface org.eclipse.emf.common.command.Command
-
Returns whether the command is valid to execute
.
- canExecute() - Method in class org.eclipse.emf.common.command.IdentityCommand
-
Returns true
.
- canExecute() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
-
Returns false
.
- canExecute() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
-
- canExecute() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
-
This returns whether the action should be enabled.
- canExecute() - Method in class org.eclipse.emf.edit.command.CopyCommand
-
- canExecute() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
-
- canFinish() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
-
- canFinish() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
-
- canGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
-
- canGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
-
Returns whether code can be generated for the given object and project type.
- canGenerate(Object, Object) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
-
Returns whether code of the given object type can be generated for the specified object.
- canGenerate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
-
- canGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
-