Inheritance diagram for treetable::TTreeSelectionModel:

Public Methods | |
| TTreeSelectionModel (TTree tTREE) | |
| Builds a new instance. | |
| void | resetRowSelection () |
| ListSelectionModel | getListSelectionModel () |
Protected Methods | |
| void | updateSelectedPathsFromSelectedRows () |
| ListSelectionListener | createListSelectionListener () |
Protected Attributes | |
| boolean | gIsUpdatingListSelectionModel |
| True when it is updating the ListSelectionModel. | |
| TTree | tTree |
| The tree. | |
Definition at line 81 of file TTreeSelectionModel.java.
|
|
Creates and returns an instance of TListSelectionListener.
Definition at line 203 of file TTreeSelectionModel.java. Referenced by treetable::TTreeSelectionModel::TTreeSelectionModel(). |
|
|
Returns the list selection model. TTreeSelectionModel listens for changes to this model and updates the selected paths accordingly.
Definition at line 219 of file TTreeSelectionModel.java. Referenced by treetable::TTreeSelectionModel::TTreeSelectionModel(). |
|
|
This is overridden to set gIsUpdatingListSelectionModel and message super. This is the only place DefaultTreeSelectionModel alters the ListSelectionModel. Definition at line 125 of file TTreeSelectionModel.java. References treetable::TTreeSelectionModel::gIsUpdatingListSelectionModel. |
|
|
If gIsUpdatingListSelectionModel is false, this will reset the selected paths from the selected rows in the list selection model. Definition at line 153 of file TTreeSelectionModel.java. References treetable::TTreeSelectionModel::gIsUpdatingListSelectionModel. Referenced by treetable::TListSelectionListener::valueChanged(). |
1.2.18