com.puppycrawl.tools.checkstyle.gui
public class JTreeTable extends JTable
Version: 1.2 10/27/98
| Nested Class Summary | |
|---|---|
| class | JTreeTable.TreeTableCellEditor
TreeTableCellEditor implementation. |
| Field Summary | |
|---|---|
| protected JTreeTable.TreeTableCellRenderer | tree A subclass of JTree. |
| Constructor Summary | |
|---|---|
| JTreeTable(TreeTableModel treeTableModel) | |
| Method Summary | |
|---|---|
| int | getEditingRow() |
| JTree | getTree() |
| void | setRowHeight(int newRowHeight)
Overridden to pass the new rowHeight to the tree. |
| void | updateUI()
Overridden to message super and forward the method to the tree.
|
Returns: the tree that is being shared between the model.