Examples of SavingModel


Examples of penny.downloadmanager.model.gui.SavingModel

    private LookAndFeelModel lookModel;
    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();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.