Package org.resmedicinae.application.healthcare.record

Examples of org.resmedicinae.application.healthcare.record.RecordModel


    /**Creates the overlayTree
     * @return the overlayTree
     */
    public OverlayTree createOverlayTree(){
        RecordModel model = (RecordModel)getModel();
        OverlayTree overlayTree = new OverlayTree();
        overlayTree.addTreeSelectionListener((TreeSelectionListener)getController());
        return overlayTree;
    }
View Full Code Here

TOP

Related Classes of org.resmedicinae.application.healthcare.record.RecordModel

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.