javax.swing.event

Class TableColumnModelEvent

public class TableColumnModelEvent extends EventObject

TableColumnModelEvent
Field Summary
protected intfromIndex
fromIndex
protected inttoIndex
toIndex
Constructor Summary
TableColumnModelEvent(TableColumnModel source, int from, int to)
Constructor TableColumnModelEvent
Method Summary
intgetFromIndex()
getFromIndex.
intgetToIndex()
getToIndex.

Field Detail

fromIndex

protected int fromIndex
fromIndex

toIndex

protected int toIndex
toIndex

Constructor Detail

TableColumnModelEvent

public TableColumnModelEvent(TableColumnModel source, int from, int to)
Constructor TableColumnModelEvent

Parameters: source Source TableColumnModel from From index to To index

Method Detail

getFromIndex

public int getFromIndex()
getFromIndex.

Returns: From index

getToIndex

public int getToIndex()
getToIndex.

Returns: To index