|
Eclipse Platform Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICompareInputLabelProvider
A label provider that provides the label and image for the left, right and ancestor sides for a compare input being shown in compare/merge viewers.
This interface may be implemented by clients.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.jface.viewers.ILabelProvider |
---|
getImage, getText |
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider |
---|
addListener, dispose, isLabelProperty, removeListener |
Method Detail |
---|
java.lang.String getAncestorLabel(java.lang.Object input)
input
- the input object of a compare/merge viewer or null
null
Image getAncestorImage(java.lang.Object input)
input
- the input object of a compare/merge viewer or null
null
java.lang.String getLeftLabel(java.lang.Object input)
input
- the input object of a compare/merge viewer or null
null
Image getLeftImage(java.lang.Object input)
input
- the input object of a compare/merge viewer or null
null
java.lang.String getRightLabel(java.lang.Object input)
input
- the input object of a compare/merge viewer or null
null
Image getRightImage(java.lang.Object input)
input
- the input object of a compare/merge viewer or null
null
|
Eclipse Platform Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.