Uses of Class
org.eclipse.swtbot.eclipse.finder.matchers.WithPerspectiveLabel

Packages that use WithPerspectiveLabel
org.eclipse.swtbot.eclipse.finder.matchers   
 

Uses of WithPerspectiveLabel in org.eclipse.swtbot.eclipse.finder.matchers
 

Methods in org.eclipse.swtbot.eclipse.finder.matchers that return WithPerspectiveLabel
static WithPerspectiveLabel WithPerspectiveLabel.withPerspectiveLabel(Matcher<String> labelMatcher)
          Matches a perspective with the specified label.
static WithPerspectiveLabel WithPerspectiveLabel.withPerspectiveLabel(String label)
          Matches a perspective with the specified label.