Package net.sourceforge.torchlight.core.application

Examples of net.sourceforge.torchlight.core.application.ExtensionManager.findEditor()


            // find an appropriate editor
            try
            {
                ExtensionManager extMgr = ExtensionManager.getExtensionManager();

                String editorId = extMgr.findEditor("org.eclipse.ui.editors", (Campaign)item);
                logger.debug("editorId: " + editorId);

                ITorchlightEditorInput input = extMgr.createEditorInput(editorId, (Campaign)item);
                logger.trace("input: " + input);
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.