|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.elegantj.awt.table.TableCellEditEvent
TableCellEditEvent is used to notify interested parties that state has changed in the event source
| Field Summary | |
static int |
AFTER_CELL_EDIT
The event id represents the event for the after cell edit |
static int |
BEFORE_CELL_EDIT
The event id represents the event for the before cell edit |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
TableCellEditEvent(java.lang.Object source,
int eventID,
int rowIndex,
int columnIndex,
java.lang.Object value)
Constructs a TableCellEditEvent object. |
|
| Method Summary | |
int |
getColumnIndex()
This method returns the index of the column of the editing cell |
int |
getEventID()
Returns the event id for the event The possible values are BEFORE_CELL_EDIT and AFTER_CELL_EDIT |
int |
getRowIndex()
This method returns the index of the row of the editing cell |
java.lang.Object |
getValue()
This method returns the value of the editing cell |
| 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 |
| Field Detail |
public static int BEFORE_CELL_EDIT
public static int AFTER_CELL_EDIT
| Constructor Detail |
public TableCellEditEvent(java.lang.Object source,
int eventID,
int rowIndex,
int columnIndex,
java.lang.Object value)
eventID - The eventID The possible values are BEFORE_CELL_EDIT and AFTER_CELL_EDITsource - the Object that is the source of the eventrowIndex - The row index at which cell is editingvalue - The value of the cell editor| Method Detail |
public int getRowIndex()
public int getColumnIndex()
public java.lang.Object getValue()
public int getEventID()
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||