Package org.eclipse.php.internal.ui.text

Examples of org.eclipse.php.internal.ui.text.PHPTextTools


   * @return the text tools
   * @since 3.0
   */
  public synchronized PHPTextTools getTextTools() {
    if (fTextTools == null)
      fTextTools = new PHPTextTools(true);

    return fTextTools;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.php.internal.ui.text.PHPTextTools

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.