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, getText
addListener, dispose, isLabelProperty, removeListener
String getAncestorLabel(Object input)
input
- the input object of a compare/merge viewer or null
null
Image getAncestorImage(Object input)
input
- the input object of a compare/merge viewer or null
null
String getLeftLabel(Object input)
input
- the input object of a compare/merge viewer or null
null
Image getLeftImage(Object input)
input
- the input object of a compare/merge viewer or null
null
String getRightLabel(Object input)
input
- the input object of a compare/merge viewer or null
null
Image getRightImage(Object input)
input
- the input object of a compare/merge viewer or null
null
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.