Uses of Class
org.eclipse.swtbot.swt.finder.ReferenceBy

Packages that use ReferenceBy
org.eclipse.swtbot.swt.finder Provides convenience API that most users would like to start with. 
 

Uses of ReferenceBy in org.eclipse.swtbot.swt.finder
 

Methods in org.eclipse.swtbot.swt.finder that return ReferenceBy
static ReferenceBy ReferenceBy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReferenceBy[] ReferenceBy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.swtbot.swt.finder that return types with arguments of type ReferenceBy
protected static Comparator<ReferenceBy> ReferenceBy.comparator()
           
static List<List<ReferenceBy>> ReferenceBy.getCombinations(ReferenceBy... references)
           
 

Methods in org.eclipse.swtbot.swt.finder with parameters of type ReferenceBy
static List<List<ReferenceBy>> ReferenceBy.getCombinations(ReferenceBy... references)
           
protected  boolean ReferenceBy.isCompatibleWith(ReferenceBy other)