public interface ICompareInputLabelProvider extends ILabelProvider
This interface may be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
Image |
getAncestorImage(java.lang.Object input)
Returns the image for the ancestor side of compare/merge viewers.
|
java.lang.String |
getAncestorLabel(java.lang.Object input)
Returns the label for the ancestor side of compare/merge viewers.
|
Image |
getLeftImage(java.lang.Object input)
Returns the image for the left hand side of compare/merge viewers.
|
java.lang.String |
getLeftLabel(java.lang.Object input)
Returns the label for the left hand side of compare/merge viewers.
|
Image |
getRightImage(java.lang.Object input)
Returns the image for the right hand side of compare/merge viewers.
|
java.lang.String |
getRightLabel(java.lang.Object input)
Returns the label for the right hand side of compare/merge viewers.
|
getImage, getTextaddListener, dispose, isLabelProperty, removeListenerjava.lang.String getAncestorLabel(java.lang.Object input)
input - the input object of a compare/merge viewer or nullnullImage getAncestorImage(java.lang.Object input)
input - the input object of a compare/merge viewer or nullnulljava.lang.String getLeftLabel(java.lang.Object input)
input - the input object of a compare/merge viewer or nullnullImage getLeftImage(java.lang.Object input)
input - the input object of a compare/merge viewer or nullnulljava.lang.String getRightLabel(java.lang.Object input)
input - the input object of a compare/merge viewer or nullnullImage getRightImage(java.lang.Object input)
input - the input object of a compare/merge viewer or nullnull
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.