Ontimize 5.2072EN

com.ontimize.gui.table
Class TableSorter.ColumnSizeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ontimize.gui.table.TableSorter.ColumnSizeEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TableSorter

public static class TableSorter.ColumnSizeEvent
extends java.util.EventObject

Class that contains the event information corresponding to the change of the size of a column. Contains the column model index that launched the event.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TableSorter.ColumnSizeEvent(java.lang.Object source, int col)
          Creates a column size event.
 
Method Summary
 int getModelColumnIndex()
          Returns the model column index affected by this event.
 
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

TableSorter.ColumnSizeEvent

public TableSorter.ColumnSizeEvent(java.lang.Object source,
                                   int col)
Creates a column size event.

Parameters:
source - the source of the event
col - the column that launches the event
Method Detail

getModelColumnIndex

public int getModelColumnIndex()
Returns the model column index affected by this event.

Returns:

Ontimize