Package jsynoptic.plugins.export.ui

Examples of jsynoptic.plugins.export.ui.SynopticsExportPanel


    /* (non-Javadoc)
     * @see jsynoptic.base.Plugin#getOptionPanelForFilter(javax.swing.filechooser.FileFilter)
     */
    public JComponent getOptionPanelForFilter(FileFilter filter) {
        if (zipFileFilter.equals(filter)){
            return optionPanel = new SynopticsExportPanel();
        }
        return null;
    }
View Full Code Here

TOP

Related Classes of jsynoptic.plugins.export.ui.SynopticsExportPanel

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.