Class CSSProfile
- java.lang.Object
-
- org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
-
- org.teichert.databaseexplorer.syntaxHighlightingProfiles.CSSProfile
-
public class CSSProfile extends SyntaxHighlightingProfile
CSS-profile for css synatx-highlighting uses regex for matching.
Loads keywords from "/data/keywords/css.txt".
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
keys
-
Fields inherited from class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
compile, keywords, operators, pattern, patternsMap, runtimeMap
-
-
Constructor Summary
Constructors Constructor Description CSSProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resetPatternsMap()
Used for initializing data and also for resetting them again.-
Methods inherited from class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
generateCompileString, getKeywords, getOperators, getPattern, getPatternsMap, getRuntimeMap
-
-
-
-
Field Detail
-
keys
protected static String keys
-
-
Method Detail
-
resetPatternsMap
public void resetPatternsMap()
Description copied from class:SyntaxHighlightingProfile
Used for initializing data and also for resetting them again.- Specified by:
resetPatternsMap
in classSyntaxHighlightingProfile
-
-