Class ForwardingCompareInputAdapter
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.ForwardingCompareInput
-
- org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.ForwardingCompareInputAdapter
-
- All Implemented Interfaces:
org.eclipse.compare.structuremergeviewer.ICompareInput
,Adapter
,Adapter.Internal
public class ForwardingCompareInputAdapter extends ForwardingCompareInput implements Adapter.Internal
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.ForwardingCompareInput
ForwardingCompareInput.ForwardingTypedElement
-
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Notifier
getTarget()
boolean
isAdapterForType(Object type)
void
notifyChanged(Notification notification)
void
setTarget(Notifier newTarget)
void
unsetTarget(Notifier oldTarget)
-
Methods inherited from class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.ForwardingCompareInput
addCompareInputChangeListener, copy, createForwardingTypedElement, delegate, fireChange, getAncestor, getImage, getKind, getLeft, getName, getRight, removeCompareInputChangeListener
-
-
-
-
Method Detail
-
notifyChanged
public void notifyChanged(Notification notification)
- Specified by:
notifyChanged
in interfaceAdapter
- See Also:
Adapter.notifyChanged(org.eclipse.emf.common.notify.Notification)
-
getTarget
public Notifier getTarget()
- Specified by:
getTarget
in interfaceAdapter
- See Also:
Adapter.getTarget()
-
setTarget
public void setTarget(Notifier newTarget)
- Specified by:
setTarget
in interfaceAdapter
- See Also:
Adapter.setTarget(org.eclipse.emf.common.notify.Notifier)
-
isAdapterForType
public boolean isAdapterForType(Object type)
- Specified by:
isAdapterForType
in interfaceAdapter
- See Also:
Adapter.isAdapterForType(java.lang.Object)
-
unsetTarget
public void unsetTarget(Notifier oldTarget)
- Specified by:
unsetTarget
in interfaceAdapter.Internal
- See Also:
Adapter.Internal.unsetTarget(org.eclipse.emf.common.notify.Notifier)
-
-