java.lang.Object | ||
↳ | javax.swing.tree.DefaultTreeModel | |
↳ | vars.shared.ui.tree.ConceptTreeModel |
Class that represents a threaded database aware TreeModel. Data is loaded from the database in background threads.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs ...
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Removes all nodes from the tree and refreshes the information from the
database.
| |||||||||||
Sets the root node of the TreeModel
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Removes all nodes from the tree and refreshes the information from the
database. Beaware you may need to clear the PersistenceCache
for changes in the database to be picked up.
Sets the root node of the TreeModel
root | Must be an instance of ConceptTreeNode or an IllegalArgumentException will be thrown |
---|