|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--de.luschny.struct.bintree.BinaryTreeGui
Swinging Binary Trees! Eine einfache Utility um binäre Bäume zu visualisieren.
| Constructor Summary | |
BinaryTreeGui(BinaryTree tree,
java.lang.String frameName)
Die graphische Darstellung eines binären Baums in einem Frame. |
|
| Method Summary | |
void |
displayBinaryTree()
Die einzige öffentliche Methode zeigt die Baumstruktur an. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BinaryTreeGui(BinaryTree tree,
java.lang.String frameName)
tree - der darzustellende Baum.frameName - der Name der "Baumrahmens".| Method Detail |
public void displayBinaryTree()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||