Package org.xvr.xvrengine.wizard.pages

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


*/
public class TemplateWizard extends EmptyWizard {

  @Override
  protected void initPrjPage() {
    this.page1 = new XVRWizardTemplatePage("page name", "pag title", XVRPlugin.getImageDescriptor("icons/ScriptEditor.ico"));
    this.page1.setTitle("XVR Project");
    this.page1.setDescription("Create a new XVR Project");
  }
View Full Code Here

TOP

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

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.