Groovy Documentation

griffon.swing
[Java] Class WindowManager.WindowHelper

java.lang.Object
  java.awt.event.WindowAdapter
      griffon.swing.WindowManager.WindowHelper

private class WindowManager.WindowHelper
extends WindowAdapter

WindowAdapter that optionally invokes hide() when the window is about to be closed.

Authors:
Andres Almiray


Constructor Summary
WindowManager.WindowHelper()

 
Method Summary
void windowClosing(WindowEvent event)

 
Methods inherited from class WindowAdapter
windowOpened, windowClosing, windowClosed, windowIconified, windowDeiconified, windowActivated, windowDeactivated, windowGainedFocus, windowLostFocus, windowStateChanged, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

WindowManager.WindowHelper

WindowManager.WindowHelper()


 
Method Detail

windowClosing

public void windowClosing(WindowEvent event)


 

Groovy Documentation