|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
quadbase.util.SpreadSheetModelEvent
public class SpreadSheetModelEvent
This event specifies that a cell values in a SpreadSheetModel have been modified.
ISpreadSheetModel,
Serialized Form| Field Summary | |
|---|---|
static int |
ALL_COLUMNS
This denotes all columns in the spreadsheet (except the row label column). |
static int |
ALL_ROWS
This denotes all rows in the spreadsheet (except the column label row). |
protected int |
col
column affected |
static int |
COLUMN_LABEL_ROW
This denotes the row denoting the column labels. |
protected int |
row
row affected |
static int |
ROW_LABEL_COLUMN
This denotes the column denoting the row labels. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SpreadSheetModelEvent(ISpreadSheetModel source)
This specifies that all data in the spreadsheet has changed. |
|
SpreadSheetModelEvent(ISpreadSheetModel source,
int row,
int col)
This specifies that all data in the given spreadsheet cell has changed. |
|
| Method Summary | |
|---|---|
int |
getColumn()
Returns the column index changed (beginning at 1). |
int |
getRow()
Returns the row index changed (beginning at 1). |
| 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 ROW_LABEL_COLUMN
public static final int COLUMN_LABEL_ROW
public static final int ALL_COLUMNS
public static final int ALL_ROWS
protected int row
protected int col
| Constructor Detail |
|---|
public SpreadSheetModelEvent(ISpreadSheetModel source)
source - the source of the event
public SpreadSheetModelEvent(ISpreadSheetModel source,
int row,
int col)
row - - row index changedcolumn - - column index changedsource - the source of the event| Method Detail |
|---|
public int getRow()
public int getColumn()
|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||