|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
nextapp.echo.app.event.TableColumnModelEvent
public class TableColumnModelEvent
An event which describes an update to a TableColumnModel
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TableColumnModelEvent(TableColumnModel source,
int fromIndex,
int toIndex)
Creates a new 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)
TableColumnModelEvent.
source - the updated TableColumnModel.fromIndex - the index from which the column was moved or removed
(relevant to remove and move operations)toIndex - the index to which the column was moved or added
(relevant to move and add operations)| Method Detail |
|---|
public int getFromIndex()
public int getToIndex()
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||