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