Package net.sourceforge.torchlight.actions

Examples of net.sourceforge.torchlight.actions.DeleteCampaignItemAction


            }
        };
       
        addCreatureDataAction = new AddCreatureDataAction(window);
       
        deleteCampaignItemAction = new DeleteCampaignItemAction(window);
        deleteCampaignItemAction.setEnabled(false);
       
        Preferences prefs = Application.getApplication().getPreferences();
       
        toggleDMItemsAction = new ShowDMItemsAction(window);
View Full Code Here

TOP

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

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.