|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.jrefinery.workbook.Selections
Stores information about all the selection ranges in a worksheet.
| Field Summary | |
protected int |
cursorColumn
The column in which the cursor is located. |
protected int |
cursorRow
The row in which the cursor is located. |
protected java.util.ArrayList |
selections
A list of all selections. |
| Constructor Summary | |
Selections()
Default constructor. |
|
| Method Summary | |
void |
writeSelections(java.io.PrintStream out,
java.lang.String indent)
Writes a selections element to the stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int cursorColumn
protected int cursorRow
protected java.util.ArrayList selections
| Constructor Detail |
public Selections()
| Method Detail |
public void writeSelections(java.io.PrintStream out,
java.lang.String indent)
out - The output stream.indent - The indentation.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||