Package org.eclipse.ui.internal

Examples of org.eclipse.ui.internal.PartSashContainer$RelationshipInfo


            editorSashContainer.stack(currentEditorPartPane, newPart);
            if (rootLayoutContainer instanceof LayoutPart) {
                ILayoutContainer cont = ((LayoutPart) rootLayoutContainer).getContainer();
                if (cont instanceof PartSashContainer) {
                    // "Split" the editor area by adding the new part
                    PartSashContainer c = (PartSashContainer) cont;
                    c.add(newPart, IPageLayout.BOTTOM, 0.50f, c.findBottomRight());
                }
            }
        }
    }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.PartSashContainer$RelationshipInfo

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.