Examples of XVRWizardTemplatePage


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
Copyright © 2018 www.massapi.com. 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.