org.objectweb.jac.aspects.gui
Class IntFormat

java.lang.Object
  extended byorg.objectweb.jac.aspects.gui.IntFormat
All Implemented Interfaces:
Format

public class IntFormat
extends Object
implements Format


Field Summary
protected  FieldItem field
           
protected  DecimalFormat format
           
 
Constructor Summary
IntFormat(FieldItem field)
           
 
Method Summary
 String format(long value)
           
 String format(Number value)
           
 String format(Object value)
           
 Object parse(String str, ParsePosition pos)
           
 Number parseNumber(String str, ParsePosition pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

protected DecimalFormat format

field

protected FieldItem field
Constructor Detail

IntFormat

public IntFormat(FieldItem field)
Method Detail

format

public String format(Object value)
Specified by:
format in interface Format

format

public String format(Number value)

format

public String format(long value)

parse

public Object parse(String str,
                    ParsePosition pos)
Specified by:
parse in interface Format

parseNumber

public Number parseNumber(String str,
                          ParsePosition pos)