spreadsheet
Class SpreadsheetEventObject
java.lang.Object
|
+--java.util.EventObject
|
+--spreadsheet.SpreadsheetEventObject
- public class SpreadsheetEventObject
- extends java.util.EventObject
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
INSERT
public static final int INSERT
REFRESH
public static final int REFRESH
NEWFUNCTION
public static final int NEWFUNCTION
RECALCULATE
public static final int RECALCULATE
SpreadsheetEventObject
public SpreadsheetEventObject(java.lang.Object o,
int type,
CellRegion cellRegion,
java.lang.String value)
SpreadsheetEventObject
public SpreadsheetEventObject(java.lang.Object o,
int type,
Cell cell,
java.lang.String value)
getType
public int getType()
getCellRegion
public CellRegion getCellRegion()
getValue
public java.lang.String getValue()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.util.EventObject