Package nz.govt.natlib.meta.ui.wizard

Examples of nz.govt.natlib.meta.ui.wizard.Wizard


    if (node.getType() == ObjectFolderNode.SIMPLE) {
      recurse = true;
      flatten = true;
    }

    wizard = new Wizard((JFrame) controller, "Create Object");

    wizard.addWizardItem(new SelectFileWizardItem(controller, node));
    wizard.addWizardItem(new PropertyWizardItem(node));

    wizard.start();
View Full Code Here

TOP

Related Classes of nz.govt.natlib.meta.ui.wizard.Wizard

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.