Package com.openkm.openoffice.ui

Examples of com.openkm.openoffice.ui.ConfigForm


            if ( aURL.Protocol.compareTo("com.openkm.openoffice.openkmaddon:") == 0 )
            {
                if ( aURL.Path.compareTo("config") == 0 )
                {
                    try {
                        ConfigForm configForm = new ConfigForm(configFile);
                        configForm.setVisible(true);
                    } catch (OKMException ex) {
                        new ErrorForm(ex);
                    }
                    return;
                }
View Full Code Here

TOP

Related Classes of com.openkm.openoffice.ui.ConfigForm

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.