com.puppycrawl.tools.checkstyle.gui

Class ParseTreeModel

public class ParseTreeModel extends AbstractTreeTableModel

The model that backs the parse tree in the GUI.

Version: $Id: ParseTreeModel.java,v 1.5 2004/06/22 11:13:58 rickgiles Exp $

Author: Lars Kühne

Constructor Summary
ParseTreeModel(DetailAST parseTree)
Method Summary
ObjectgetChild(Object parent, int index)
intgetChildCount(Object parent)
ClassgetColumnClass(int column)
intgetColumnCount()
StringgetColumnName(int column)
ObjectgetValueAt(Object node, int column)
voidsetValueAt(Object aValue, Object node, int column)

Constructor Detail

ParseTreeModel

public ParseTreeModel(DetailAST parseTree)

Method Detail

getChild

public Object getChild(Object parent, int index)

getChildCount

public int getChildCount(Object parent)

getColumnClass

public Class getColumnClass(int column)

getColumnCount

public int getColumnCount()

getColumnName

public String getColumnName(int column)

getValueAt

public Object getValueAt(Object node, int column)

setValueAt

public void setValueAt(Object aValue, Object node, int column)