|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| TreeTableListener | Tree table listener. |
| TreeTableModel | The TreeTableModel brings the TableModel and the TreeModel together into one interface. |
| TreeTableModelListener | Combines to listener and extends they with before change and after change methods. |
| TreeTableNode | The TreeTableNode is an extension of the javax.swing.tree.TreeNode, and is specifically
used by the tree contained in the JTreeTable It provides some extra methods required
by the JTreeTable to determine the variable heights of components that may be contained
in a cell. |
| Class Summary | |
|---|---|
| DefaultTableCellEditor | |
| DefaultTableCellRenderer | Table cell renderer for JComponents. |
| DefaultTreeCellRenderer | Default tree cell renderer used by the JTreeTable to renderer the labels for the
nodes of the tree. |
| DefaultTreeTableModel | The DefaultTreeTable model implements the TreeTableModel interface and extends the AbstractTableModel. |
| DefaultTreeTableNode | Default implementation for the TreeTableNode, which is used in conjunction
with the DefaultTreeTableModel |
| JTreeTable | This JTreeTable is based on the same concept (placing a JTree into a column of a JTable) as the JTreeTable provided by Sun Microsystems, with the exception that the individual JTree nodes will adapt to the height of JTables row in which they have been placed. |
| SimpleTreeTableModel | The SimpleTreeTableModel can be thought of as an abstract model, although all required
methods have been implemented. |
| TreeTableCellEditor | Default TreeTableCellEditor used by the JTreeTable to obtain the editor component
for the tree if set to editable. |
| TreeTableCellRenderer | The tree table cell renderer that is a javax.swing.JTree. |
| TreeTableEvent | Tree table event. |
| TreeTableNodeComparator | Tree table node comparator. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||