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

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


        countsToolbarManager.removeAll();

        ActionContributionItem item;

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

TOP

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

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.