org.jdesktop.swing.treetable.AbstractTreeTableModel There is no javax.swing.tree.AbstractTreeModel; There ought to be one. AbstractTreeTableModel provides an implementation of {@link org.jdesktop.swing.treetable.TreeTableModel} as a convenient starting point in defining custom data models for {@link org.jdesktop.swing.JXTreeTable}. @author Ramesh ...
org.objectweb.fractal.gui.tree.model.BasicTreeModel A {@link TreeModel} based on a {@link Configuration}. This model makes a conversion from a {@link Configuration} model to a {@link TreeModel}. It listens to the configuration in order to update its state when the configuration changes.
org.jdesktop.swing.JXTreeTable <p><code>JXTreeTable</code> is a specialized {@link javax.swing.JTable table} consisting of a single column in which to display hierarchical data, and any number of other columns in which to display regular data. The interface for the data model used by a <code>JXTreeTable& ...