Examples of ParticipantEditorInput


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
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.