Public Methods | |
JTreeTable (TreeTableModel treeTableModel) | |
TableCellEditor | getCellEditor (int row, int column) |
TableCellRenderer | getCellRenderer (int row, int column) |
int | getEditingRow () |
JTree | getTree () |
void | setRowHeight (int rowHeight) |
void | updateUI () |
Static Public Methods | |
void | processAbstractions (Collection abstractions) |
Static Public Attributes | |
java util Hashtable | absTable |
Protected Attributes | |
TreeTableCellRenderer | tree |
Definition at line 42 of file JTreeTable.java.
|
Insert the method's description here. Creation date: (3/24/00 12:20:36 AM)
Definition at line 293 of file JTreeTable.java. |
|
Insert the method's description here. Creation date: (3/24/00 12:20:36 AM)
Definition at line 363 of file JTreeTable.java. |
|
Returns the tree that is being shared between the model. Definition at line 442 of file JTreeTable.java. |
|
This method was created in VisualAge.
Definition at line 449 of file JTreeTable.java. |
|
Overridden to pass the new rowHeight to the tree. Definition at line 482 of file JTreeTable.java. |
|
Overridden to message super and forward the method to the tree. Since the tree is not actually in the component hieachy it will never receive this unless we forward it in this manner. Definition at line 493 of file JTreeTable.java. |
|
A subclass of JTree. Definition at line 44 of file JTreeTable.java. |