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 PopupWindowDecoratorPopupWindowDecorator. decoratorThe singleton instance of this class.Methods in org.fife.ui.rsyntaxtextarea that return PopupWindowDecorator Modifier and Type Method Description static PopupWindowDecoratorPopupWindowDecorator. 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 voidPopupWindowDecorator. set(PopupWindowDecorator decorator)Sets the singleton instance of this class.
-