Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
MatrixTreeModelBus Class Reference

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)
 

Detailed Description

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.

Author
Marc McIntyre mmcin.nosp@m.tyre.nosp@m.@squi.nosp@m.z.ne.nosp@m.t

Definition at line 31 of file MatrixTreeModelBus.java.

Member Function Documentation

static void addToBus ( DefaultTreeModel  model)
inlinestatic

Adds a model to the bus system.

Parameters
model

Definition at line 43 of file MatrixTreeModelBus.java.

static void removeNodeFromParent ( MatrixTreeNode  child)
inlinestatic

TESTING

Definition at line 123 of file MatrixTreeModelBus.java.


The documentation for this class was generated from the following file: