Module java.desktop

Interface TableColumnModelListener

    • Method Detail

      • columnAdded

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

        void columnRemoved​(TableColumnModelEvent e)
        Tells listeners that a column was removed from the model.
        Parameters:
        e - a TableColumnModelEvent
      • columnMoved

        void columnMoved​(TableColumnModelEvent e)
        Tells listeners that a column was repositioned.
        Parameters:
        e - a TableColumnModelEvent
      • columnMarginChanged

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

        void columnSelectionChanged​(ListSelectionEvent e)
        Tells listeners that the selection model of the TableColumnModel changed.
        Parameters:
        e - a ListSelectionEvent