Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.puppycrawl.tools.checkstyle.gui

Contains the implementation of the Checkstyle framework.

See:
          Description

Interface Summary
FileDrop.Listener Implement this inner interface to listen for when files are dropped.
TreeTableModel TreeTableModel is the model used by a JTreeTable.
 

Class Summary
AbstractCellEditor Abstract implementation of a CellEditor.
AbstractTreeTableModel  
FileDrop This class makes it easy to drag and drop files from the operating system to a Java program.
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.
ParseTreeInfoPanel.JavaFileFilter  
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

Contains the implementation of the Checkstyle framework. Developers of plug-ins for Checkstyle should refer to this package to configure and run it.

You should not be referring to this package if you are implementing your own check.