Package org.jitterbit.integration.activity.ui.util

Examples of org.jitterbit.integration.activity.ui.util.TimeWindowControl


    /**
     * Creates a <code>TimeWindowFilterUi</code> with a title.
     */
    public TimeWindowFilterUi(String title) {
        this.title = title;
        timeControl = new TimeWindowControl();
        changeListeners = new ChangeListeners();
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.activity.ui.util.TimeWindowControl

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.