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 boolean
isSameSorter
(List<? extends RowSorter.SortKey> sortKeys1, List<? extends RowSorter.SortKey> sortKeys2) void
void
void
-
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:
valueChanged
in interfaceListSelectionListener
-
tableChanged
- Specified by:
tableChanged
in interfaceTableModelListener
-
sorterChanged
- Specified by:
sorterChanged
in interfaceRowSorterListener
-