Uses of Enum
com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
Packages that use MainFrameModel.ParseMode
-
Uses of MainFrameModel.ParseMode in com.puppycrawl.tools.checkstyle.gui
Methods in com.puppycrawl.tools.checkstyle.gui that return MainFrameModel.ParseModeModifier and TypeMethodDescriptionstatic MainFrameModel.ParseMode
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.ParseModeModifier and TypeMethodDescriptionvoid
MainFrameModel.setParseMode
(MainFrameModel.ParseMode mode) Set current parse mode.protected void
ParseTreeTableModel.setParseMode
(MainFrameModel.ParseMode mode) Set parse mode.protected void
ParseTreeTablePresentation.setParseMode
(MainFrameModel.ParseMode mode) Set parse mode.