Uses of Interface
org.fife.ui.rsyntaxtextarea.LinkGenerator
-
Packages that use LinkGenerator Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. -
-
Uses of LinkGenerator in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as LinkGenerator Modifier and Type Field Description private LinkGenerator
RSyntaxTextArea. linkGenerator
Methods in org.fife.ui.rsyntaxtextarea that return LinkGenerator Modifier and Type Method Description LinkGenerator
RSyntaxTextArea. getLinkGenerator()
Methods in org.fife.ui.rsyntaxtextarea with parameters of type LinkGenerator Modifier and Type Method Description void
RSyntaxTextArea. setLinkGenerator(LinkGenerator generator)
-