|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WindowEventMethods
This interface provides a set of methods that should be added into windows that supports custom WebLaF events. Basically all these methods are already implemented in EventUtils but it is much easier to call them directly from window.
Method Summary | |
---|---|
WindowCloseAdapter |
onClose(ComponentEventRunnable runnable)
Shortcut method for window close event. |
java.awt.event.WindowAdapter |
onClosing(WindowEventRunnable runnable)
Shortcut method for window closing event. |
Method Detail |
---|
java.awt.event.WindowAdapter onClosing(WindowEventRunnable runnable)
runnable
- window event runnable
WindowCloseAdapter onClose(ComponentEventRunnable runnable)
runnable
- component event runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |