|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExportManager
An interface for writing a table model to an outputstream and/or a writer.
| Method Summary | |
|---|---|
void |
write(TableModel model,
OutputStream out)
Writes model to the outputstream out. |
void |
write(TableModel model,
Writer writer)
Writes model to the writer writer. |
| Method Detail |
|---|
void write(TableModel model,
OutputStream out)
model to the outputstream out.
model - the table model to writeout - the output stream to write to
void write(TableModel model,
Writer writer)
model to the writer writer.
model - the table model to writewriter - the writer to write to
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||