info.aduna.autofocus.gui.items
Class TableDisplay.ItemFormat

java.lang.Object
  extended by info.aduna.autofocus.gui.items.TableDisplay.ItemFormat
All Implemented Interfaces:
ca.odell.glazedlists.gui.TableFormat<Item>, ca.odell.glazedlists.gui.WritableTableFormat<Item>
Enclosing class:
TableDisplay

public static class TableDisplay.ItemFormat
extends Object
implements ca.odell.glazedlists.gui.WritableTableFormat<Item>


Constructor Summary
TableDisplay.ItemFormat()
           
 
Method Summary
 int getColumnCount()
           
 String getColumnName(int column)
           
 Object getColumnValue(Item item, int column)
           
 String getFieldDescription(int column)
           
 boolean isEditable(Item item, int column)
           
 Item setColumnValue(Item item, Object editedValue, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDisplay.ItemFormat

public TableDisplay.ItemFormat()
Method Detail

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in interface ca.odell.glazedlists.gui.TableFormat<Item>

getColumnName

public String getColumnName(int column)
Specified by:
getColumnName in interface ca.odell.glazedlists.gui.TableFormat<Item>

getColumnValue

public Object getColumnValue(Item item,
                             int column)
Specified by:
getColumnValue in interface ca.odell.glazedlists.gui.TableFormat<Item>

isEditable

public boolean isEditable(Item item,
                          int column)
Specified by:
isEditable in interface ca.odell.glazedlists.gui.WritableTableFormat<Item>

setColumnValue

public Item setColumnValue(Item item,
                           Object editedValue,
                           int column)
Specified by:
setColumnValue in interface ca.odell.glazedlists.gui.WritableTableFormat<Item>

getFieldDescription

public String getFieldDescription(int column)


Copyright © 1997-2008 Aduna. All Rights Reserved.