Package org.emftrace.emffit.ui.builders.parts

Examples of org.emftrace.emffit.ui.builders.parts.EditorPart


   * @seeemffit_gui.builders.guis.AbstractIssueCardGUIBuilder#
   * buildDescriptionEditorPart(org.eclipse.swt.widgets.Composite)
   */
  @Override
  protected EditorPart buildDescriptionEditorPart(Composite composite) {
    return new EditorPart(descriptionPart.getChildrenComposite(),
        descriptionCPListProvider);
  }
View Full Code Here


   * emffit_gui.builders.guis.AbstractIssueCardGUIBuilder#createSolutionEditorPart
   * (org.eclipse.swt.widgets.Composite)
   */
  @Override
  protected EditorPart createSolutionEditorPart(Composite composite) {
    return new EditorPart(solutionPart.getChildrenComposite(),
        solutionCPListProvider);

  }
View Full Code Here

TOP

Related Classes of org.emftrace.emffit.ui.builders.parts.EditorPart

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.