Examples of CampaignEditorInput


Examples of net.sourceforge.torchlight.editors.campaign.CampaignEditorInput

                    // TODO: open campaign properties editor
                    logger.debug("open properties editor");
                   
                    try
                    {
                        PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().openEditor(new CampaignEditorInput((Campaign)item), CampaignEditor.ID, true, IWorkbenchPage.MATCH_ID | IWorkbenchPage.MATCH_INPUT);
                    }
                    catch(PartInitException e)
                    {
                        logger.error("unable to open campaign editor: " + e.getMessage(), e);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.