Package net.sourceforge.torchlight.actions

Examples of net.sourceforge.torchlight.actions.DeleteCampaignAction


    private void createActions()
    {
        IWorkbenchWindow window = PlatformUI.getWorkbench().getActiveWorkbenchWindow();
       
        createCampaignAction = new CreateCampaignAction(window);
        deleteCampaignAction = new DeleteCampaignAction(window);
   
        createCampaignItemAction = new Action() {
            public void run()
            {
                logger.debug("Executing new campaign item action");
View Full Code Here

TOP

Related Classes of net.sourceforge.torchlight.actions.DeleteCampaignAction

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.