jack.plugin.perspective
Interface ICaseExplorer

All Known Implementing Classes:
CaseExplorer

public interface ICaseExplorer

This interface defines a case explorer.

Author:
L. Burdy

Field Summary
static int FLAT
          Layout corresponding to a flat presentation of the cases.
static int HIERARCHY
          Layout corresponding to a hierarchical presentation of the cases.
 
Method Summary
 void displayStatus()
           
 int getLayout()
          Returns the current layout
 org.eclipse.jface.viewers.TreeViewer getTree()
           
 java.lang.Object[] getTreeSelection()
           
 void save()
           
 void setGoalMenu()
           
 void setLemmaMenu()
           
 void setMultipleGoalMenu()
           
 

Field Detail

FLAT

public static final int FLAT
Layout corresponding to a flat presentation of the cases.

See Also:
Constant Field Values

HIERARCHY

public static final int HIERARCHY
Layout corresponding to a hierarchical presentation of the cases.

See Also:
Constant Field Values
Method Detail

displayStatus

public void displayStatus()

getTree

public org.eclipse.jface.viewers.TreeViewer getTree()

getTreeSelection

public java.lang.Object[] getTreeSelection()

save

public void save()
          throws java.io.IOException
Throws:
java.io.IOException

getLayout

public int getLayout()
Returns the current layout

Returns:
FLAT or HIERARCHY

setGoalMenu

public void setGoalMenu()

setLemmaMenu

public void setLemmaMenu()

setMultipleGoalMenu

public void setMultipleGoalMenu()