|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CancellationWarning | |
|---|---|
| com.antelmann.db | This package contains generally useful classes for generic database management. |
| com.antelmann.math | This package contains classes to ease calculations. |
| com.antelmann.ooffice | The classes in this package are to be used in conjunction with OpenOffice. |
| com.antelmann.sql | This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes |
| Uses of CancellationWarning in com.antelmann.db |
|---|
| Methods in com.antelmann.db that throw CancellationWarning | ||
|---|---|---|
static
|
DBUtils.updateAll(DBClassStore<T> store,
Processor<T,E> handler,
Filter<? super T> filter,
Monitor mon)
|
|
| Uses of CancellationWarning in com.antelmann.math |
|---|
| Methods in com.antelmann.math that throw CancellationWarning | |
|---|---|
void |
TimeDataGrid.addData(Enumeration<? extends T> e,
Monitor mon)
min and max from the given Monitor remain untouched; a disabled Monitor will lead to CancellationWarning |
| Uses of CancellationWarning in com.antelmann.ooffice |
|---|
| Methods in com.antelmann.ooffice that throw CancellationWarning | |
|---|---|
com.sun.star.table.XCellRange |
OOCalc.placeTableModel(TableModel model,
Cell.Location upperLeftCorner,
boolean includeHeader,
Monitor mon)
|
com.sun.star.table.XCellRange |
OOCalc.placeTableModel(TableModel model,
com.sun.star.table.XCell upperLeftCorner,
boolean includeHeader,
Monitor mon)
places the given model into the spreadsheet with the upper left corner at the given location |
| Uses of CancellationWarning in com.antelmann.sql |
|---|
| Methods in com.antelmann.sql that throw CancellationWarning | ||
|---|---|---|
|
ConnectionHelper.updateRows(Processor<ResultSet,T> updater,
String table,
Map<String,?> fieldRestrictions,
boolean combineWithAndIfTrue,
Monitor mon)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||