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

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

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

Methods in org.eclipse.swtbot.eclipse.finder.matchers that return WithPerspectiveId
static WithPerspectiveId WithPerspectiveId.withPerspectiveId(Matcher<String> idMatcher)
          Matches a perspective with the specified id.
static WithPerspectiveId WithPerspectiveId.withPerspectiveId(String id)
          Matches a perspective with the specified id.