Holger's
Java API

Uses of Class
com.antelmann.ooffice.OfficeUtils.TargetFrame

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
<T> T
OfficeUtils.loadDocument(Class<T> type, File file, Map<?,?> props, OfficeUtils.TargetFrame target, int searchFlag)
           
static
<T> T
OfficeUtils.loadDocument(Class<T> type, InputStream in, Map<?,?> props, OfficeUtils.TargetFrame target, int searchFlag)
           
static
<T> T
OfficeUtils.loadDocument(Class<T> type, String unoUrl, Map<?,?> props, OfficeUtils.TargetFrame target, int searchFlag)
           
static
<T> T
OfficeUtils.loadDocument(Class<T> type, URL url, Map<?,?> props, OfficeUtils.TargetFrame target, int searchFlag)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads