Modifier and Type | Field and Description |
---|---|
static Models.CompoundModel |
Models.EMPTY_MODEL
Empty model - returns default root node with no children.
|
Modifier and Type | Method and Description |
---|---|
static Models.CompoundModel |
Models.createCompoundModel(List models)
Creates one
Models.CompoundModel from given list of models. |
static Models.CompoundModel |
Models.createCompoundModel(List models,
String propertiesHelpID)
Creates one
Models.CompoundModel from given list of models. |
Modifier and Type | Method and Description |
---|---|
static Node |
Models.createNodes(Models.CompoundModel compoundModel,
TreeView treeView)
Creates a root node of the nodes tree structure
for given
Models.CompoundModel . |
static JComponent |
Models.createView(Models.CompoundModel compoundModel)
Creates a new instance of TreeTableView
for given
Models.CompoundModel . |
static void |
Models.setModelsToView(JComponent view,
Models.CompoundModel compoundModel)
Set given models to given view instance.
|