public abstract class ForwardingCompareInput extends com.google.common.collect.ForwardingObject implements ICompareInput
Modifier and Type | Class and Description |
---|---|
static class |
ForwardingCompareInput.ForwardingTypedElement |
Modifier | Constructor and Description |
---|---|
protected |
ForwardingCompareInput(ICompareInput delegate) |
Modifier and Type | Method and Description |
---|---|
void |
addCompareInputChangeListener(ICompareInputChangeListener listener) |
void |
copy(boolean leftToRight) |
protected ForwardingCompareInput.ForwardingTypedElement |
createForwardingTypedElement(ITypedElement typedElement) |
ICompareInput |
delegate() |
protected void |
fireChange()
Fire a compare input change event.
|
ITypedElement |
getAncestor() |
Image |
getImage() |
int |
getKind() |
ITypedElement |
getLeft() |
String |
getName() |
ITypedElement |
getRight() |
void |
removeCompareInputChangeListener(ICompareInputChangeListener listener) |
protected ForwardingCompareInput(ICompareInput delegate)
public final ICompareInput delegate()
delegate
in class com.google.common.collect.ForwardingObject
public String getName()
getName
in interface ICompareInput
ICompareInput.getName()
public Image getImage()
getImage
in interface ICompareInput
ICompareInput.getImage()
public int getKind()
getKind
in interface ICompareInput
ICompareInput.getKind()
public ITypedElement getAncestor()
getAncestor
in interface ICompareInput
ICompareInput.getAncestor()
protected ForwardingCompareInput.ForwardingTypedElement createForwardingTypedElement(ITypedElement typedElement)
public ITypedElement getLeft()
getLeft
in interface ICompareInput
ICompareInput.getLeft()
public ITypedElement getRight()
getRight
in interface ICompareInput
ICompareInput.getRight()
public void addCompareInputChangeListener(ICompareInputChangeListener listener)
public void removeCompareInputChangeListener(ICompareInputChangeListener listener)
protected void fireChange()
public void copy(boolean leftToRight)
copy
in interface ICompareInput
ICompareInput.copy(boolean)
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.