|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.clustermap.tree.ClassTreeMediator
public class ClassTreeMediator
| Constructor Summary | |
|---|---|
ClassTreeMediator(ClassTree tree,
GraphPanel panel)
|
|
| Method Summary | |
|---|---|
ClassTree |
getClassSelectionTree()
|
GraphPanel |
getGraphPanel()
|
Classification |
getRootClassification()
|
void |
loadClassificationTree(File file)
Loads and sets the Classification tree that is serialized in the specified File. |
void |
loadClassificationTree(InputSource source)
Loads and sets the Classification tree that can be read from the specified InputSource. |
void |
loadClassificationTree(InputStream stream)
Loads and sets the Classification tree that can be read from the specified InputStream. |
void |
setRootClassification(Classification rootClass)
Sets the Classification tree to be explored in the ClassTree and ClusterMap. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassTreeMediator(ClassTree tree,
GraphPanel panel)
| Method Detail |
|---|
public ClassTree getClassSelectionTree()
public GraphPanel getGraphPanel()
public Classification getRootClassification()
public void setRootClassification(Classification rootClass)
public void loadClassificationTree(File file)
throws SAXException,
IOException
SAXException
IOException
public void loadClassificationTree(InputStream stream)
throws SAXException,
IOException
SAXException
IOException
public void loadClassificationTree(InputSource source)
throws SAXException,
IOException
SAXException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||