|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.ontimize.gui.table.TableSorter.ColumnSizeEvent
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.
| 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 |
public TableSorter.ColumnSizeEvent(java.lang.Object source,
int col)
source - the source of the eventcol - the column that launches the event| Method Detail |
public int getModelColumnIndex()
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||