swingwtx.swing.event
Class TableColumnModelEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwtx.swing.event.TableColumnModelEvent
All Implemented Interfaces:
java.io.Serializable

public class TableColumnModelEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
protected  int fromIndex
           
protected  int toIndex
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TableColumnModelEvent(TableColumnModel source, int from, int to)
           
 
Method Summary
 int getFromIndex()
           
 int getToIndex()
           
 
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
 

Field Detail

fromIndex

protected int fromIndex

toIndex

protected int toIndex
Constructor Detail

TableColumnModelEvent

public TableColumnModelEvent(TableColumnModel source,
                             int from,
                             int to)
Method Detail

getFromIndex

public int getFromIndex()

getToIndex

public int getToIndex()