LumiSoft.UI.Controls
Class Utils

java.lang.Object
  extended by LumiSoft.UI.Controls.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static boolean ContainsFocus(javax.swing.JComponent component)
          Checks if specified component or some of it's child has focused.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

ContainsFocus

public static boolean ContainsFocus(javax.swing.JComponent component)
Checks if specified component or some of it's child has focused.

Parameters:
component - Component which focus to check.