Groovy Documentation

griffon.swing
[Java] Class WindowManager.InternalFrameHelper

java.lang.Object
  javax.swing.event.InternalFrameAdapter
      griffon.swing.WindowManager.InternalFrameHelper

private class WindowManager.InternalFrameHelper
extends InternalFrameAdapter

InternalFrameAdapter that triggers application events when a window is shown/hidden, it also invokes hide() when the window is about to be closed.

Authors:
Andres Almiray


Constructor Summary
WindowManager.InternalFrameHelper()

 
Method Summary
void internalFrameClosed(InternalFrameEvent event)

Triggers a WindowHidden event with the internal frame as sole argument

void internalFrameClosing(InternalFrameEvent event)

void internalFrameOpened(InternalFrameEvent event)

Triggers a WindowShown event with the internal frame as sole argument

 
Methods inherited from class InternalFrameAdapter
internalFrameOpened, internalFrameClosing, internalFrameClosed, internalFrameIconified, internalFrameDeiconified, internalFrameActivated, internalFrameDeactivated, 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.InternalFrameHelper

WindowManager.InternalFrameHelper()


 
Method Detail

internalFrameClosed

public void internalFrameClosed(InternalFrameEvent event)
Triggers a WindowHidden event with the internal frame as sole argument


internalFrameClosing

public void internalFrameClosing(InternalFrameEvent event)


internalFrameOpened

public void internalFrameOpened(InternalFrameEvent event)
Triggers a WindowShown event with the internal frame as sole argument


 

Groovy Documentation