Package clips.delegate.directory.simple.profcheckupResult

Examples of clips.delegate.directory.simple.profcheckupResult.DirectoryProfcheckupResultItem


    private void cbProfresActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_cbProfresActionPerformed
        Object sel = cbProfres.getSelectedItem();       
        if (sel instanceof DirectoryProfcheckupResultItem){
            try {
                DirectoryProfcheckupResultItem resultItem = (DirectoryProfcheckupResultItem) sel;
                dchLightWorkTill.setEnabled(resultItem.isLimitaryFit() && cbPassed.isSelected());
                profcheckupItemLocal.setResult(resultItem);
            } catch (ClipsException ex) {
                MessageBox.showException(ex);
            }
        }
View Full Code Here

TOP

Related Classes of clips.delegate.directory.simple.profcheckupResult.DirectoryProfcheckupResultItem

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.