Package org.eclipse.dltk.internal.ui.text.hover

Examples of org.eclipse.dltk.internal.ui.text.hover.CompletionHoverControlCreator


    return PHPUiPlugin.getDefault().getTextTools();
  }

  public IInformationControlCreator getInformationControlCreator() {
    if (fCreator == null) {
      fCreator = new CompletionHoverControlCreator(
          new IInformationControlCreator() {
            public IInformationControl createInformationControl(
                Shell parent) {
              if (BrowserInformationControl.isAvailable(parent)) {
                return new BrowserInformationControl(
View Full Code Here


    return PHPUiPlugin.getDefault().getTextTools();
  }

  public IInformationControlCreator getInformationControlCreator() {
    if (fCreator == null) {
      fCreator = new CompletionHoverControlCreator(
          new IInformationControlCreator() {
            public IInformationControl createInformationControl(
                Shell parent) {
              if (BrowserInformationControl.isAvailable(parent)) {
                return new BrowserInformationControl(
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.internal.ui.text.hover.CompletionHoverControlCreator

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.