|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OOUtils.TargetFrame | |
|---|---|
| com.antelmann.ooffice | The classes in this package are to be used in conjunction with OpenOffice. |
| Uses of OOUtils.TargetFrame in com.antelmann.ooffice |
|---|
| Methods in com.antelmann.ooffice that return OOUtils.TargetFrame | |
|---|---|
static OOUtils.TargetFrame |
OOUtils.TargetFrame.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OOUtils.TargetFrame[] |
OOUtils.TargetFrame.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in com.antelmann.ooffice with parameters of type OOUtils.TargetFrame | ||
|---|---|---|
static
|
OOUtils.loadDocument(Class<T> type,
File file,
Map<Object,Object> props,
OOUtils.TargetFrame target,
int searchFlag)
|
|
static
|
OOUtils.loadDocument(Class<T> type,
String url,
Map<Object,Object> props,
OOUtils.TargetFrame target,
int searchFlag)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||