public final class AceRange
extends com.google.gwt.core.client.JavaScriptObject
| Modifier and Type | Method and Description |
|---|---|
static AceRange |
create(int startRow,
int startColumn,
int endRow,
int endColumn) |
void |
detach()
Detaches both, start and end from this
AceRange. |
void |
detachEnd()
Detaches the end achor from this
AceRange. |
void |
detachStart()
Detaches the start anchor from this
AceRange. |
public static AceRange create(int startRow, int startColumn, int endRow, int endColumn)
public void detach()
AceRange.public void detachStart()
AceRange.public void detachEnd()
AceRange.