public interface TablePropertyEditorsModel extends Model
TablePropertyEditorsModelFilter
Modifier and Type | Method and Description |
---|---|
PropertyEditor |
getPropertyEditor(Object node,
String columnID)
Get the property editor for the given table cell.
|
PropertyEditor getPropertyEditor(Object node, String columnID) throws UnknownTypeException
node
- an object returned from TreeModel.getChildren(java.lang.Object, int, int)
for this rowcolumnID
- an id of column defined by ColumnModel.getID()
null
to use the column default one.UnknownTypeException
- if there is nothing to be provided for the given
parameter type