Class RadianceTableUI.TableStateListener
java.lang.Object
org.pushingpixels.radiance.theming.internal.ui.RadianceTableUI.TableStateListener
- All Implemented Interfaces:
EventListener, ListSelectionListener, RowSorterListener, TableModelListener
- Enclosing class:
RadianceTableUI
protected class RadianceTableUI.TableStateListener
extends Object
implements ListSelectionListener, TableModelListener, RowSorterListener
State listener for tracking the selection changes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanisSameSorter(List<? extends RowSorter.SortKey> sortKeys1, List<? extends RowSorter.SortKey> sortKeys2) voidvoidvoid
-
Field Details
-
oldSortKeys
List<RowSorter.SortKey> oldSortKeys
-
-
Constructor Details
-
TableStateListener
protected TableStateListener()
-
-
Method Details
-
isSameSorter
private boolean isSameSorter(List<? extends RowSorter.SortKey> sortKeys1, List<? extends RowSorter.SortKey> sortKeys2) -
valueChanged
- Specified by:
valueChangedin interfaceListSelectionListener
-
tableChanged
- Specified by:
tableChangedin interfaceTableModelListener
-
sorterChanged
- Specified by:
sorterChangedin interfaceRowSorterListener
-