Package ca.odell.glazedlists.impl.swing

Examples of ca.odell.glazedlists.impl.swing.UpperThresholdRangeModel


     * ThresholdList.  The ThresholdList linked to this model type will contain
     * a range of Objects between the results of getMinimum() and getValue()
     * on the BoundedRangeModel.
     */
    public static BoundedRangeModel upperRangeModel(ThresholdList target) {
        return new UpperThresholdRangeModel(target);
    }
View Full Code Here

TOP

Related Classes of ca.odell.glazedlists.impl.swing.UpperThresholdRangeModel

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.