Package org.emftrace.emffit.ui.controls.tests.testclasses

Examples of org.emftrace.emffit.ui.controls.tests.testclasses.TestLinkedText


  @Override
  public void setUp() throws Exception {
    super.setUp();
    shell = new Shell(Display.getDefault());
    linkedText = new TestLinkedText(shell, SWT.NONE);
    testHypertext = EMFfitModelFactory.eINSTANCE.createHypertext();
    project.addModelElement(testHypertext);// must be added due to delete
                        // works with model elements
                        // attached with projects only
  }
View Full Code Here

TOP

Related Classes of org.emftrace.emffit.ui.controls.tests.testclasses.TestLinkedText

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.