|
|||||||||||
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.CaseExplorer
View containing the cases explorer.
Field Summary |
Fields inherited from interface jack.plugin.perspective.ICaseExplorer |
FLAT, HIERARCHY |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
PROP_TITLE |
Constructor Summary | |
CaseExplorer()
|
Method Summary | |
void |
clearViewedFile(org.eclipse.jdt.core.ICompilationUnit javaSource)
Clear the viewed file. |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
|
void |
displayStatus()
Updates the view |
void |
errorMessage(java.lang.String message)
Display the following error message using the appropriate title window. |
TreeItemSelection |
getEhl()
|
JpoFile |
getJpoFile()
|
int |
getLayout()
Returns the current layout |
org.eclipse.jface.viewers.TreeViewer |
getTree()
|
java.lang.Object[] |
getTreeSelection()
Returns the selected items |
void |
save()
|
void |
setFocus()
|
void |
setGoalMenu()
|
void |
setLemmaMenu()
|
void |
setMultipleGoalMenu()
|
boolean |
setViewedFile(org.eclipse.jdt.core.ICompilationUnit compilation_unit,
SourceCaseViewer ce)
Sets the currently viewed file. |
boolean |
setViewedFile(org.eclipse.core.resources.IFile jpo_file,
SourceCaseViewer ce)
|
void |
updateLeftComp()
Updates the view from a new jpo file |
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 CaseExplorer()
Method Detail |
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl
in interface org.eclipse.ui.IWorkbenchPart
public JpoFile getJpoFile()
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
public void errorMessage(java.lang.String message)
public void clearViewedFile(org.eclipse.jdt.core.ICompilationUnit javaSource)
public boolean setViewedFile(org.eclipse.jdt.core.ICompilationUnit compilation_unit, SourceCaseViewer ce)
public boolean setViewedFile(org.eclipse.core.resources.IFile jpo_file, SourceCaseViewer ce)
public void updateLeftComp()
public void displayStatus()
displayStatus
in interface ICaseExplorer
public TreeItemSelection getEhl()
public org.eclipse.jface.viewers.TreeViewer getTree()
getTree
in interface ICaseExplorer
public java.lang.Object[] getTreeSelection()
getTreeSelection
in interface ICaseExplorer
public void save() throws java.io.IOException
save
in interface ICaseExplorer
java.io.IOException
public int getLayout()
ICaseExplorer
getLayout
in interface ICaseExplorer
public void setGoalMenu()
setGoalMenu
in interface ICaseExplorer
public void setLemmaMenu()
setLemmaMenu
in interface ICaseExplorer
public void setMultipleGoalMenu()
setMultipleGoalMenu
in interface ICaseExplorer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |