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

Examples of org.eclipse.dltk.internal.ui.text.HTMLTextPresenter


          if (BrowserInformationControl.isAvailable(parent))
            return new BrowserInformationControl(parent,
                JFaceResources.DIALOG_FONT, true);
          else
            return new DefaultInformationControl(parent,
                new HTMLTextPresenter(false));
        }
      };
    }
    return fPresenterControlCreator;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.internal.ui.text.HTMLTextPresenter

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.