com.ontimize.util.gis.client.utils
Class UIToolbox

java.lang.Object
  extended by com.ontimize.util.gis.client.utils.UIToolbox

public final class UIToolbox
extends java.lang.Object

User interface utilities.

Since:
27/05/2009
Author:
Imatia Innovation S.L.

Constructor Summary
UIToolbox()
           
 
Method Summary
static java.awt.Window getTopWindow()
          Return the active and visible Window.
static java.awt.Window getTopWindow(java.awt.Window[] windows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIToolbox

public UIToolbox()
Method Detail

getTopWindow

public static java.awt.Window getTopWindow()

Return the active and visible Window.

Returns:
Visible Frame or Dialog.

getTopWindow

public static java.awt.Window getTopWindow(java.awt.Window[] windows)