Package com.puppycrawl.tools.checkstyle.gui

User interface classes for CheckStyle.

See:
          Description

Interface Summary
TreeTableModel TreeTableModel is the model used by a JTreeTable.
 

Class Summary
AbstractCellEditor A base class for CellEditors, providing default implementations for all methods in the CellEditor interface and support for managing a series of listeners.
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.
Main Entry point for starting the checkstyle GUI.
ParseTreeInfoPanel Displays information about a parse tree.
ParseTreeModel The model that backs the parse tree in the GUI.
TreeTableModelAdapter This is a wrapper class takes a TreeTableModel and implements the table model interface.
 

Package com.puppycrawl.tools.checkstyle.gui Description

User interface classes for CheckStyle. Currently this is mainly a gui to aid Check developers.

This is definitely work in progress. Here are some ideas where you could help:


Back to the Checkstyle Home Page