Package net.sourceforge.torchlight.editors.campaign

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


                {
                    logger.debug("open participant editor");

                    try
                    {
                        PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().openEditor(new ParticipantEditorInput((Participant)item), ParticipantEditor.ID, true, IWorkbenchPage.MATCH_ID | IWorkbenchPage.MATCH_INPUT);
                    }
                    catch(PartInitException e)
                    {
                        logger.error("unable to open participant editor: " + e.getMessage(), e);
                       
View Full Code Here

TOP

Related Classes of net.sourceforge.torchlight.editors.campaign.ParticipantEditorInput

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.