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