org.eclipse.emf.mapping.presentation
Class MappingEditor.OverviewDecoratorAdapterFactory
java.lang.Object
org.eclipse.emf.edit.provider.DecoratorAdapterFactory
org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
org.eclipse.emf.mapping.presentation.MappingEditor.OverviewDecoratorAdapterFactory
- All Implemented Interfaces:
- AdapterFactory, ComposeableAdapterFactory, IChangeNotifier, IDisposable
- Enclosing class:
- MappingEditor
- protected class MappingEditor.OverviewDecoratorAdapterFactory
- extends MappingEditor.MyDecoratorAdapterFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingEditor.OverviewDecoratorAdapterFactory
public MappingEditor.OverviewDecoratorAdapterFactory(AdapterFactory adapterFactory,
Action action,
boolean exclude,
Action multipleColumnsAction)
fireNotifyChanged
public void fireNotifyChanged(Notification note)
- Description copied from interface:
IChangeNotifier
- This calls
notifyChanged
for each listener.
- Specified by:
fireNotifyChanged
in interface IChangeNotifier
- Overrides:
fireNotifyChanged
in class MappingEditor.MyDecoratorAdapterFactory
getPrimaryMappedObjects
public List getPrimaryMappedObjects(Mapping mapping)
- Overrides:
getPrimaryMappedObjects
in class MappingEditor.MyDecoratorAdapterFactory
getSecondaryMappedObjects
public List getSecondaryMappedObjects(Mapping mapping)
- Overrides:
getSecondaryMappedObjects
in class MappingEditor.MyDecoratorAdapterFactory
doMappedObjectRefresh
protected void doMappedObjectRefresh(Object object)
- Overrides:
doMappedObjectRefresh
in class MappingEditor.MyDecoratorAdapterFactory