|
ExcelAccessor Bean Suite | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.excelaccessor.event.ExcelCellEvent
This event is fired when a cell has been successfully initialized, or uninitialized
EventObject,
ExcelCellListener, Serialized Form| Field Summary | |
static int |
CELL_INITIALIZED
The id for the CELL_INITIALIZED type of event. |
static int |
CELL_UNINITIALIZED
The id for the CELL_UNINITIALIZED type of event. |
protected int |
id
The event-id indicating the type of event. |
protected java.lang.String |
rangeName
The name of the range which has been initialised or uninitialised. |
protected java.lang.String |
sheetName
The name of the worksheet for the range. |
protected java.lang.String |
workbookName
The name of the workbook containing the range. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ExcelCellEvent(java.lang.Object source,
int id,
java.lang.String workbookName,
java.lang.String sheetName,
java.lang.String rangeName,
int startRow,
int startCol,
int endRow,
int endCol)
Constructs an ExcelCellEvent object with
the specified source object, the name of the concerned
workbook, sheet and range. |
|
| Method Summary | |
int |
getEndCol()
Returns the ending column number for the range. |
int |
getEndRow()
Returns the ending row number for the range. |
int |
getId()
Returns an id indicating the type of event. |
java.lang.String |
getRangeName()
Returns the name of the range that has been initialized. |
int |
getStartCol()
Returns the starting column number for the range. |
int |
getStartRow()
Returns the starting row number for the range. |
java.lang.String |
getWorkbookName()
Returns the name of the workbook containing the range. |
java.lang.String |
getWorksheetName()
Returns the name of the worksheet in which the range was initialized. |
| 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 CELL_INITIALIZED
public static final int CELL_UNINITIALIZED
protected java.lang.String sheetName
protected java.lang.String workbookName
protected java.lang.String rangeName
protected int id
| Constructor Detail |
public ExcelCellEvent(java.lang.Object source,
int id,
java.lang.String workbookName,
java.lang.String sheetName,
java.lang.String rangeName,
int startRow,
int startCol,
int endRow,
int endCol)
ExcelCellEvent object with
the specified source object, the name of the concerned
workbook, sheet and range.source - The object where the event originated.id - The id specifying the type of event.workbookName - The name of the workbook of the range.sheetName - The name of the sheet of the range.rangeName - The name of the range which has been
initialized.startRow - The starting row number for the range.startCol - The starting column number for the range.endRow - The ending row number for the range.endCol - The ending column number for the range.| Method Detail |
public int getEndCol()
public int getEndRow()
public int getId()
public java.lang.String getRangeName()
public int getStartCol()
public int getStartRow()
public java.lang.String getWorkbookName()
public java.lang.String getWorksheetName()
|
ExcelAccessor Bean Suite | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||