Class VersionTableColumnModel

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener, javax.swing.event.ListSelectionListener, javax.swing.table.TableColumnModel

    public class VersionTableColumnModel
    extends javax.swing.table.DefaultTableColumnModel
    The TableColumnModel for the table with the list of versions
    Since:
    1709
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int COL_CURRENT
      Column index for current
      static int COL_DATE
      Column index for date
      static int COL_EDITOR
      Column index for editor
      static int COL_REFERENCE
      Column index for reference
      static int COL_USER
      Column index for user
      static int COL_VERSION
      Column index for version
      • Fields inherited from class javax.swing.table.DefaultTableColumnModel

        changeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionTableColumnModel()
      Creates a new VersionTableColumnModel.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void createColumns()  
      • Methods inherited from class javax.swing.table.DefaultTableColumnModel

        addColumn, addColumnModelListener, createSelectionModel, fireColumnAdded, fireColumnMarginChanged, fireColumnMoved, fireColumnRemoved, fireColumnSelectionChanged, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumnModelListeners, getColumns, getColumnSelectionAllowed, getListeners, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, moveColumn, propertyChange, recalcWidthCache, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel, valueChanged
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait