Package org.xvr.xvrengine.wizard.html

Examples of org.xvr.xvrengine.wizard.html.HTMLPropertiesPage


    this.addPage(this.page1);
    this.addPage(this.page2);
  }
 
  protected void initHTMLPage() {
    this.page2 = new HTMLPropertiesPage(HTML_PAGE_NAME);
    this.page2.setTitle(HTML_PROP_TITLE);
    this.page2.setDescription(HTML_PROP_DESCRIPTION);
  }
View Full Code Here

TOP

Related Classes of org.xvr.xvrengine.wizard.html.HTMLPropertiesPage

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.