|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpreadSheet.Locator | |
---|---|
biz.c24.io.api.presentation.stream | Various classes for stream based parsing and formatting of data objects. |
Uses of SpreadSheet.Locator in biz.c24.io.api.presentation.stream |
---|
Fields in biz.c24.io.api.presentation.stream declared as SpreadSheet.Locator | |
---|---|
protected SpreadSheet.Locator |
SpreadSheet.location
Location implementation instance. |
Methods in biz.c24.io.api.presentation.stream that return SpreadSheet.Locator | |
---|---|
SpreadSheet.Locator |
SpreadSheet.Locator.add(SpreadSheet.Locator other)
Update the specified other location by the current, so to represent the movement on certain
offset. |
protected SpreadSheet.Locator |
SpreadSheet.calculateNext(SpreadSheet.Locator step)
Calculates the next location on the specified step movement. |
protected SpreadSheet.Locator |
SpreadSheet.getDitch()
Returns the current (i.e. last known) "ditch". |
SpreadSheet.Locator |
SpreadSheet.getLocation()
Returns the current location. |
SpreadSheet.Locator |
SpreadSheet.mark()
Marks the location to which consequent rollback will restore the broker state. |
SpreadSheet.Locator |
SpreadSheet.occupy()
Start the new spreading occupation. |
protected SpreadSheet.Locator |
SpreadSheet.parse(String address)
Returns the parsed address as location . |
protected SpreadSheet.Locator |
SpreadSheet.Locator.parse(String address)
Parses the Spreadsheet Cell address from textual form. |
Methods in biz.c24.io.api.presentation.stream with parameters of type SpreadSheet.Locator | |
---|---|
SpreadSheet.Locator |
SpreadSheet.Locator.add(SpreadSheet.Locator other)
Update the specified other location by the current, so to represent the movement on certain
offset. |
protected SpreadSheet.Locator |
SpreadSheet.calculateNext(SpreadSheet.Locator step)
Calculates the next location on the specified step movement. |
void |
SpreadSheet.Locator.extendBy(SpreadSheet.Locator other)
Update the current location by the specified offset. |
protected org.apache.poi.ss.usermodel.Cell |
SpreadSheetReader.getCellAt(SpreadSheet.Locator position)
Returns the evaluated cell at specified position. |
protected org.apache.poi.ss.usermodel.Cell |
SpreadSheetWriter.getCellAt(SpreadSheet.Locator position)
Returns the SpreadSheet cell at specified address. |
protected org.apache.poi.ss.usermodel.Cell |
SpreadSheetReader.getCellAt(SpreadSheet.Locator position,
boolean evaluate)
Returns the (optionally) evaluated cell at specified position. |
protected org.apache.poi.ss.usermodel.CellValue |
SpreadSheetReader.getCellValueAt(SpreadSheet.Locator position)
Returns the cell value at specified position. |
void |
SpreadSheet.rollback(SpreadSheet.Locator ditch)
Rollbacks the last known "ditch" to preliminary stored location. |
void |
SpreadSheet.withdraw(SpreadSheet.Locator backPoint)
Returns the position in provided location and restore up the last occupied ditch. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |