CubeTwister 2.0alpha141 2011-10-13

ch.randelshofer.rubik.impexp
Interface Exporter

All Known Implementing Classes:
AbstractExporter, CSVExporter, CubeExplorerExporter

public interface Exporter

Author:
werni

Method Summary
 void exportFile(java.io.File file, ProgressObserver p)
          Exports the DocumentModel to the specified file.
 void setDocumentModel(DocumentModel model)
          Sets the document model.
 

Method Detail

setDocumentModel

void setDocumentModel(DocumentModel model)
Sets the document model.


exportFile

void exportFile(java.io.File file,
                ProgressObserver p)
                throws java.io.IOException
Exports the DocumentModel to the specified file.

Throws:
java.io.IOException

(c) Werner Randelshofer.
All rights reserved.