org.fife.ui.rsyntaxtextarea
Constructor and Description |
---|
PopupWindowDecorator() |
Modifier and Type | Method and Description |
---|---|
abstract void |
decorate(JWindow window)
Callback called whenever an appropriate JWindow is created by the
AutoComplete library.
|
static PopupWindowDecorator |
get()
Returns the singleton instance of this class.
|
static void |
set(PopupWindowDecorator decorator)
Sets the singleton instance of this class.
|
public abstract void decorate(JWindow window)
window
- The newly-created window.public static PopupWindowDecorator get()
null
for none.set(PopupWindowDecorator)
public static void set(PopupWindowDecorator decorator)
decorator
- The new instance of this class. This may be
null
.get()