org.netbeans.modules.editor.bracesmatching/0 1.10

Uses of Class
org.netbeans.spi.editor.bracesmatching.MatcherContext

Packages that use MatcherContext
org.netbeans.spi.editor.bracesmatching The Braces Matching SPI for implementing BracesMatchers that can search through a document and find matching areas of text. 
org.netbeans.spi.editor.bracesmatching.support The support package provides several useful implementations of the BracesMatcher interface. 
 

Uses of MatcherContext in org.netbeans.spi.editor.bracesmatching
 

Methods in org.netbeans.spi.editor.bracesmatching with parameters of type MatcherContext
 BracesMatcher BracesMatcherFactory.createMatcher(MatcherContext context)
          Creates a matcher for searching a document for matching areas.
 

Uses of MatcherContext in org.netbeans.spi.editor.bracesmatching.support
 

Methods in org.netbeans.spi.editor.bracesmatching.support with parameters of type MatcherContext
static BracesMatcher BracesMatcherSupport.characterMatcher(MatcherContext context, int lowerBound, int upperBound, char... matchingPairs)
          Creates BracesMatcher for finding character pairs.
static BracesMatcher BracesMatcherSupport.defaultMatcher(MatcherContext context, int lowerBound, int upperBound)
          Creates the default BracesMatcher implementation.
 


org.netbeans.modules.editor.bracesmatching/0 1.10

Built on November 22 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.