info.monitorenter.util
Class UIUtil

java.lang.Object
  extended by info.monitorenter.util.UIUtil

public final class UIUtil
extends Object

Utility class for UI / layout operations.

Version:
$Revision: 1.2 $
Author:
Achim Westermann

Method Summary
static Window findWindow(Component c)
          Returns the window the given component is contained in or null if this is not the case.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findWindow

public static Window findWindow(Component c)
Returns the window the given component is contained in or null if this is not the case.

Parameters:
c - the component to search the parent modal dialog of.
Returns:
the window the given component is contained in or null if this is not the case.


Copyright © 2001 - 2007 LGPL, All Rights Footloose.