Interface ITableModelTransformation
-
public interface ITableModelTransformationTransformation or midfication of aTableModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableModeltransform(TableModel tableModel)Transforms specified table model.
-
-
-
Method Detail
-
transform
TableModel transform(TableModel tableModel)
Transforms specified table model.- Returns:
- the same but modified table model or a new one.
-
-