Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.gui |
User interface classes for CheckStyle.
|
Modifier and Type | Field and Description |
---|---|
private MainFrameModel.ParseMode |
ParseTreeTablePresentation.parseMode
Parsing mode.
|
private MainFrameModel.ParseMode |
MainFrameModel.parseMode
Current mode.
|
Modifier and Type | Method and Description |
---|---|
static MainFrameModel.ParseMode |
MainFrameModel.ParseMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MainFrameModel.ParseMode[] |
MainFrameModel.ParseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeTablePresentation.setParseMode(MainFrameModel.ParseMode mode)
Set parse mode.
|
protected void |
ParseTreeTableModel.setParseMode(MainFrameModel.ParseMode mode)
Set parse mode.
|
void |
MainFrameModel.setParseMode(MainFrameModel.ParseMode mode)
Set current parse mode.
|