|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.extentech.ExtenXLS.bean.AXExtenBean
public class AXExtenBean
An ActiveX Wrapper for CellBinder automations to allow use of CellBinder API within MS ActiveX applications.
| Constructor Summary | |
|---|---|
AXExtenBean()
|
|
| Method Summary | |
|---|---|
int |
generateReport(String RDFFile,
String OutputRDFile,
String outputFile)
Generates a report from an Input Rdf, and optional Output Rdf and an output filename. |
boolean |
getDEBUG()
|
String |
getString()
method to test communication in ActiveX container |
String |
getWorkingDirectory()
|
static void |
main(String[] args)
Main entry point to AXExtenBean in Java Framework. |
void |
setDEBUG(boolean b)
|
void |
setWorkingDirectory(String workingdir)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AXExtenBean()
| Method Detail |
|---|
public static void main(String[] args)
args - - nothingpublic void setWorkingDirectory(String workingdir)
public String getWorkingDirectory()
public String getString()
public void setDEBUG(boolean b)
public boolean getDEBUG()
public int generateReport(String RDFFile,
String OutputRDFile,
String outputFile)
RDFFile= - input RDF that produces an XLS template (either the output XLS file or intermediary XLS before XML Conversion)OutputRDFFile= - output RDF that determines mappings for output XML file (only used at this point for XML output)outputFile= - String representing the filename that is to be written
.XLS extension results in Excel output; .XML extension results in XML output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||