Class ListSortController.ListRowSorterModelWrapper

  • Enclosing class:
    ListSortController<M extends javax.swing.ListModel>

    private class ListSortController.ListRowSorterModelWrapper
    extends java.lang.Object
    Implementation of DefaultRowSorter.ModelWrapper that delegates to a TableModel.
    • Constructor Detail

      • ListRowSorterModelWrapper

        private ListRowSorterModelWrapper()
    • 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)