com.jeffpalm.util
Class Formatter.ListGetter

java.lang.Object
  extended by com.jeffpalm.util.Formatter.ListGetter
All Implemented Interfaces:
Formatter.Getter
Enclosing class:
Formatter

public static class Formatter.ListGetter
extends java.lang.Object
implements Formatter.Getter


Field Summary
 
Fields inherited from interface com.jeffpalm.util.Formatter.Getter
ARRAY, LIST, TABLE
 
Constructor Summary
Formatter.ListGetter()
           
 
Method Summary
 java.lang.Object get(java.lang.Object owner, java.lang.String columnName, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Formatter.ListGetter

public Formatter.ListGetter()
Method Detail

get

public java.lang.Object get(java.lang.Object owner,
                            java.lang.String columnName,
                            int index)
Specified by:
get in interface Formatter.Getter