Package org.jppf.ui.treetable

Implementation of the JTreeTable such as published in this Sun's article.

See:
          Description

Interface Summary
TreeTableModel TreeTableModel is the model used by a JTreeTable.
 

Class Summary
AbstractCellEditor Abstract cell editor for the tree table.
AbstractJPPFTreeTableModel Abstract tree table model implementation for tree table-based options.
AbstractTreeCellRenderer Renderer used to render the tree nodes in the node data panel.
AbstractTreeTableModel An abstract implementation of the TreeTableModel interface, handling the list of listeners.
AbstractTreeTableOption Abstract implementation of a tree table-based option.
FileSystemModel FileSystemModel is a TreeTableModel representing a hierarchical file system.
JPPFTreeTable Common super class for all tree tables in the admin console.
JTreeTable 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.
TreeTableModelAdapter This is a wrapper class takes a TreeTableModel and implements the table model interface.
 

Package org.jppf.ui.treetable Description

Implementation of the JTreeTable such as published in this Sun's article. We have only reused the parts of the code that are licensed under the terms of the BSD license.



Copyright © 2005-2010 JPPF Team.