Uses of Interface
com.alee.utils.swing.WindowEventRunnable

Packages that use WindowEventRunnable
com.alee.laf.rootpane   
com.alee.utils   
com.alee.utils.swing   
 

Uses of WindowEventRunnable in com.alee.laf.rootpane
 

Methods in com.alee.laf.rootpane with parameters of type WindowEventRunnable
 java.awt.event.WindowAdapter WebWindow.onClosing(WindowEventRunnable runnable)
          Shortcut method for window closing event.
 java.awt.event.WindowAdapter WebFrame.onClosing(WindowEventRunnable runnable)
          Shortcut method for window closing event.
 java.awt.event.WindowAdapter WebDialog.onClosing(WindowEventRunnable runnable)
          Shortcut method for window closing event.
 

Uses of WindowEventRunnable in com.alee.utils
 

Methods in com.alee.utils with parameters of type WindowEventRunnable
static java.awt.event.WindowAdapter EventUtils.onClosing(java.awt.Window window, WindowEventRunnable runnable)
          Shortcut method for window closing event.
 

Uses of WindowEventRunnable in com.alee.utils.swing
 

Methods in com.alee.utils.swing with parameters of type WindowEventRunnable
 java.awt.event.WindowAdapter WindowEventMethods.onClosing(WindowEventRunnable runnable)
          Shortcut method for window closing event.