Package org.criticalfailure.torchlight.core.model.ui

Examples of org.criticalfailure.torchlight.core.model.ui.IObjectCategoryUI.run()


            logger.trace("helper: " + ui);

            logger.debug("setting up");
            ui.setup(PlatformUI.getWorkbench().getActiveWorkbenchWindow());

            ObjectCategory oc = ui.run();
            logger.trace("oc: " + oc);

            if(oc != null) {
                logger.debug("adding section to campaign");
                campaign.addSection(oc);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.