Package org.jdesktop.swingx.sort
Class ListSortController.ListRowSorterModelWrapper
- java.lang.Object
-
- org.jdesktop.swingx.sort.ListSortController.ListRowSorterModelWrapper
-
- Enclosing class:
- ListSortController<M extends javax.swing.ListModel>
private class ListSortController.ListRowSorterModelWrapper extends java.lang.ObjectImplementation of DefaultRowSorter.ModelWrapper that delegates to a TableModel.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateListRowSorterModelWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnCount()java.lang.IntegergetIdentifier(int index)MgetModel()intgetRowCount()java.lang.StringgetStringValueAt(int row, int column)java.lang.ObjectgetValueAt(int row, int column)
-
-
-
Method Detail
-
getModel
public M getModel()
-
getColumnCount
public int getColumnCount()
-
getRowCount
public int getRowCount()
-
getValueAt
public java.lang.Object getValueAt(int row, int column)
-
getStringValueAt
public java.lang.String getStringValueAt(int row, int column)
-
getIdentifier
public java.lang.Integer getIdentifier(int index)
-
-