Uses of Class
com.extentech.ExtenXLS.DocumentHandle

Packages that use DocumentHandle
com.extentech.ExtenBean.swing The ExtenBean swing package contains user interface components for the ExtenBean DataObjects. 
com.extentech.ExtenDOC   
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
com.extentech.ExtenXLS.binder The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. 
com.extentech.ExtenXLS.web The ExtenXLS.web package contains ExtenXLS Spreadsheet classes enhanced with web and database persistence capabilities. 
 

Uses of DocumentHandle in com.extentech.ExtenBean.swing
 

Methods in com.extentech.ExtenBean.swing with parameters of type DocumentHandle
 void ExtenBeanTreeNode.getTreeElements(Vector connections, Vector ranges, Hashtable queries, DocumentHandle bk)
           
 

Uses of DocumentHandle in com.extentech.ExtenDOC
 

Subclasses of DocumentHandle in com.extentech.ExtenDOC
 class com.extentech.ExtenDOC.DocHandle
          This is the Abstract document class which represents an atomic Document file or object.
 

Uses of DocumentHandle in com.extentech.ExtenXLS
 

Subclasses of DocumentHandle in com.extentech.ExtenXLS
 class EncryptedWorkBookHandle
          EncryptedWorkBookHandle is a WorkBookHandle that manages encrypted files.
 class WorkBookHandle
          The WorkBookHandle provides a handle to the XLS file and includes convenience methods for working with the WorkSheets and Cell values within the XLS file.
 

Uses of DocumentHandle in com.extentech.ExtenXLS.binder
 

Methods in com.extentech.ExtenXLS.binder with parameters of type DocumentHandle
static void CellBinderUtils.createRDFfromOfficeWriterMappings(DocumentHandle bk, String rdfName, List mappings, List ranges, HashMap datasources)
          Create an RDF from a template and a list of ranges + a data object storing element info mapped to specific cells/fieldnames RoundTrip Reporting style
 void ExtenXLSReportFactory.init(Object rdf, DocumentHandle bk)
          Initialize with the path to the RDF (Report Definition File)
 

Uses of DocumentHandle in com.extentech.ExtenXLS.web
 

Subclasses of DocumentHandle in com.extentech.ExtenXLS.web
 class FileWebWorkBook
           
 class MemeDoc
          this is a Word Doc specific MemeDocument
 class MemeDocument
          This class provides Saving and Reconstituting Documents as memes in the Extentech KB schema.
 class MemeWorkBook
          This class provides Saving and Reconstituting WorkBooks as memes in the Extentech KB schema.
 class WebDoc
          The WebWorkBook class provides additional functionality to the WorkBookHandle class to allow it to participate in a Service-Oriented-Architecture.
 class WebWorkBook
          The WebWorkBook class provides additional functionality to the WorkBookHandle class to allow it to participate in a Service-Oriented-Architecture.
 

Methods in com.extentech.ExtenXLS.web that return DocumentHandle
 DocumentHandle MemeDocument.revert()
          retrieve the latest from the db and replaces current workbook
 DocumentHandle WebWorkBook.revertDiff()
          revert current workbook to the most recent previous version
 



Copyright © 2010 Extentech Inc. All Rights Reserved.