Uses of Class
org.gjt.sp.jedit.syntax.KeywordMap

Packages that use KeywordMap
org.gjt.sp.jedit.buffer Buffer event listeners, and classes used to implement jEdit's document model. 
org.gjt.sp.jedit.syntax The jEdit syntax highlighting engine. 
 

Uses of KeywordMap in org.gjt.sp.jedit.buffer
 

Methods in org.gjt.sp.jedit.buffer that return KeywordMap
 KeywordMap JEditBuffer.getKeywordMapAtOffset(int offset)
          Returns the syntax highlighting keyword map in effect at the specified offset.
 

Uses of KeywordMap in org.gjt.sp.jedit.syntax
 

Methods in org.gjt.sp.jedit.syntax that return KeywordMap
 KeywordMap ParserRuleSet.getKeywords()
           
 

Methods in org.gjt.sp.jedit.syntax with parameters of type KeywordMap
 void KeywordMap.add(KeywordMap map)
          Adds the content of another keyword map to this one.
 void ParserRuleSet.setKeywords(KeywordMap km)