Package org.eclipse.dltk.internal.ui

Examples of org.eclipse.dltk.internal.ui.BrowserInformationControl


        @Override
        public IInformationControl doCreateInformationControl(
            Shell parent) {
          if (BrowserInformationControl.isAvailable(parent))
            return new BrowserInformationControl(parent,
                JFaceResources.DIALOG_FONT, true);
          else
            return new DefaultInformationControl(parent,
                new HTMLTextPresenter(false));
        }
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.internal.ui.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.