Package penny.downloadmanager.model.gui

Examples of penny.downloadmanager.model.gui.DownloadingModel


    private List<ColumnStatus> columns;
    private String sortState;

    public ApplicationSettingsModel() {
        savingModel = new SavingModel();
        downloadingModel = new DownloadingModel();
        parsingModel = new ParsingModel();
        md5ingModel = new MD5ingModel();
        imageModel = new ImageModel();
        startupModel = new StartupModel();
        lookModel = new LookAndFeelModel();
View Full Code Here

TOP

Related Classes of penny.downloadmanager.model.gui.DownloadingModel

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.