Examples of KarafPlatformEditorInput


Examples of org.apache.karaf.eik.workbench.ui.editor.KarafPlatformEditorInput

                    return;
                }

                final IProject project = (IProject) element;
                final IKarafProject karafProject = (IKarafProject) project.getAdapter(IKarafProject.class);
                final IEditorInput editorInput = new KarafPlatformEditorInput(karafProject);

                try {
                    final IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
                    page.openEditor(editorInput, KarafPlatformEditorPart.ID);
                } catch (final PartInitException 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.