public class JTableRowIndexToModelTransformer extends Object implements com.github.leanframeworks.propertiesframework.api.transform.Transformer<Integer,Integer>
| Constructor and Description |
|---|
JTableRowIndexToModelTransformer(JTable table)
Constructor specifying the table to be used to convert view row indices to model indices.
|
JTableRowIndexToModelTransformer(RowSorter<?> rowSorter)
Constructor specifying the table row sorter to be used to convert view row indices to model indices.
|
public JTableRowIndexToModelTransformer(JTable table)
table - Table to be used to convert view row indices to model indices.public JTableRowIndexToModelTransformer(RowSorter<?> rowSorter)
rowSorter - Table row sorter to be used to convert view row indices to model indices.Copyright © 2017. All rights reserved.