Uses of Class
org.gjt.sp.jedit.syntax.KeywordMap
Packages that use KeywordMap
Package
Description
Buffer event listeners, and classes used to implement jEdit's document model.
The jEdit syntax highlighting engine.
-
Uses of KeywordMap in org.gjt.sp.jedit.buffer
Methods in org.gjt.sp.jedit.buffer that return KeywordMap -
Uses of KeywordMap in org.gjt.sp.jedit.syntax
Methods in org.gjt.sp.jedit.syntax that return KeywordMapMethods in org.gjt.sp.jedit.syntax with parameters of type KeywordMapModifier and TypeMethodDescriptionvoid
KeywordMap.add
(KeywordMap map) Adds the content of another keyword map to this one.void
ParserRuleSet.setKeywords
(KeywordMap km)