public class PetalTreeView extends Object
| Constructor and Description | 
|---|
PetalTreeView()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dowait(Object lock)
wait on the given lock 
 | 
JFrame | 
getFrame()  | 
PetalParser | 
getParser()  | 
void | 
showTree(PetalFile tree,
        Object lock)
show the given Tree 
 | 
void | 
showTree(String modelFileName)
show the tree view for the given model FileName 
 | 
public PetalParser getParser()
public JFrame getFrame()
public void showTree(String modelFileName) throws InterruptedException
modelFileName - InterruptedExceptionpublic void showTree(PetalFile tree, Object lock) throws InterruptedException
tree - - the tree to viewlock - - the Object to lock with (if any)InterruptedExceptionpublic void dowait(Object lock) throws InterruptedException
lock - InterruptedExceptionCopyright © 2018 BITPlan GmbH. All rights reserved.