|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.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.List |
selections
A list of all selections. |
Constructor Summary | |
Selections()
Default constructor. |
Method Summary | |
int |
getCursorColumn()
Returns the cursor column. |
int |
getCursorRow()
Returns the cursor row. |
java.util.Iterator |
getIterator()
Returns an iterator that provides access to the selections. |
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.List selections
Constructor Detail |
public Selections()
Method Detail |
public int getCursorColumn()
public int getCursorRow()
public java.util.Iterator getIterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |