org.eclipse.swtbot.swt.finder.utils
Interface StringConverter


public interface StringConverter

Converts objects into their string representations.

Version:
$Id$
Author:
Ketan Padegaonkar <KetanPadegaonkar [at] gmail [dot] com>

Method Summary
 String toString(Object object)
           
 

Method Detail

toString

String toString(Object object)
Parameters:
object -
Returns:
the string representation of the object