|
Squiz Matrix
4.12.2
|
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 () |
Handles the creation and messageing of MatrixTree's in the system. All trees that are created should use the createTree Method.
Definition at line 31 of file MatrixTreeBus.java.
|
inlinestatic |
Constructs a simplified FinderTree with the specified root node and returns it.
Definition at line 149 of file MatrixTreeBus.java.
|
inlinestatic |
Constructs a tree with the specified root node and returns it.
Definition at line 127 of file MatrixTreeBus.java.