Class PlaceSelection.NamedResultTableColumnModel

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

    static class PlaceSelection.NamedResultTableColumnModel
    extends javax.swing.table.DefaultTableColumnModel
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.swing.table.TableColumn col3  
      private javax.swing.table.TableColumn col4  
      • Fields inherited from class javax.swing.table.DefaultTableColumnModel

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void createColumns()  
      void setHeadlines​(java.lang.String third, java.lang.String fourth)
      Set the header column values for the third and fourth columns
      • 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
    • Field Detail

      • col3

        private javax.swing.table.TableColumn col3
      • col4

        private javax.swing.table.TableColumn col4
    • Method Detail

      • setHeadlines

        public void setHeadlines​(java.lang.String third,
                                 java.lang.String fourth)
        Set the header column values for the third and fourth columns
        Parameters:
        third - The new header for the third column
        fourth - The new header for the fourth column