public interface TablePropertyEditorsModelFilter extends Model
TablePropertyEditorsModel
s.TablePropertyEditorsModel
Modifier and Type | Method and Description |
---|---|
PropertyEditor |
getPropertyEditor(TablePropertyEditorsModel original,
Object node,
String columnID)
Get the property editor for the given table cell.
|
PropertyEditor getPropertyEditor(TablePropertyEditorsModel original, Object node, String columnID) throws UnknownTypeException
original
- The original TablePropertyEditorsModel
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