Package org.eclipse.swtbot.eclipse.gef.finder.matchers

Examples of org.eclipse.swtbot.eclipse.gef.finder.matchers.IsSelected


public class WaitForEditPartSelection extends WaitForObjectCondition<SWTBotGefEditPart> {

  private SWTBotGefEditPart part;
 
  public WaitForEditPartSelection(final SWTBotGefEditPart part, final EditPartViewer viewer) {
    super(new IsSelected(viewer));
    this.part = part;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.swtbot.eclipse.gef.finder.matchers.IsSelected

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.