Squiz Matrix
4.12.2
|
Static Public Member Functions | |
static void | addToBus (DefaultTreeModel model) |
static void | removeFromBus (DefaultTreeModel model) |
static DefaultTreeModel[] | getBusComponents () |
static void | setRoot (MatrixTreeNode root) |
static void | moveNode (MatrixTreeNode child, MatrixTreeNode newParent, int index) |
static void | insertNodeInto (MatrixTreeNode newChild, MatrixTreeNode parent, int index) |
static void | removeNodeFromParent (MatrixTreeNode child) |
static void | nodeChanged (MatrixTreeNode node) |
The MatrixTreeModelBus
allows for multiple trees each with their own models to share a common set of treenodes. The models can have completly different root nodes.
Definition at line 31 of file MatrixTreeModelBus.java.
|
inlinestatic |
Adds a model to the bus system.
model |
Definition at line 43 of file MatrixTreeModelBus.java.
|
inlinestatic |
TESTING
Definition at line 123 of file MatrixTreeModelBus.java.