android.text.method
Class HideReturnsTransformationMethod

java.lang.Object
  extended by android.text.method.ReplacementTransformationMethod
      extended by android.text.method.HideReturnsTransformationMethod
All Implemented Interfaces:
TransformationMethod

public class HideReturnsTransformationMethod
extends ReplacementTransformationMethod


Constructor Summary
HideReturnsTransformationMethod()
           
 
Method Summary
static HideReturnsTransformationMethod getInstance()
           
protected  char[] getOriginal()
           
protected  char[] getReplacement()
           
 
Methods inherited from class android.text.method.ReplacementTransformationMethod
getTransformation, onFocusChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HideReturnsTransformationMethod

public HideReturnsTransformationMethod()
Method Detail

getOriginal

protected char[] getOriginal()
Specified by:
getOriginal in class ReplacementTransformationMethod

getReplacement

protected char[] getReplacement()
Specified by:
getReplacement in class ReplacementTransformationMethod

getInstance

public static HideReturnsTransformationMethod getInstance()


Copyright © 2008-2012. All Rights Reserved.