org.eclipse.jubula.rc.swing.swing.implclasses
Class WindowHelper

java.lang.Object
  extended by org.eclipse.jubula.rc.swing.swing.implclasses.WindowHelper

public class WindowHelper
extends java.lang.Object

Utility methods

Created:
Jun 21, 2007

Method Summary
static java.awt.Window getActiveWindow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActiveWindow

public static java.awt.Window getActiveWindow()
Returns:
The active application window, or null if no application window is currently active. If the returned value is not null, it is guaranteed to be of type java.awt.Dialog or java.awt.Frame.