Package com.qspin.qtaste.ui.widget

Examples of com.qspin.qtaste.ui.widget.InfoCbBox


       
       
        // add the Site selection panel
        JPanel siteSelectionPanel = new JPanel(new BorderLayout());
       
        mInfoBox = new InfoCbBox();
        this.initSiteCb(mInfoBox);
        mInfoBox.addActionListener(new CbActionListener(this));
        siteSelectionPanel.add(mInfoBox);
       
       
View Full Code Here


        {
            mPanel = panel;
        }

        public void actionPerformed(ActionEvent e)  {
            InfoCbBox info = (InfoCbBox)e.getSource();
            mPanel.fillSiteDetails(((ConfigInfo)info.getItemAt(info.getSelectedIndex())).mFile);
        }
View Full Code Here

TOP

Related Classes of com.qspin.qtaste.ui.widget.InfoCbBox

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.