public static class SpreadsheetCache.SpreadsheetContext
extends java.lang.Object
implements java.io.Externalizable
| Modifier and Type | Field and Description |
|---|---|
int[] |
activeCell
The activeCell variable represents the coordinates of the active cell in a spreadsheet.
|
int |
activeSheet
The activeSheet variable represents the index of the active sheet
in a SpreadsheetContext object.
|
int |
lastColumn
The last visible column of the current sheet
|
int |
lastRow
The last visible row of the current sheet
|
| Constructor and Description |
|---|
SpreadsheetContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput in) |
void |
writeExternal(java.io.ObjectOutput out) |
public int activeSheet
public int[] activeCell
public int lastColumn
public int lastRow
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundException