public class InsertReplaceEdit
extends java.lang.Object
| Constructor and Description |
|---|
InsertReplaceEdit() |
InsertReplaceEdit(java.lang.String newText,
Range insert,
Range replace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Range |
getInsert()
The range if the insert that is requested
|
java.lang.String |
getNewText()
The string to be inserted.
|
Range |
getReplace()
The range if the replace that is requested.
|
int |
hashCode() |
void |
setInsert(Range insert)
The range if the insert that is requested
|
void |
setNewText(java.lang.String newText)
The string to be inserted.
|
void |
setReplace(Range replace)
The range if the replace that is requested.
|
java.lang.String |
toString() |
@Pure public java.lang.String getNewText()
public void setNewText(java.lang.String newText)
@Pure public Range getInsert()
public void setInsert(Range insert)
@Pure public Range getReplace()
public void setReplace(Range replace)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object