|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TableSortListener
Generically represents a listener for responding to
SortableJTable TableSortEvents. The interface
extends ListSelectionListener because this listener is
designed to allow list selection listeners to ignore
valueChanged calls during a table sort.
| Method Summary | |
|---|---|
void |
tableSortFinished(TableSortEvent e)
Informs the listener that table sorting has completed. |
void |
tableSortStarted(TableSortEvent e)
Informs the listener that table sorting has begun. |
| Methods inherited from interface javax.swing.event.ListSelectionListener |
|---|
valueChanged |
| Method Detail |
|---|
void tableSortStarted(TableSortEvent e)
e - the TableSortEventvoid tableSortFinished(TableSortEvent e)
e - the TableSortEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||