public class EditFormatResult
extends java.lang.Object
| Constructor and Description |
|---|
EditFormatResult() |
| Modifier and Type | Method and Description |
|---|---|
SourceEdit[] |
getEdits() |
int |
getSelectionLength() |
int |
getSelectionOffset() |
void |
setEdits(SourceEdit[] edits) |
void |
setSelectionLength(int selectionLength) |
void |
setSelectionOffset(int selectionOffset) |
public SourceEdit[] getEdits()
public void setEdits(SourceEdit[] edits)
public int getSelectionOffset()
public void setSelectionOffset(int selectionOffset)
public int getSelectionLength()
public void setSelectionLength(int selectionLength)