|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
jack.plugin.perspective.LemmaViewer
View displaying a lemma.
Field Summary |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
PROP_TITLE |
Constructor Summary | |
LemmaViewer()
|
Method Summary | |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
|
void |
setFocus()
|
void |
setGoalText(Goal g)
Sets the goal to be displayed in the lemma views |
void |
setHypText(Lemma l)
Sets the lemma to be displayed in the lemma views |
void |
setHypText(LemmaHierarchy l)
Sets the hypotheses to be displayed in the lemma views |
Methods inherited from class org.eclipse.ui.part.ViewPart |
getViewSite, init, init, saveState, setInitializationData |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPropertyListener, dispose, getAdapter, getContentDescription, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, showBusy |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
addPropertyListener, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
Constructor Detail |
public LemmaViewer()
Method Detail |
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl
in interface org.eclipse.ui.IWorkbenchPart
public void setGoalText(Goal g)
setGoalText
in interface ILemmaViewer
g
- The goal to displaypublic void setHypText(Lemma l)
setHypText
in interface ILemmaViewer
l
- The lemma from whitch hypotheses have to be displayedpublic void setHypText(LemmaHierarchy l)
ILemmaViewer
setHypText
in interface ILemmaViewer
l
- The lemma hierarchy containing some hypotheses to be displayedpublic void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |