info.aduna.autofocus.gui.items
Class TableDisplay.ItemFormat
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableDisplay.ItemFormat
public TableDisplay.ItemFormat()
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.