Uses of Class
org.fife.ui.rsyntaxtextarea.PopupWindowDecorator
-
Packages that use PopupWindowDecorator Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. -
-
Uses of PopupWindowDecorator in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as PopupWindowDecorator Modifier and Type Field Description private static PopupWindowDecorator
PopupWindowDecorator. decorator
The singleton instance of this class.Methods in org.fife.ui.rsyntaxtextarea that return PopupWindowDecorator Modifier and Type Method Description static PopupWindowDecorator
PopupWindowDecorator. get()
Returns the singleton instance of this class.Methods in org.fife.ui.rsyntaxtextarea with parameters of type PopupWindowDecorator Modifier and Type Method Description static void
PopupWindowDecorator. set(PopupWindowDecorator decorator)
Sets the singleton instance of this class.
-