Class NatColumnTableFormat<R>

  • All Implemented Interfaces:
    ca.odell.glazedlists.gui.AdvancedTableFormat<R>, ca.odell.glazedlists.gui.TableFormat<R>

    public class NatColumnTableFormat<R>
    extends Object
    implements ca.odell.glazedlists.gui.AdvancedTableFormat<R>
    • Method Detail

      • getColumnClass

        public Class<?> getColumnClass​(int col)
        Specified by:
        getColumnClass in interface ca.odell.glazedlists.gui.AdvancedTableFormat<R>
      • getColumnComparator

        public Comparator<?> getColumnComparator​(int col)
        Specified by:
        getColumnComparator in interface ca.odell.glazedlists.gui.AdvancedTableFormat<R>
      • getColumnName

        public String getColumnName​(int col)
        Specified by:
        getColumnName in interface ca.odell.glazedlists.gui.TableFormat<R>
      • getColumnCount

        public int getColumnCount()
        Specified by:
        getColumnCount in interface ca.odell.glazedlists.gui.TableFormat<R>
      • getColumnValue

        public Object getColumnValue​(R rowObj,
                                     int col)
        Specified by:
        getColumnValue in interface ca.odell.glazedlists.gui.TableFormat<R>