Groovy Documentation

griffon.swt
[Java] Class WindowManager.ShowHelper

java.lang.Object
  griffon.swt.WindowManager.ShowHelper
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener

private class WindowManager.ShowHelper

Listener that triggers application events when a window is shown.

Authors:
Andres Almiray


Constructor Summary
WindowManager.ShowHelper()

 
Method Summary
void handleEvent(org.eclipse.swt.widgets.Event event)

Triggers a WindowShown event with the window as sole argument

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

WindowManager.ShowHelper

WindowManager.ShowHelper()


 
Method Detail

handleEvent

public void handleEvent(org.eclipse.swt.widgets.Event event)
Triggers a WindowShown event with the window as sole argument


 

Groovy Documentation