A table or tree provides a view of objects from a data model that organizes objects in a tabular or expandable tree format. VisualAge provides table and tree beans from Swing packages in the JFC class libraries project, in the com.sun.java.swing and com.sun.java.swing.table packages. You should not use these beans with AWT components. Although Swing and AWT beans can be mixed, it is inadvisable.
The following beans provide tables and trees:
Bean | Description |
---|---|
JTable | A table view of objects from a table data model |
TableColumn | A view of objects from a table data model column |
JTree | A tree view of objects from a tree data model |