Package org.xvr.xvrengine.wizard.pages

Examples of org.xvr.xvrengine.wizard.pages.ImportPrjWizardPage


  /**
   *
   */
  public ImportPrjWizard() {
    this.page = new ImportPrjWizardPage("Import project", "Import XVR project(*.prj).", XVRPlugin.getImageDescriptor("icons/idr_main.ico"));
    this.page.setDescription("Select an old \"*.prj\" project to be imported in your workspace.");
  }
View Full Code Here

TOP

Related Classes of org.xvr.xvrengine.wizard.pages.ImportPrjWizardPage

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.