Package freenet.clients.http.wizardsteps

Examples of freenet.clients.http.wizardsteps.MISC


    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);
    steps.put(WIZARD_STEP.MISC, stepMISC);

    stepSECURITY_NETWORK = new SECURITY_NETWORK(core);
    steps.put(WIZARD_STEP.SECURITY_NETWORK, stepSECURITY_NETWORK);
View Full Code Here

TOP

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

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.