Class SubstanceTableUI.TableStateListener
- java.lang.Object
-
- org.pushingpixels.substance.internal.ui.SubstanceTableUI.TableStateListener
-
- All Implemented Interfaces:
EventListener
,ListSelectionListener
,RowSorterListener
,TableModelListener
- Enclosing class:
- SubstanceTableUI
protected class SubstanceTableUI.TableStateListener extends Object implements ListSelectionListener, TableModelListener, RowSorterListener
State listener for tracking the selection changes.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TableStateListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sorterChanged(RowSorterEvent e)
void
tableChanged(TableModelEvent e)
void
valueChanged(ListSelectionEvent e)
-
-
-
Method Detail
-
valueChanged
public void valueChanged(ListSelectionEvent e)
- Specified by:
valueChanged
in interfaceListSelectionListener
-
tableChanged
public void tableChanged(TableModelEvent e)
- Specified by:
tableChanged
in interfaceTableModelListener
-
sorterChanged
public void sorterChanged(RowSorterEvent e)
- Specified by:
sorterChanged
in interfaceRowSorterListener
-
-