net.sf.sqs_xml.editor.sqs.swing
Class ExportFileLogic

java.lang.Object
  extended bynet.sf.sqs_xml.editor.sqs.swing.ExportFileLogic

public class ExportFileLogic
extends java.lang.Object


Field Summary
static int HTML_MODE
           
static int HTML_PREVIEW_MODE
           
static int PDF_MODE
           
static int USER_SELECTION_MODE
           
 
Constructor Summary
ExportFileLogic(SourceEditorMediator mediator)
           
 
Method Summary
 void export(BrowserLauncher launcher, int mode)
           
 void export(BrowserLauncher launcher, Translator translator, java.io.File tgtFile, java.lang.String suffix, java.lang.String desc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_SELECTION_MODE

public static final int USER_SELECTION_MODE
See Also:
Constant Field Values

HTML_MODE

public static final int HTML_MODE
See Also:
Constant Field Values

HTML_PREVIEW_MODE

public static final int HTML_PREVIEW_MODE
See Also:
Constant Field Values

PDF_MODE

public static final int PDF_MODE
See Also:
Constant Field Values
Constructor Detail

ExportFileLogic

public ExportFileLogic(SourceEditorMediator mediator)
Method Detail

export

public void export(BrowserLauncher launcher,
                   int mode)
            throws TranslatorException,
                   java.io.IOException
Throws:
TranslatorException
java.io.IOException

export

public void export(BrowserLauncher launcher,
                   Translator translator,
                   java.io.File tgtFile,
                   java.lang.String suffix,
                   java.lang.String desc)
            throws javax.xml.transform.TransformerFactoryConfigurationError
Throws:
javax.xml.transform.TransformerFactoryConfigurationError