|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AdapterFactory in org.eclipse.emf.codegen.ecore.genmodel.presentation |
Methods in org.eclipse.emf.codegen.ecore.genmodel.presentation that return AdapterFactory | |
AdapterFactory |
GenModelEditor.getAdapterFactory()
|
Constructors in org.eclipse.emf.codegen.ecore.genmodel.presentation with parameters of type AdapterFactory | |
GenModelEditor.ReverseAdapterFactoryContentProvider(AdapterFactory adapterFactory)
|
Uses of AdapterFactory in org.eclipse.emf.codegen.ecore.genmodel.provider |
Classes in org.eclipse.emf.codegen.ecore.genmodel.provider that implement AdapterFactory | |
class |
GenModelItemProviderAdapterFactory
This is the factory that is used to provide the interfaces needed to support Viewers. |
Constructors in org.eclipse.emf.codegen.ecore.genmodel.provider with parameters of type AdapterFactory | |
GenPackageItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
GenOperationItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
GenModelItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
GenFeatureItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
GenEnumLiteralItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
GenEnumItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
GenDataTypeItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
GenClassItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
GenBaseItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
String category)
|
|
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
Object staticImage,
String category)
|
Uses of AdapterFactory in org.eclipse.emf.codegen.ecore.genmodel.util |
Classes in org.eclipse.emf.codegen.ecore.genmodel.util that implement AdapterFactory | |
class |
GenModelAdapterFactory
The Adapter Factory for the model. |
Uses of AdapterFactory in org.eclipse.emf.common.notify.impl |
Classes in org.eclipse.emf.common.notify.impl that implement AdapterFactory | |
class |
AdapterFactoryImpl
An extensible adapter factory implementation. |
Uses of AdapterFactory in org.eclipse.emf.ecore.change.provider |
Classes in org.eclipse.emf.ecore.change.provider that implement AdapterFactory | |
class |
ChangeItemProviderAdapterFactory
This is the factory that is used to provide the interfaces needed to support Viewers. |
Constructors in org.eclipse.emf.ecore.change.provider with parameters of type AdapterFactory | |
ResourceChangeItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
ListChangeItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
FeatureChangeItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EObjectToChangesMapEntryItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
ChangeDescriptionItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
Uses of AdapterFactory in org.eclipse.emf.ecore.change.util |
Classes in org.eclipse.emf.ecore.change.util that implement AdapterFactory | |
class |
ChangeAdapterFactory
The Adapter Factory for the model. |
Uses of AdapterFactory in org.eclipse.emf.ecore.presentation |
Methods in org.eclipse.emf.ecore.presentation that return AdapterFactory | |
AdapterFactory |
EcoreEditor.getAdapterFactory()
|
Constructors in org.eclipse.emf.ecore.presentation with parameters of type AdapterFactory | |
EcoreEditor.ReverseAdapterFactoryContentProvider(AdapterFactory adapterFactory)
|
Uses of AdapterFactory in org.eclipse.emf.ecore.provider |
Classes in org.eclipse.emf.ecore.provider that implement AdapterFactory | |
class |
EcoreItemProviderAdapterFactory
This is the factory that is used to provide the interfaces needed to support Viewers. |
Constructors in org.eclipse.emf.ecore.provider with parameters of type AdapterFactory | |
ETypedElementItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EStructuralFeatureItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EStringToStringMapEntryItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EReferenceItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EParameterItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EPackageItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EOperationItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EObjectItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
ENamedElementItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EModelElementItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EFactoryItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EEnumLiteralItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EEnumItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EDataTypeItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EClassifierItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EClassItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EAttributeItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
|
EAnnotationItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
Uses of AdapterFactory in org.eclipse.emf.ecore.util |
Classes in org.eclipse.emf.ecore.util that implement AdapterFactory | |
class |
EcoreAdapterFactory
The Adapter Factory for the model. |
Methods in org.eclipse.emf.ecore.util that return AdapterFactory | |
static AdapterFactory |
EcoreUtil.getAdapterFactory(List adapterFactories,
Object type)
Returns the adapter factory for the specified adapter type. |
Uses of AdapterFactory in org.eclipse.emf.edit.domain |
Fields in org.eclipse.emf.edit.domain declared as AdapterFactory | |
protected AdapterFactory |
AdapterFactoryEditingDomain.adapterFactory
This is the adapter factory used to create the adapter to which calls are delegated. |
Methods in org.eclipse.emf.edit.domain that return AdapterFactory | |
AdapterFactory |
AdapterFactoryEditingDomain.getAdapterFactory()
This returns the adapter factory used by this domain. |
Methods in org.eclipse.emf.edit.domain with parameters of type AdapterFactory | |
void |
AdapterFactoryEditingDomain.setAdapterFactory(AdapterFactory adapterFactory)
This sets the adapter factory after the domain is already created. |
Constructors in org.eclipse.emf.edit.domain with parameters of type AdapterFactory | |
AdapterFactoryEditingDomain(AdapterFactory adapterFactory,
CommandStack commandStack)
Create an instance from the adapter factory, and the specialized command stack. |
|
AdapterFactoryEditingDomain(AdapterFactory adapterFactory,
CommandStack commandStack,
Map resourceToReadOnlyMap)
Create an instance from the adapter factory, the specialized command stack, and the map used to maintain read only state. |
|
AdapterFactoryEditingDomain(AdapterFactory adapterFactory,
CommandStack commandStack,
ResourceSet resourceSet)
Create an instance from the adapter factory, the specialized command stack, and the specialized resource set. |
Uses of AdapterFactory in org.eclipse.emf.edit.provider |
Subinterfaces of AdapterFactory in org.eclipse.emf.edit.provider | |
interface |
ComposeableAdapterFactory
This provides support that allows a factory to be composed into a ComposedAdapterFactory
that serves the union of the model objects from different packages. |
Classes in org.eclipse.emf.edit.provider that implement AdapterFactory | |
class |
ComposedAdapterFactory
This provides support for composing several factories for different models into a single factory serving the union of the model objects. |
class |
DecoratorAdapterFactory
This abstract class provides support for creating IItemProviderDecorator s
for the adapters created by another AdapterFactory . |
class |
ReflectiveItemProviderAdapterFactory
This is the factory that is used to provide the interfaces needed to support Viewers reflectively. |
Fields in org.eclipse.emf.edit.provider declared as AdapterFactory | |
protected AdapterFactory |
WrapperItemProvider.adapterFactory
The adapter factory for the owner's item provider. |
protected AdapterFactory |
ItemProviderDecorator.adapterFactory
This keeps track of the adapter factory that created this adaptor. |
protected AdapterFactory |
ItemProviderAdapter.adapterFactory
This keeps track of the adapter factory that created this adaptor. |
protected AdapterFactory |
ItemProvider.adapterFactory
This is the optional adapter factory that is used to get adapters for parent or child objects. |
protected AdapterFactory |
ItemPropertyDescriptor.adapterFactory
For now we need to keep track of the adapter factory, because we need it to provide a correct label provider. |
protected AdapterFactory |
DecoratorAdapterFactory.decoratedAdapterFactory
This keeps the AdapterFactory being decorated. |
protected AdapterFactory |
AdapterFactoryTreeIterator.adapterFactory
This keeps track of the factory used to generate the ITreeItemContentProvider adapters. |
protected AdapterFactory |
AdapterFactoryItemDelegator.adapterFactory
This keeps track of the factory used to generate the adapters. |
Methods in org.eclipse.emf.edit.provider that return AdapterFactory | |
protected AdapterFactory |
WrapperItemProvider.getRootAdapterFactory()
Returns the WrapperItemProvider.adapterFactory , if non-composeable, otherwise, returns its root adapter factory. |
AdapterFactory |
ItemProviderDecorator.getAdapterFactory()
This provides access to the factory. |
AdapterFactory |
ItemProviderAdapter.getAdapterFactory()
This provides access to the factory. |
protected AdapterFactory |
ItemProviderAdapter.getRootAdapterFactory()
Gets the root factory if this local adapter factory is composed, otherwise just the local one. |
AdapterFactory |
ItemProvider.getAdapterFactory()
This yields the optional adapter factory. |
AdapterFactory |
DecoratorAdapterFactory.getDecoratedAdapterFactory()
This returns the adapter factory whose adapters are being decorated. |
AdapterFactory |
ComposedAdapterFactory.getFactoryForType(Object type)
|
AdapterFactory |
ComposedAdapterFactory.getFactoryForTypes(Collection types)
|
AdapterFactory |
AdapterFactoryItemDelegator.getAdapterFactory()
|
Methods in org.eclipse.emf.edit.provider with parameters of type AdapterFactory | |
void |
ItemProvider.setAdapterFactory(AdapterFactory adapterFactory)
This sets the optional adapter factory. |
protected IWrapperItemProvider |
DelegatingWrapperItemProvider.createWrapper(Object value,
Object owner,
AdapterFactory adapterFactory)
Creates a new instance of this wrapper for the given value, owner, and adapter factory. |
void |
DecoratorAdapterFactory.setDecoratedAdapterFactory(AdapterFactory decoratedAdapterFactory)
This sets the adapter factory whose adapters will be decorated. |
void |
ComposedAdapterFactory.insertAdapterFactory(AdapterFactory adapterFactory)
|
void |
ComposedAdapterFactory.addAdapterFactory(AdapterFactory adapterFactory)
|
void |
ComposedAdapterFactory.removeAdapterFactory(AdapterFactory adapterFactory)
|
Constructors in org.eclipse.emf.edit.provider with parameters of type AdapterFactory | |
WrapperItemProvider(Object value,
Object owner,
AdapterFactory adapterFactory)
Creates an instance. |
|
ReflectiveItemProvider(AdapterFactory adapterFactory)
|
|
ItemProviderDecorator(AdapterFactory adapterFactory)
An instance is created from an adapter factory. |
|
ItemProviderAdapter(AdapterFactory adapterFactory)
An instance is created from an adapter factory. |
|
ItemProvider(AdapterFactory adapterFactory)
This creates an instance with the given adapter factory and an empty text that yields no children. |
|
ItemProvider(AdapterFactory adapterFactory,
String text)
This creates an instance with the given adapter factor and text that yields no children. |
|
ItemProvider(AdapterFactory adapterFactory,
String text,
Object image)
This creates an instance with the given adapter factory, text, and image that yields no children. |
|
ItemProvider(AdapterFactory adapterFactory,
String text,
Object image,
Object parent)
This creates an instance with the given adapter factory, text, image, and parent that yields no children. |
|
ItemProvider(AdapterFactory adapterFactory,
Collection children)
This creates an instance with the given adapter factory that yields the given children. |
|
ItemProvider(AdapterFactory adapterFactory,
String text,
Collection children)
This creates an instance with the given adapter factory and text that yields the given children. |
|
ItemProvider(AdapterFactory adapterFactory,
String text,
Object image,
Collection children)
This creates an instance with the given adapter factory, text and image that yields the given children. |
|
ItemProvider(AdapterFactory adapterFactory,
String text,
Object image,
Object parent,
Collection children)
This creates an instance with the given adapter factory, notifier, text, image, and parent that yields the given children. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EStructuralFeature feature)
This creates an instance where the category and filter flags are empty and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EStructuralFeature feature)
This creates an instance where the category and filter flags are empty and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable)
This creates an instance where the category and filter flags are empty and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable)
This creates an instance where the category and filter flags are empty and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
Object staticImage)
This creates an instance where the category and filter flags are empty, there is a static image used, and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
Object staticImage)
This creates an instance where the category and filter flags are empty, there is a static image used, and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
String category)
This creates an instance where the filter flags are empty, there is a a specifed category, and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
String category)
This creates an instance where the filter flags are empty, there is a a specifed category, and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
Object staticImage,
String category)
This creates an instance where the filter flags are empty, there is a static image used and a specifed category, and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
Object staticImage,
String category)
This creates an instance where the filter flags are empty, there is a static image used and a specifed category, and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
String category,
String[] filterFlags)
This creates an instance where the filter flags are specified, there is a a specifed category, and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
String category,
String[] filterFlags)
This creates an instance where the filter flags are specified, there is a a specifed category, and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
Object staticImage,
String category,
String[] filterFlags)
This creates an instance where the filter flags are specified, there is a static image used and a specifed category, and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
Object staticImage,
String category,
String[] filterFlags)
This creates an instance where the filter flags are specified, there is a static image used and a specifed category, and the cell editor is determined from the type of the structural feature. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EReference[] parentReferences)
This creates an instance where the category and filter flags are empty and the cell editor is determined for the references. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EReference[] parentReferences)
This creates an instance where the category and filter flags are empty and the cell editor is determined for the references. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EReference[] parentReferences,
boolean isSettable)
This creates an instance where the category and filter flags are empty and the cell editor is determined for the references. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EReference[] parentReferences,
boolean isSettable)
This creates an instance where the category and filter flags are empty and the cell editor is determined for the references. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EReference[] parentReferences,
boolean isSettable,
String category)
This creates an instance where the filter flags are specified, there is a specifed category, and the cell editor is determined for the references. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EReference[] parentReferences,
boolean isSettable,
String category)
This creates an instance where the filter flags are specified, there is a specifed category, and the cell editor is determined for the references. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
String displayName,
String description,
EReference[] parentReferences,
boolean isSettable,
String category,
String[] filterFlags)
This creates an instance where the filter flags are specified, there is a specifed category, and the cell editor is determined for the references. |
|
ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EReference[] parentReferences,
boolean isSettable,
String category,
String[] filterFlags)
This creates an instance where the filter flags are specified, there is a specifed category, and the cell editor is determined for the references. |
|
ItemPropertyDescriptor.ItemDelegator(AdapterFactory adapterFactory)
|
|
ItemPropertyDescriptor.ItemDelegator(AdapterFactory adapterFactory,
ResourceLocator resourceLocator)
|
|
ItemPropertyDescriptor.PropertyValueWrapper(AdapterFactory adapterFactory,
Object object,
Object propertyValue,
Object nestedPropertySource)
|
|
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry,
EObject owner,
EAttribute attribute,
int index,
AdapterFactory adapterFactory)
Creates an instance for the feature map entry. |
|
DelegatingWrapperItemProvider(Object value,
Object owner,
AdapterFactory adapterFactory)
Creates an instance for the given value. |
|
DecoratorAdapterFactory(AdapterFactory decoratedAdapterFactory)
This creates an instance that decorates the adapters from the given adapter factory. |
|
ComposedAdapterFactory(AdapterFactory adapterFactory)
|
|
ComposedAdapterFactory(AdapterFactory[] adapterFactories)
|
|
AttributeValueWrapperItemProvider(Object value,
EObject owner,
EAttribute attribute,
AdapterFactory adapterFactory)
Creates an instance for a single-valued attribute. |
|
AttributeValueWrapperItemProvider(Object value,
EObject owner,
EAttribute attribute,
int index,
AdapterFactory adapterFactory)
Creates an instance for a value within a multi-valued attribute. |
|
AdapterFactoryTreeIterator(AdapterFactory adapterFactory,
Object object)
This constructs tree iterator that iterates over an object, it's children, their children, and so on. |
|
AdapterFactoryTreeIterator(AdapterFactory adapterFactory,
Object object,
boolean includeRoot)
This constructs tree iterator that iterates over an object (but only if includeRoot is true), it's children, their children, and so on. |
|
AdapterFactoryItemDelegator(AdapterFactory adapterFactory)
|
Uses of AdapterFactory in org.eclipse.emf.edit.provider.resource |
Classes in org.eclipse.emf.edit.provider.resource that implement AdapterFactory | |
class |
ResourceItemProviderAdapterFactory
This is the factory that is used to provide the interfaces needed to support Viewers. |
Constructors in org.eclipse.emf.edit.provider.resource with parameters of type AdapterFactory | |
ResourceSetItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
|
ResourceItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
Uses of AdapterFactory in org.eclipse.emf.edit.tree.provider |
Classes in org.eclipse.emf.edit.tree.provider that implement AdapterFactory | |
class |
TreeItemProviderAdapterFactory
This is the factory that is used to provide the interfaces needed to support Viewers. |
Constructors in org.eclipse.emf.edit.tree.provider with parameters of type AdapterFactory | |
TreeNodeItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
Uses of AdapterFactory in org.eclipse.emf.edit.tree.util |
Classes in org.eclipse.emf.edit.tree.util that implement AdapterFactory | |
class |
TreeAdapterFactory
The Adapter Factory for the model. |
Uses of AdapterFactory in org.eclipse.emf.edit.ui.celleditor |
Fields in org.eclipse.emf.edit.ui.celleditor declared as AdapterFactory | |
protected AdapterFactory |
AdapterFactoryTreeEditor.adapterFactory
|
protected AdapterFactory |
AdapterFactoryTableTreeEditor.adapterFactory
|
Methods in org.eclipse.emf.edit.ui.celleditor that return AdapterFactory | |
AdapterFactory |
AdapterFactoryTreeEditor.getAdapterFactory()
|
AdapterFactory |
AdapterFactoryTableTreeEditor.getAdapterFactory()
|
Methods in org.eclipse.emf.edit.ui.celleditor with parameters of type AdapterFactory | |
void |
AdapterFactoryTreeEditor.setAdapterFactory(AdapterFactory adapterFactory)
|
void |
AdapterFactoryTableTreeEditor.setAdapterFactory(AdapterFactory adapterFactory)
|
Constructors in org.eclipse.emf.edit.ui.celleditor with parameters of type AdapterFactory | |
AdapterFactoryTreeEditor(Tree tree,
AdapterFactory adapterFactory)
|
|
AdapterFactoryTableTreeEditor(TableTree tableTree,
AdapterFactory adapterFactory)
|
Uses of AdapterFactory in org.eclipse.emf.edit.ui.provider |
Fields in org.eclipse.emf.edit.ui.provider declared as AdapterFactory | |
protected AdapterFactory |
AdapterFactoryLabelProvider.adapterFactory
This keep track of the one factory we are using. |
protected AdapterFactory |
AdapterFactoryContentProvider.adapterFactory
This keeps track of the one factory we are using. |
Methods in org.eclipse.emf.edit.ui.provider that return AdapterFactory | |
AdapterFactory |
AdapterFactoryLabelProvider.getAdapterFactory()
Return the wrapped AdapterFactory. |
AdapterFactory |
AdapterFactoryContentProvider.getAdapterFactory()
This returns the wrapped factory. |
Methods in org.eclipse.emf.edit.ui.provider with parameters of type AdapterFactory | |
void |
AdapterFactoryLabelProvider.setAdapterFactory(AdapterFactory adapterFactory)
Set the wrapped AdapterFactory. |
void |
AdapterFactoryContentProvider.setAdapterFactory(AdapterFactory adapterFactory)
This sets the wrapped factory. |
Constructors in org.eclipse.emf.edit.ui.provider with parameters of type AdapterFactory | |
AdapterFactoryLabelProvider(AdapterFactory adapterFactory)
Construct an instance that wraps this factory. |
|
AdapterFactoryContentProvider(AdapterFactory adapterFactory)
This constructs an instance that wraps this factory. |
Uses of AdapterFactory in org.eclipse.emf.mapping.domain |
Classes in org.eclipse.emf.mapping.domain that implement AdapterFactory | |
static class |
AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
|
protected class |
AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory
|
Methods in org.eclipse.emf.mapping.domain with parameters of type AdapterFactory | |
protected ComposedAdapterFactory |
AdapterFactoryMappingDomain.createComposedAdapterFactory(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory topDomainAdapterFactory,
AdapterFactory bottomDomainAdapterFactory)
|
protected ComposedAdapterFactory |
AdapterFactoryMappingDomain.createComposedAdapterFactory(AdapterFactory[] adapterFactories)
|
Uses of AdapterFactory in org.eclipse.emf.mapping.ecore2ecore.presentation |
Constructors in org.eclipse.emf.mapping.ecore2ecore.presentation with parameters of type AdapterFactory | |
Ecore2EcoreEditor.Ecore2EcoreMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory topDomainAdapterFactory,
AdapterFactory bottomDomainAdapterFactory,
CommandStack commandStack,
String mappingDomainKey)
|
Uses of AdapterFactory in org.eclipse.emf.mapping.ecore2ecore.provider |
Classes in org.eclipse.emf.mapping.ecore2ecore.provider that implement AdapterFactory | |
class |
Ecore2EcoreItemProviderAdapterFactory
This is the factory that is used to provide the interfaces needed to support Viewers. |
Constructors in org.eclipse.emf.mapping.ecore2ecore.provider with parameters of type AdapterFactory | |
Ecore2EcoreMappingRootItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier |
Uses of AdapterFactory in org.eclipse.emf.mapping.ecore2ecore.util |
Classes in org.eclipse.emf.mapping.ecore2ecore.util that implement AdapterFactory | |
class |
Ecore2EcoreAdapterFactory
The Adapter Factory for the model. |
Uses of AdapterFactory in org.eclipse.emf.mapping.impl |
Classes in org.eclipse.emf.mapping.impl that implement AdapterFactory | |
protected class |
MappingRootImpl.MappedObjectStateAdapterFactory
This is the factory that creates adapters for the objects being mapped. |
Fields in org.eclipse.emf.mapping.impl declared as AdapterFactory | |
protected AdapterFactory |
MappingRootImpl.mappedObjectStateAdapterFactory
This keeps track of the factory for creating the MappedObjectState . |
Methods in org.eclipse.emf.mapping.impl that return AdapterFactory | |
protected AdapterFactory |
MappingRootImpl.createMappedObjectStateAdapterFactory()
By default, this creates an adapter factory that delegates createAdapter
to createMappedObjectStateAdapter . |
Uses of AdapterFactory in org.eclipse.emf.mapping.presentation |
Classes in org.eclipse.emf.mapping.presentation that implement AdapterFactory | |
protected class |
MappingEditor.MyDecoratorAdapterFactory
|
protected class |
MappingEditor.OverviewDecoratorAdapterFactory
|
Fields in org.eclipse.emf.mapping.presentation declared as AdapterFactory | |
protected AdapterFactory |
MappingEditor.OverviewViewer.adapterFactory
|
Methods in org.eclipse.emf.mapping.presentation with parameters of type AdapterFactory | |
void |
MappingEditor.OverviewViewer.setAdapterFactory(AdapterFactory adapterFactory)
|
Constructors in org.eclipse.emf.mapping.presentation with parameters of type AdapterFactory | |
MappingEditor.MyDecoratorAdapterFactory(AdapterFactory adapterFactory,
Action action,
boolean exclude,
Action multipleColumnsAction)
|
|
MappingEditor.MyDecoratorAdapterFactory(AdapterFactory adapterFactory,
Action action,
boolean exclude)
|
|
MappingEditor.OverviewDecoratorAdapterFactory(AdapterFactory adapterFactory,
Action action,
boolean exclude,
Action multipleColumnsAction)
|
Uses of AdapterFactory in org.eclipse.emf.mapping.provider |
Classes in org.eclipse.emf.mapping.provider that implement AdapterFactory | |
class |
MappingItemProviderAdapterFactory
This is the factory that is used to provide the interfaces needed to support Viewer s.
|
Methods in org.eclipse.emf.mapping.provider with parameters of type AdapterFactory | |
static String |
MappingItemProvider.getText(MappingRoot mappingRoot,
AdapterFactory adapterFactory,
Collection collection)
|
static String |
MappingItemProvider.getText(MappingRoot mappingRoot,
AdapterFactory adapterFactory,
Collection collection,
String pathSeparator)
|
static String |
MappingItemProvider.getText(MappingRoot mappingRoot,
AdapterFactory adapterFactory,
Collection collection,
String pathSeparator,
String objectSeparator,
String divider)
|
static String |
MappingItemProvider.getText(MappingRoot mappingRoot,
AdapterFactory adapterFactory,
Collection inputs,
Collection outputs)
|
static String |
MappingItemProvider.getText(MappingRoot mappingRoot,
AdapterFactory adapterFactory,
Collection inputs,
Collection outputs,
String objectSeparator,
String divider)
|
Constructors in org.eclipse.emf.mapping.provider with parameters of type AdapterFactory | |
TypeConverterItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
|
MappingStrategyItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
|
MappingRootItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
|
MappingItemProviderAdapter(AdapterFactory adapterFactory)
This creates and instance from an adapter factory and a domain notifier. |
|
MappingItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
|
MappingItemProvider.TypeMappingHelperWrapper(AdapterFactory adapterFactory,
Mapping mapping,
MappingHelper typeMappingHelper)
|
|
MappingHelperItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
|
MappedObjectItemProvider(AdapterFactory adapterFactory,
EObject mappedObject,
Mapping mapping)
This constructs an instance from a factory and a notifier. |
|
FunctionPairItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
|
FunctionNamePairItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
|
ComplexTypeConverterItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier. |
Uses of AdapterFactory in org.eclipse.emf.mapping.util |
Classes in org.eclipse.emf.mapping.util that implement AdapterFactory | |
class |
MappingAdapterFactory
The Adapter Factory for the model. |
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |