- All Implemented Interfaces:
- ca.odell.glazedlists.gui.TableFormat<Material>, ca.odell.glazedlists.gui.WritableTableFormat<Material>
public class MaterialWritableTableFormat
extends java.lang.Object
implements ca.odell.glazedlists.gui.WritableTableFormat<Material>
This class implements the WritableTableFormat interface to make it possible
to read and write GlazedLists of Materials.
It must be instantiated with a list of properties that represent its columns
and from which it can acquire the number of columns. It will also use this
list as the keys when pulling properties from the Materials passed to it.
Instead of assuming that updated values passed to it are doubles, it calls
Object.toString() and interprets that value as a double.
It always reports values as editable.
- Author:
- Jay Jay Billings