Package org.criticalfailure.torchlight.core.campaign.ui.actions

Examples of org.criticalfailure.torchlight.core.campaign.ui.actions.TemplateCountAction


            // TODO: alert service
        }

        // templates count
        TemplateCountAction templateCountAction = (TemplateCountAction)appContext.getBean("templateCountAction",
                new Object[] { "org.criticalfailure.torchlight.ui.menu.campaign.templates",
                        PlatformUI.getWorkbench().getActiveWorkbenchWindow(), campaign });
        item = new ActionContributionItem(templateCountAction);
        item.setMode(ActionContributionItem.MODE_FORCE_TEXT);
        countsToolbarManager.add(item);
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.core.campaign.ui.actions.TemplateCountAction

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.