Interface TableModel64

    • Method Detail

      • getRowCount64

        long getRowCount64()
      • getColumnCount64

        long getColumnCount64()
      • getColumnName

        java.lang.String getColumnName​(long columnIndex)
      • getColumnClass

        java.lang.Class<?> getColumnClass​(long columnIndex)
      • isCellEditable

        boolean isCellEditable​(long rowIndex,
                               long columnIndex)
      • getValueAt

        java.lang.Object getValueAt​(long rowIndex,
                                    long columnIndex)
      • setValueAt

        void setValueAt​(java.lang.Object aValue,
                        long rowIndex,
                        long columnIndex)