|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
com.tobesoft.xplatform.data.DataSetEvent
DataSet의 구조 또는 데이터의 변경을 의미하는 EventObject이다.
| Field Summary | |
static int |
ALL_COLUMNS
모든 열(column)의 데이터가 변경되었음을 의미한다. |
static int |
HEADER_ROW
구조가 변경되었음을 의미한다. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
DataSetEvent(DataSet source)
모든 데이터의 변경을 의미하는 생성자이다. |
|
DataSetEvent(DataSet source,
int row)
특정 행(row)의 데이터 변경을 의미하는 생성자이다. |
|
DataSetEvent(DataSet source,
int firstRow,
int lastRow)
특정 행(row)들의 데이터 변경을 의미하는 생성자이다. |
|
DataSetEvent(DataSet source,
int firstRow,
int lastRow,
int column)
특정 행(row)들과 특정 열(column)의 데이터 변경을 의미하는 생성자이다. |
|
| Method Summary | |
int |
getColumn()
변경된 열(column)을 반환한다. |
int |
getFirstRow()
변경된 처음 행(row)을 반환한다. |
int |
getLastRow()
변경된 마지막 행(row)을 반환한다. |
| 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 final int HEADER_ROW
public static final int ALL_COLUMNS
| Constructor Detail |
public DataSetEvent(DataSet source)
source - 변경된 DataSet
public DataSetEvent(DataSet source,
int row)
source - 변경된 DataSetrow - 변경된 행(row)
public DataSetEvent(DataSet source,
int firstRow,
int lastRow)
source - 변경된 DataSetfirstRow - 변경된 처음 행(row)lastRow - 변경된 마지막 행(row)
public DataSetEvent(DataSet source,
int firstRow,
int lastRow,
int column)
source - 변경된 DataSetfirstRow - 변경된 처음 행(row)lastRow - 변경된 마지막 행(row)column - 변경된 열(column)| Method Detail |
public int getFirstRow()
public int getLastRow()
public int getColumn()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||