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.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.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& ...
org.jboss.console.navtree.AdminTreeBrowser Holder of the browser tree and associated handlers. Can then be embedded in any code such as applet code. Specific actions are handled through a TreeContext callback object used to communicate between this object and its container. @see org.jboss.console.navtree.TreeContext @see AppletBrowser @a ...
org.jdesktop.swing.treetable.DefaultTreeTableModel DefaultTreeTableModel is a concrete implementation of <code>AbstractTreeTableModel</code> and is provided purely as a convenience. Applications that use <code>JXTreeTable</code> are expected to provide their own implementation of a <code>TreeTableModel</code>, p ...
junit.swingui.TestTreeModel A tree model for a Test. Constructs a tree model with the given test as its root.