gov.nih.nlm.swing
Class TableSortEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TableSortEvent(Object source)
          Instantiates a TableSortEvent.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableSortEvent

public TableSortEvent(Object source)
Instantiates a TableSortEvent.

Parameters:
source - the source of the event


Copyright ©2005