Uses of Class
com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
-
Packages that use MainFrameModel.ParseMode Package Description com.puppycrawl.tools.checkstyle.gui User interface classes for CheckStyle. -
-
Uses of MainFrameModel.ParseMode in com.puppycrawl.tools.checkstyle.gui
Fields in com.puppycrawl.tools.checkstyle.gui declared as MainFrameModel.ParseMode Modifier and Type Field Description private MainFrameModel.ParseModeMainFrameModel. parseModeCurrent mode.private MainFrameModel.ParseModeParseTreeTablePresentation. parseModeParsing mode.Methods in com.puppycrawl.tools.checkstyle.gui that return MainFrameModel.ParseMode Modifier and Type Method Description static MainFrameModel.ParseModeMainFrameModel.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.Methods in com.puppycrawl.tools.checkstyle.gui with parameters of type MainFrameModel.ParseMode Modifier and Type Method Description voidMainFrameModel. setParseMode(MainFrameModel.ParseMode mode)Set current parse mode.protected voidParseTreeTableModel. setParseMode(MainFrameModel.ParseMode mode)Set parse mode.protected voidParseTreeTablePresentation. setParseMode(MainFrameModel.ParseMode mode)Set parse mode.
-