gov.nih.nlm.swing
Class TableSortEvent
java.lang.Object
java.util.EventObject
gov.nih.nlm.swing.TableSortEvent
- All Implemented Interfaces:
- Serializable
- public class TableSortEvent
- extends EventObject
Represents an event used with SortableJTable
to inform users of the
table that a sort is taking place. This is useful because it allows any
selection listeners for the class to ignore valueChanged
events while the table is sorting.
- Author:
- Brian Carsen
- See Also:
- Serialized Form
TableSortEvent
public TableSortEvent(Object source)
- Instantiates a
TableSortEvent
.
- Parameters:
source
- the source of the event
Copyright ©2005