public class EditFormatRequest
extends java.lang.Object
| Constructor and Description |
|---|
EditFormatRequest() |
EditFormatRequest(java.lang.String file,
int selectionOffset,
int selectionLength) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFile() |
int |
getSelectionLength() |
int |
getSelectionOffset() |
void |
setFile(java.lang.String file) |
void |
setSelectionLength(int selectionLength) |
void |
setSelectionOffset(int selectionOffset) |
public EditFormatRequest()
public EditFormatRequest(java.lang.String file,
int selectionOffset,
int selectionLength)
public java.lang.String getFile()
public void setFile(java.lang.String file)
public int getSelectionOffset()
public void setSelectionOffset(int selectionOffset)
public int getSelectionLength()
public void setSelectionLength(int selectionLength)