Package net.sourceforge.torchlight.plugins.campaign.actions

Examples of net.sourceforge.torchlight.plugins.campaign.actions.HideCampaignSectionAction


                manager.add(newItemAction);

                manager.add(new Separator());
            }

            manager.add(new HideCampaignSectionAction(PlatformUI.getWorkbench().getActiveWorkbenchWindow(), (CampaignSection)selected));
        }
        else if(selected instanceof CampaignItem)
        {
            logger.debug("campaign item is selected");
View Full Code Here

TOP

Related Classes of net.sourceforge.torchlight.plugins.campaign.actions.HideCampaignSectionAction

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.