Package org.jdesktop.binding

Examples of org.jdesktop.binding.TabularDataModel


    /**
     * sets the model for the drop-down.
     * @param sourceDataModel
     */
    public void setSourceDataModel(TabularDataModel sourceDataModel) {
        TabularDataModel old = getSourceDataModel();
        this.sourceDataModel = sourceDataModel;
        firePropertyChange("sourceDataModel", old, getSourceDataModel());
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.binding.TabularDataModel

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.