Uses of Class
ij.plugin.frame.jedit.syntax.KeywordMap

Packages that use KeywordMap
ij.plugin.frame.jedit.syntax The jEdit syntax highlighting engine. 
 

Uses of KeywordMap in ij.plugin.frame.jedit.syntax
 

Methods in ij.plugin.frame.jedit.syntax that return KeywordMap
 KeywordMap ParserRuleSet.getKeywords()
           
 

Methods in ij.plugin.frame.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)