|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.LabelProvider
jpov.viewer.lemma.MyLabelProvider
This class implements a label provider for hypothesis and goal.
Constructor Summary | |
MyLabelProvider()
|
Method Summary | |
void |
dispose()
|
org.eclipse.swt.graphics.Image |
getImage(java.lang.Object element)
Returns the image to display if the element corresponds to the first line of an hypothese or to a goal. |
java.lang.String |
getText(java.lang.Object element)
Returns the text associated with an hypothese line or with the goal. |
Methods inherited from class org.eclipse.jface.viewers.LabelProvider |
addListener, isLabelProperty, removeListener |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MyLabelProvider()
Method Detail |
public java.lang.String getText(java.lang.Object element)
public org.eclipse.swt.graphics.Image getImage(java.lang.Object element)
public void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |