com.tssap.util.ui
Class FocusControlSeachVisitor

java.lang.Object
  |
  +--com.tssap.util.ui.FocusControlSeachVisitor
All Implemented Interfaces:
IControlVisitor

public class FocusControlSeachVisitor
extends java.lang.Object
implements IControlVisitor


Constructor Summary
FocusControlSeachVisitor()
           
 
Method Summary
 org.eclipse.swt.widgets.Control getFocusControl()
           
 void reset()
           
 boolean visit(org.eclipse.swt.widgets.Control control)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FocusControlSeachVisitor

public FocusControlSeachVisitor()
Method Detail

visit

public boolean visit(org.eclipse.swt.widgets.Control control)
Specified by:
visit in interface IControlVisitor
Following copied from interface: com.tssap.util.ui.IControlVisitor
Parameters:
control - currently visited control
Returns:
true if subcomponents should also be visited

reset

public void reset()

getFocusControl

public org.eclipse.swt.widgets.Control getFocusControl()


Copyright © 2005 SAP AG. All Rights Reserved.