org.jcreme.swing.table
Class TableColumnOrderEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.jcreme.swing.table.TableColumnOrderEvent
All Implemented Interfaces:
java.io.Serializable

public class TableColumnOrderEvent
extends java.util.EventObject

This class describes events of order change in a TableColumn. Whenever the order assigned to a column is changed, an event of this is fired. These events can then be used to resort the data or to update the GUI.

Version:
$Revision: 1.1 $
Author:
$Author: dbregeon $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TableColumnOrderEvent(java.lang.Object source)
          Creates new TableColorModelEvent
 
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

TableColumnOrderEvent

public TableColumnOrderEvent(java.lang.Object source)
Creates new TableColorModelEvent

Parameters:
source - the source of the event.


Copyright 2006 null. All Rights Reserved.