Package org.eclipse.jdt.internal.ui.text.java.hover

Examples of org.eclipse.jdt.internal.ui.text.java.hover.BrowserInformationControl


   
    private IInformationControlCreator defaultCreatorWithHtmlTextPresenter() {
        return
            new IInformationControlCreator() {
                public IInformationControl createInformationControl(Shell parent) {
                    BrowserInformationControl browserInformationControl = new BrowserInformationControl(parent, SWT.TOOL | SWT.NO_TRIM, SWT.COLOR_GREEN, getTemplate().getName());
                    return browserInformationControl;
                }
            };
    }
View Full Code Here

TOP

Related Classes of org.eclipse.jdt.internal.ui.text.java.hover.BrowserInformationControl

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.