Interface TableFormat<E>

    • Method Detail

      • getColumnCount

        int getColumnCount()
        The number of columns to display.
      • getColumnName

        java.lang.String getColumnName​(int column)
        Gets the title of the specified column.
      • getColumnValue

        java.lang.Object getColumnValue​(E baseObject,
                                        int column)
        Gets the value of the specified field for the specified object. This is the value that will be passed to the editor and renderer for the column. If you have defined a custom renderer, you may choose to return simply the baseObject.