|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphylonet.app.controller.datum.ADatumController
phylonet.app.controller.datum.TreeDatumController
public class TreeDatumController
The controller for the TreeDatum
model and view. This class provides methods
for manipulating an individual TreeDatum
.
Constructor Summary | |
---|---|
TreeDatumController(PhyloNetAppController parentController,
TreeDatum treeDatum,
TreeDatumView treeDatumView)
Instantiates a new TreeDatumController with the given parent controller, model, and view elements. |
Method Summary |
---|
Methods inherited from class phylonet.app.controller.datum.ADatumController |
---|
getDatum, getDatumView, getId, makeDatumController, rename |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeDatumController(PhyloNetAppController parentController, TreeDatum treeDatum, TreeDatumView treeDatumView)
parentController
- the parent (creating) controllertreeDatum
- the tree being managed by this controllertreeDatumView
- the view to the tree being managed by this controller
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |