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

Static Public Member Functions

static MatrixTree getLastExpandedTree ()
 
static MatrixTree getLastCollapsedTree ()
 
static MatrixTreeCellRenderer getCellRenderer ()
 
static void setActiveTree (MatrixTree tree)
 
static MatrixTree getActiveTree ()
 
static void startAssetFinderMode (String[] assetTypes)
 
static void stopAssetFinderMode ()
 
static void startAssetLocator (String[] assetIds, String[] sort_orders)
 
static void startSimpleAssetLocator (String[] assetIds, String[] sort_orders)
 
static MatrixTree createTree (MatrixTreeNode root)
 
static FinderTree createFinderTree (MatrixTreeNode root)
 
static boolean typeIsRestricted (AssetType type)
 
static void destroyTree (MatrixTree tree)
 
static Iterator getTrees ()
 

Detailed Description

Handles the creation and messageing of MatrixTree's in the system. All trees that are created should use the createTree Method.

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

Definition at line 31 of file MatrixTreeBus.java.

Member Function Documentation

static FinderTree createFinderTree ( MatrixTreeNode  root)
inlinestatic

Constructs a simplified FinderTree with the specified root node and returns it.

Definition at line 149 of file MatrixTreeBus.java.

static MatrixTree createTree ( MatrixTreeNode  root)
inlinestatic

Constructs a tree with the specified root node and returns it.

Definition at line 127 of file MatrixTreeBus.java.


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