Package systole.propertiesController

Examples of systole.propertiesController.ReportSettingsProperties


    /**
     *
     */
    public ReportBuilder() {
        this.reportSettingsProperties = new ReportSettingsProperties();
    }
View Full Code Here


     * @param parent
     */
    public ControllerReportSettings(java.awt.Frame parent) {
        super();
        this.reportSettings = new JDialogReportSettings(parent, this);
        this.properties = new ReportSettingsProperties();
        this.setCloseListener(reportSettings);
    }
View Full Code Here

TOP

Related Classes of systole.propertiesController.ReportSettingsProperties

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.