Package org.pietschy.wizard.models

Examples of org.pietschy.wizard.models.SimplePath


  /**
   * Build up the wizard's path.
   * @return the wizard's path
   */
  private Path buildPath() {
    SimplePath path = new SimplePath();
    // Selection of data set, table name, etc.
    path.addStep(new DbDataStep());
    // database connection settings
    path.addStep(new DbPropertiesStep());

    return path;
  }
View Full Code Here

TOP

Related Classes of org.pietschy.wizard.models.SimplePath

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.