public abstract class PopupWindowDecorator
extends java.lang.Object
构造器和说明 |
---|
PopupWindowDecorator() |
限定符和类型 | 方法和说明 |
---|---|
abstract void |
decorate(javax.swing.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(javax.swing.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()