Class | Description |
---|---|
BaseCellEditor |
A base class for CellEditors, providing default implementations for all
methods in the CellEditor interface and support for managing a series
of listeners.
|
CodeSelector |
Helper class to select a code.
|
CodeSelectorPresentation |
Presentation model for CodeSelector.
|
Main |
Entry point for starting the checkstyle GUI.
|
MainFrame |
Displays information about a parse tree.
|
MainFrameModel |
Model for checkstyle frame.
|
ParseTreeTableModel |
The model that backs the parse tree in the GUI.
|
ParseTreeTablePresentation |
The model that backs the parse tree in the GUI.
|
TreeTable |
This example shows how to create a simple TreeTable component,
by using a JTree as a renderer (and editor) for the cells in a
particular column in the JTable.
|
TreeTableModelAdapter |
This is a wrapper class takes a TreeTableModel and implements
the table model interface.
|
Enum | Description |
---|---|
MainFrameModel.ParseMode |
Parsing modes which available in GUI.
|
This is definitely work in progress. Here are some ideas where you could help:
FileContents
.
Copyright © 2001–2018. All rights reserved.