org.isqlviewer.swing.outline |
|
Java Source File Name | Type | Comment |
AbstractCellEditor.java | Class | TODO Add AbstractCellEditor Object overview JavaDoc information.
author: Mark A. |
AbstractTreeTableModel.java | Class | An abstract implementation of the TreeTableModel interface, handling the list of listeners. |
JOutline.java | Class | This example shows how to create a simple JTreeTable component, by using a JTree as a renderer (and editor) for the
cells in a particular column in the JTable. |
MergeSort.java | Class | An implementation of MergeSort, needs to be subclassed to compare the terms. |
OutlineModel.java | Interface | TreeTableModel is the model used by a JTreeTable.
It extends TreeModel to add methods for getting inforamtion about the set of columns each node in the TreeTableModel
may have. |
TreeTableModelAdapter.java | Class | TreeTableModel is the model used by a JTreeTable.
It extends TreeModel to add methods for getting inforamtion about the set of columns each node in the TreeTableModel
may have. |