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

Packages that use StringConverter
org.eclipse.swtbot.swt.finder.utils   
 

Uses of StringConverter in org.eclipse.swtbot.swt.finder.utils
 

Methods in org.eclipse.swtbot.swt.finder.utils with parameters of type StringConverter
static String StringUtils.join(Collection<?> toJoin, String delimiter, StringConverter converter)
          Joins a collection of objects using the given delimiter as spacing.
static String StringUtils.join(Object[] toJoin, String delimiter, StringConverter converter)
          Joins an array of objects using the given delimiter as spacing.