| org.isqlviewer.swing.outline.AbstractTreeTableModel org.isqlviewer.model.HistoryTreeModel
HistoryTreeModel | final public class HistoryTreeModel extends AbstractTreeTableModel implements JdbcCommandLogger(Code) | | Model for displaying the historical events in a tree fashion.
This model is a two tier tree such that there are date nodes refere to an internal collection historical reference
nodes.
author: Mark A. Kobold <mkobold at isqlviewer dot com> See Also: org.isqlviewer.history.HistoryReference version: 1.0 |
HistoryTreeModel | public HistoryTreeModel()(Code) | | |
clear | public synchronized void clear()(Code) | | Empties this tree model of all internal references to other objects.
fairly run of the mill clearing function.
|
getColumnClass | public Class getColumnClass(int column)(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | |
|
|