Package at.bestsolution.efxclipse.text.jface.rules

Examples of at.bestsolution.efxclipse.text.jface.rules.FastPartitioner


   * convenience method.
   *
   * @return a newly created Java document partitioner
   */
  public IDocumentPartitioner createDocumentPartitioner() {
    return new FastPartitioner(getPartitionScanner(), LEGAL_CONTENT_TYPES);
  }
View Full Code Here

TOP

Related Classes of at.bestsolution.efxclipse.text.jface.rules.FastPartitioner

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.