public class HideReturnsTransformationMethod extends ReplacementTransformationMethod
Constructor and Description |
---|
HideReturnsTransformationMethod() |
Modifier and Type | Method and Description |
---|---|
static HideReturnsTransformationMethod |
getInstance() |
protected char[] |
getOriginal()
The character to be replaced is \r.
|
protected char[] |
getReplacement()
The character that \r is replaced with is ?.
|
getTransformation, onFocusChanged
protected char[] getOriginal()
getOriginal
in class ReplacementTransformationMethod
protected char[] getReplacement()
getReplacement
in class ReplacementTransformationMethod
public static HideReturnsTransformationMethod getInstance()