Package org.jitterbit.integration.client.ui.interchange.entity.transformation.data

Examples of org.jitterbit.integration.client.ui.interchange.entity.transformation.data.FileViewer


    }

    private void openFile() {
        EditorService editors = page.getWindow().getEditorService();
        TransformationFileStore fileStore = page.getTreeDataService().getDataFileStore();
        FileViewer fileViewer = new FileViewer(editors, page.getObject(), fileStore, fileType);
        String charset = getCharset(page.getObject());
        fileViewer.setCharset(charset);
        DataFilesInfo info = fileStore.getCurrentFilesInfo();
        fileViewer.openFile(info);
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.interchange.entity.transformation.data.FileViewer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.