public class TextEditorLocation extends java.lang.Object implements FileEditorLocation
| Constructor and Description |
|---|
TextEditorLocation(int offset,
TextEditor editor) |
TextEditorLocation(LogicalPosition position,
TextEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FileEditorLocation fileEditorLocation) |
FileEditor |
getEditor() |
LogicalPosition |
getPosition() |
java.lang.String |
toString() |
public TextEditorLocation(int offset,
TextEditor editor)
public TextEditorLocation(LogicalPosition position, TextEditor editor)
public FileEditor getEditor()
getEditor in interface FileEditorLocationpublic LogicalPosition getPosition()
public int compareTo(FileEditorLocation fileEditorLocation)
compareTo in interface java.lang.Comparable<FileEditorLocation>public java.lang.String toString()
toString in class java.lang.Object