Uses of Class
com.jeffpalm.util.Format

Packages that use Format
com.jeffpalm.bib.util   
com.jeffpalm.bin   
com.jeffpalm.util   
 

Uses of Format in com.jeffpalm.bib.util
 

Methods in com.jeffpalm.bib.util with parameters of type Format
 java.lang.String Bib.format(Format f)
           
 

Uses of Format in com.jeffpalm.bin
 

Methods in com.jeffpalm.bin with parameters of type Format
 java.lang.String Machines.PersonImpl.format(Format f)
           
 

Uses of Format in com.jeffpalm.util
 

Fields in com.jeffpalm.util declared as Format
static Format Format.FULL
           
static Format Format.LONG
           
static Format Format.MEDIUM
           
static Format Format.SHORT
           
 

Methods in com.jeffpalm.util with parameters of type Format
 java.lang.String Formattable.format(Format f)