Package org.apache.karaf.eik.workbench.ui.editor

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

Related Classes of org.apache.karaf.eik.workbench.ui.editor.KarafPlatformEditorInput

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.