Package org.emftrace.emffit.ui.controls.wizards.pages

Examples of org.emftrace.emffit.ui.controls.wizards.pages.LinkWizardPage


   *
   * @see org.eclipse.jface.wizard.Wizard#addPages()
   */
  @Override
  public void addPages() {
    linkWizardPage = new LinkWizardPage("Link Wizard Page One",
        "Link Wizard",
        "Please enter a caption and select a type for the new link.",
        contentProviderList, filterWord, oldCaption);
    addPage(linkWizardPage);
    selectModelElementWizardPage = new SelectModelElementWizardPage(
View Full Code Here

TOP

Related Classes of org.emftrace.emffit.ui.controls.wizards.pages.LinkWizardPage

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.