com.puppycrawl.tools.checkstyle.gui
public class ParseTreeModel extends AbstractTreeTableModel
Version: $Id: ParseTreeModel.java,v 1.7 2006/07/07 03:44:16 oburn Exp $
| Constructor Summary | |
|---|---|
| ParseTreeModel(DetailAST parseTree) | |
| Method Summary | |
|---|---|
| Object | getChild(Object parent, int index) |
| int | getChildCount(Object parent) |
| Class | getColumnClass(int column) |
| int | getColumnCount() |
| String | getColumnName(int column) |
| Object | getValueAt(Object node, int column) |
| void | setValueAt(Object aValue, Object node, int column) |