|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
net.sf.dc.reporting.Report
Field Summary | |
protected DcObject[] |
data
|
protected ReportFieldDefinitions |
definitions
|
protected ReportingDialog |
dialog
|
protected Document |
document
|
protected boolean |
keepOnRunning
|
protected java.io.File |
target
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
Report()
|
Method Summary | |
protected abstract void |
addFrontPage(Document document)
|
void |
cancel()
|
void |
compile()
|
abstract void |
create()
|
protected int |
getAlignment(ReportFieldDefinition definition)
|
protected Font |
getFont(java.awt.Font f,
java.awt.Color color)
|
protected Table |
getTable(int columnCount)
|
protected Cell |
getTextCell(java.lang.String text,
ReportFieldDefinition definition)
|
protected void |
initialize()
|
abstract void |
initializeWriter(Document document,
java.io.FileOutputStream out)
|
void |
run()
|
protected abstract void |
setTextCellDefaults(Cell cell,
ReportFieldDefinition definition)
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected ReportFieldDefinitions definitions
protected DcObject[] data
protected java.io.File target
protected ReportingDialog dialog
protected Document document
protected boolean keepOnRunning
Constructor Detail |
public Report()
Method Detail |
public void run()
public void cancel()
public void compile()
protected abstract void setTextCellDefaults(Cell cell, ReportFieldDefinition definition)
public abstract void create() throws java.lang.Exception
java.lang.Exception
public abstract void initializeWriter(Document document, java.io.FileOutputStream out) throws java.lang.Exception
java.lang.Exception
protected void initialize() throws java.lang.Exception
java.lang.Exception
protected Font getFont(java.awt.Font f, java.awt.Color color)
protected Table getTable(int columnCount) throws BadElementException
BadElementException
protected int getAlignment(ReportFieldDefinition definition)
protected Cell getTextCell(java.lang.String text, ReportFieldDefinition definition) throws BadElementException
BadElementException
protected abstract void addFrontPage(Document document) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |