|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fife.ui.rsyntaxtextarea.PopupWindowDecorator
public abstract class PopupWindowDecorator
A hook allowing hosting applications to decorate JWindows created by the AutoComplete library. For example, you could use the JGoodies library to add drop shadows to the windows.
| Constructor Summary | |
|---|---|
PopupWindowDecorator()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PopupWindowDecorator()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||