Package freenet.clients.http.wizardsteps

Examples of freenet.clients.http.wizardsteps.BANDWIDTH


    steps.put(WIZARD_STEP.WELCOME, new WELCOME(config));
    steps.put(WIZARD_STEP.BROWSER_WARNING, new BROWSER_WARNING());
    steps.put(WIZARD_STEP.NAME_SELECTION, new NAME_SELECTION(config));
    steps.put(WIZARD_STEP.DATASTORE_SIZE, new DATASTORE_SIZE(core, config));
    steps.put(WIZARD_STEP.OPENNET, new OPENNET());
    steps.put(WIZARD_STEP.BANDWIDTH, new BANDWIDTH());
    steps.put(WIZARD_STEP.BANDWIDTH_MONTHLY, new BANDWIDTH_MONTHLY(core, config));
    steps.put(WIZARD_STEP.BANDWIDTH_RATE, new BANDWIDTH_RATE(core, config));

    //Add step handlers that are set by presets
    stepMISC = new MISC(core, config);
View Full Code Here

TOP

Related Classes of freenet.clients.http.wizardsteps.BANDWIDTH

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.