Save This Page
Home » openjdk-7 » java » text » [javadoc | source]
java.text
class: FieldPosition.Delegate [javadoc | source]
java.lang.Object
   java.text.FieldPosition$Delegate

All Implemented Interfaces:
    FieldDelegate

An implementation of FieldDelegate that will adjust the begin/end of the FieldPosition if the arguments match the field of the FieldPosition.
Method from java.text.FieldPosition$Delegate Summary:
formatted,   formatted
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.text.FieldPosition$Delegate Detail:
 public  void formatted(Format.Field attr,
    Object value,
    int start,
    int end,
    StringBuffer buffer) 
 public  void formatted(int fieldID,
    Format.Field attr,
    Object value,
    int start,
    int end,
    StringBuffer buffer)