com.ibm.redback.utils
Class FocusGrabber

java.lang.Object
  |
  +--com.ibm.redback.utils.FocusGrabber
All Implemented Interfaces:
java.lang.Runnable

public class FocusGrabber
extends java.lang.Object
implements java.lang.Runnable

Insert the type's description here. Creation date: (9/5/2001 1:46:58 PM)


Constructor Summary
FocusGrabber()
          FocusGrabber constructor comment.
FocusGrabber(javax.swing.JComponent component)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FocusGrabber

public FocusGrabber()
FocusGrabber constructor comment.

FocusGrabber

public FocusGrabber(javax.swing.JComponent component)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable