Package org.eclipse.ui.part

Examples of org.eclipse.ui.part.MultiEditor$Gradient


    /**
     * Update the gradient on the inner editor title bar
     */
    private void updateGradient() {
        MultiEditor multiEditor = (MultiEditor) parentPane.getPartReference()
                .getPart(true);
        if (multiEditor != null) {
            IEditorPart part = (IEditorPart) this.getEditorReference().getPart(
                    true);
            if (part != null) {
        multiEditor.updateGradient(part);
      }
        }
    }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.part.MultiEditor$Gradient

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.