public class CodeSelector extends Object
| Constructor and Description |
|---|
CodeSelector(DetailAST ast,
JTextArea editor,
List<Integer> lines2position)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
select()
Set a selection position from AST line and Column.
|
public CodeSelector(DetailAST ast, JTextArea editor, List<Integer> lines2position)
ast - ast node.editor - text area editor.lines2position - list to map lines.public void select()
Copyright © 2001-2015. All Rights Reserved.