public class EditorSelection extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected File |
file |
protected int |
line |
| Constructor and Description |
|---|
EditorSelection(File file,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
File |
getFile() |
int |
getLine() |
void |
setColumn(int column) |
void |
setFile(File file) |
void |
setLine(int line) |
Copyright © 2018. All rights reserved.