|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
ru.onego.industrial.catalog.reports.AbstractReport
ru.onego.industrial.catalog.reports.ExcelReport
public class ExcelReport
Doing report to Excel
| Constructor Summary | |
|---|---|
ExcelReport()
|
|
| Method Summary | |
|---|---|
void |
createReport(java.lang.String filename)
Creates new report and stores it to specified file |
java.lang.String |
getName()
Returns "Microsoft Excel workbook report system". |
java.lang.String |
getStdFileExt()
Returns extension of MS excel file |
| Methods inherited from class ru.onego.industrial.catalog.reports.AbstractReport |
|---|
getCatalog, setCatalog |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcelReport()
| Method Detail |
|---|
public void createReport(java.lang.String filename)
throws ru.onego.industrial.catalog.reports.ReportException
createReport in interface ReportcreateReport in class AbstractReportfilename - filename of the output report file
ReportExceptionpublic java.lang.String getName()
getName in interface ReportgetName in class AbstractReportpublic java.lang.String getStdFileExt()
getStdFileExt in interface ReportgetStdFileExt in class AbstractReport
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||