Uses of Interface
app.model.ProgrammingLanguage
Package | Description |
---|---|
app.model | |
app.model.languages | |
app.service |
-
Uses of ProgrammingLanguage in app.model
Methods in app.model that return ProgrammingLanguage Modifier and Type Method Description static ProgrammingLanguage
Model. getLanguage()
Methods in app.model with parameters of type ProgrammingLanguage Modifier and Type Method Description static void
Model. setLanguage(ProgrammingLanguage language)
-
Uses of ProgrammingLanguage in app.model.languages
Classes in app.model.languages that implement ProgrammingLanguage Modifier and Type Class Description class
Empty
class
Java
class
Markdown
-
Uses of ProgrammingLanguage in app.service
Methods in app.service with parameters of type ProgrammingLanguage Modifier and Type Method Description static org.fxmisc.richtext.model.StyleSpans<java.util.Collection<java.lang.String>>
LanguageOperations. syntaxHighlight(java.lang.String text, ProgrammingLanguage language)
Calculate syntax highlighting data for a code area