com.ibm.dse.tools.workbench.gui
Class RequestFocus

java.lang.Object
  |
  +--com.ibm.dse.tools.workbench.gui.RequestFocus

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

This class allows the component to request the focus.


Constructor Summary
RequestFocus(javax.swing.JComponent c)
          This constructor creates a RequestFocus object with the given component.
 
Method Summary
 void run()
          This method transfer the focus to the specified component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestFocus

public RequestFocus(javax.swing.JComponent c)
This constructor creates a RequestFocus object with the given component.
Parameters:
c - javax.swing.JComponent
Method Detail

run

public void run()
This method transfer the focus to the specified component.
Specified by:
run in interface java.lang.Runnable