Uses of Class
org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition

Packages that use WaitForObjectCondition
org.eclipse.swtbot.eclipse.finder.waits   
org.eclipse.swtbot.swt.finder.waits   
 

Uses of WaitForObjectCondition in org.eclipse.swtbot.eclipse.finder.waits
 

Subclasses of WaitForObjectCondition in org.eclipse.swtbot.eclipse.finder.waits
 class WaitForEditor
          Waits until an editor that matches the specified matcher appears.
 class WaitForView
          Waits until a view part that matches the specified matcher appears.
 

Uses of WaitForObjectCondition in org.eclipse.swtbot.swt.finder.waits
 

Methods in org.eclipse.swtbot.swt.finder.waits that return WaitForObjectCondition
static WaitForObjectCondition<MenuItem> Conditions.waitForMenu(SWTBotShell shell, Matcher<MenuItem> matcher)
           
static WaitForObjectCondition<Shell> Conditions.waitForShell(Matcher<Shell> matcher)
           
static WaitForObjectCondition<Shell> Conditions.waitForShell(Matcher<Shell> matcher, Shell parent)
           
static
<T extends Widget>
WaitForObjectCondition<T>
Conditions.waitForWidget(Matcher<T> matcher)
           
static
<T extends Widget>
WaitForObjectCondition<T>
Conditions.waitForWidget(Matcher<T> matcher, Widget parent)