Interface | Description |
---|---|
TreeTableModel |
TreeTableModel is the model used by a JTreeTable.
|
Class | Description |
---|---|
AbstractTreeTableModel |
An abstract implementation of the TreeTableModel interface, handling the list
of listeners.
|
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.
|
SimpleTreeTableModel |
An extension of SimpleTreeModel which implements the
TreeTableModel interface.
|
TreeTableModelAdapter |
This is a wrapper class takes a TreeTableModel and implements
the table model interface.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.