Interface TableColumnModelListener

    • Method Detail

      • columnAdded

        void columnAdded(TableColumnModelEvent e)
        Tells listeners that a column was added to the model.
      • columnRemoved

        void columnRemoved(TableColumnModelEvent e)
        Tells listeners that a column was removed from the model.
      • columnMarginChanged

        void columnMarginChanged(ChangeEvent e)
        Tells listeners that a column was moved due to a margin change.
      • columnSelectionChanged

        void columnSelectionChanged(ListSelectionEvent e)
        Tells listeners that the selection model of the TableColumnModel changed.