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.jdesktop.swing.treetable.TreeTableCellEditor An editor that can be used to edit the tree column. This extends DefaultCellEditor and uses a JTextField (actually, TreeTableTextField) to perform the actual editing. <p>To support editing of the tree column we can not make the tree editable. The reason this doesn't work is that you can not ...
org.apache.poi.contrib.poibrowser.ExtendableTreeCellRenderer <p>This is a {@link TreeCellRenderer} implementation which is able to render arbitrary objects. The {@link ExtendableTreeCellRenderer} does not do the rendering itself but instead dispatches to class-specific renderers. A class/renderer pair must be registered using the {@link #register} met ...