Class CodeSelector
java.lang.Object
com.puppycrawl.tools.checkstyle.gui.CodeSelector
Helper class to select a code.
-
Constructor Summary
ConstructorsConstructorDescriptionCodeSelector
(Object node, JTextArea editor, List<Integer> lines2position) Constructor. -
Method Summary
-
Constructor Details
-
CodeSelector
Constructor.- Parameters:
node
- ast node.editor
- text area editor.lines2position
- list to map lines.
-
-
Method Details
-
select
public void select()Set selection.
-