Package hidb2.kern

Examples of hidb2.kern.FolderDescription.updateStats()


        {
        FolderDescrNode on = (FolderDescrNode) obj;

        FolderDescription fd = (FolderDescription) on.getDescr();

        fd.updateStats(Application.getDataStore());

        // Calculate Impact + Confirmation window
        boolean rb = MessageDialog.openConfirm(wbwin.getShell(), "Delete Folder Description",
            "Do you confirm the deletion of :" + fd.getName() + "\nHaving : " + fd.getNbInstance() + " folders");
View Full Code Here


        // Fill Statistic fields
        _fMainTable.setValue(fd.getTName(), true);
        _fCardTable.setValue(fd.getCardDescription().getTName(), true);

        fd.updateStats(Application.getDataStore());
        _fNbInstance.setValue(Long.toString(fd.getNbInstance()), true);
        break;

      case 1:
        _tabvFdAttr.setDescr(fd);
View Full Code Here

        // Fill Statistic fields
        _fMainTable.setValue(fd.getTName(), true);
        _fCardTable.setValue(fd.getCardDescription().getTName(), true);

        fd.updateStats(Application.getDataStore());
        _fNbInstance.setValue(Long.toString(fd.getNbInstance()), true);
        break;

      case 1:
        _tabvFdAttr.setDescr(fd);
View Full Code Here

        {
        ListDescrNode on = (ListDescrNode) obj;

        ListDescription fd = (ListDescription) on.getDescr();

        fd.updateStats(Application.getDataStore());

        // Calculate Impact + Confirmation window
        boolean rb = MessageDialog.openConfirm(wbwin.getShell(), "Delete List Description",
            "Do you confirm the deletion of :" + fd.getName() + "\nHaving : " + fd.getNbInstance() + " items");
View Full Code Here

        _fIdxLabelEntry.setValue(Integer.toString(fd.getLabelAttrIndex()));

        // Fill Statistic fields
        _fMainTable.setValue(fd.getTName());

        fd.updateStats(Application.getDataStore());
        _fNbInstance.setValue(Long.toString(fd.getNbInstance()));
        break;

      case 1:
        _tabvLdAttr.setDescr(fd);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.