|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
nextapp.echo.event.TableColumnModelEvent
public class TableColumnModelEvent
An event indicating an update to a TableColumnModel.
Table
,
TableColumnModelListener
,
TableColumnModel
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TableColumnModelEvent(TableColumnModel source,
int fromIndex,
int toIndex)
Creates a TableColumnModelEvent. |
Method Summary | |
---|---|
int |
getFromIndex()
Returns the index from which the column was moved or removed. |
int |
getToIndex()
Returns the index to which the column was moved or added. |
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 TableColumnModelEvent(TableColumnModel source, int fromIndex, int toIndex)
source
- The TableColumnModel that generated the event.fromIndex
- The index from which the column was moved or removed.toIndex
- The index to which the column was moved or added.Method Detail |
---|
public int getFromIndex()
public int getToIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |