Package org.eclipse.jface.text.rules

Examples of org.eclipse.jface.text.rules.IPartitionTokenScanner


  public IPartitionTokenScanner createPartitionScanner() {
    return TextSettings_Actual.createPartitionScanner();
  }
 
  public IDocumentPartitioner createDocumentPartitioner() {
    IPartitionTokenScanner scanner = createPartitionScanner();
    return new FastPartitioner(scanner, LEGAL_CONTENT_TYPES);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jface.text.rules.IPartitionTokenScanner

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.