Holger's
Java API

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

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
<T> T
OOUtils.loadDocument(Class<T> type, File file, Map<Object,Object> props, OOUtils.TargetFrame target, int searchFlag)
           
static
<T> T
OOUtils.loadDocument(Class<T> type, String url, Map<Object,Object> props, OOUtils.TargetFrame target, int searchFlag)
           
 



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