Inheritance diagram for nui::TTreeTable:
Public Methods | |
TTreeTable (ITreeTableModel tTREE_TABLE_MODEL) | |
void | collapseTreeAll () |
Collapses all nodes in the tree. | |
void | expandTreeAll () |
Expands all nodes in the tree. | |
void | setDefaultRenderer (ITreeTableCellRenderer tTREE_TABLE_CELL_RENDERER) |
void | setLastVisibleRow (int iLAST_VISIBLE_ROW) |
void | setRowHeight (int iROW_HEIGHT) |
TTree | getTree () |
ITreeTableModel | getTreeTableModel () |
void | updateUI () |
Protected Attributes | |
TTree | tTree |
Tree. It will be used as renderer and editor. | |
ITreeTableModel | tTreeTableModel |
Definition at line 90 of file TTreeTable.java.
|
Builds a new instance.
Definition at line 111 of file TTreeTable.java. References nui::TTreeTable::setDefaultRenderer(), nui::TTreeTable::setRowHeight(), nui::TTreeTable::tTree, and nui::TTreeTable::tTreeTableModel. |
|
Returns the tree that is being shared between the model.
Definition at line 241 of file TTreeTable.java. References nui::TTreeTable::tTree. |
|
Returns the tree-table model.
Definition at line 250 of file TTreeTable.java. References nui::TTreeTable::tTreeTableModel. |
|
Sets a default cell renderer to be used if no renderer has been set in a TableColumn. If tTREE_TABLE_CELL_RENDERER is null, then it removes the default renderer for the column class ITreeTableModel.
Definition at line 176 of file TTreeTable.java. References nui::TTreeTable::tTree. Referenced by nui::TTreeTable::TTreeTable(). |
|
Sets the last visible row for the tree renderer.
Definition at line 199 of file TTreeTable.java. References nui::TTreeTable::tTree. |
|
Overridden to also pass the new row height to the tree.
Definition at line 209 of file TTreeTable.java. References nui::TTreeTable::tTree. Referenced by nui::TTreeTable::TTreeTable(). |
|
Overridden to message super and forward the method to the tree. Since the tree is not actually in the component hierarchy, it will never receive this unless it forwards it in this manner. Definition at line 260 of file TTreeTable.java. References nui::TTreeTable::tTree. |
|
Tree-table model. It is a table model representing the visible rows in the tree. Definition at line 100 of file TTreeTable.java. Referenced by nui::TTreeTable::getTreeTableModel(), and nui::TTreeTable::TTreeTable(). |