Package open.dolphin.impl.pvt

Examples of open.dolphin.impl.pvt.WatingListImpl


        myFrame.removeCommandPanel();
        myFrame.removeStatusPanel();

        // タブペインに格納する Plugin をロードする
        MainComponent[] plugin = new MainComponent[3];
        plugin[0] = new WatingListImpl();
        plugin[1] = new PatientSearchImpl();
        plugin[2] = new LaboTestImporter();
       
        for (int index = 0; index < plugin.length; index++) {
            plugin[index].setContext(this);
View Full Code Here

TOP

Related Classes of open.dolphin.impl.pvt.WatingListImpl

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.