| | |
| | | import com.vci.client.framework.rightConfig.modelConfig.ModuleConfigMainPanel; |
| | | import com.vci.client.framework.rightConfig.object.FunctionObject; |
| | | import com.vci.client.framework.util.RightControlUtil; |
| | | import com.vci.client.ui.image.bundle.BundleImage; |
| | | import com.vci.client.ui.image.BundleImage; |
| | | import com.vci.client.ui.swing.VCISwingUtil; |
| | | import com.vci.client.ui.swing.components.VCIJLabel; |
| | | import com.vci.client.ui.swing.components.VCIJMenuBar; |
| | |
| | | } |
| | | |
| | | /**获取当前用户看到的第一级节点模块**/ |
| | | FunctionObject[] funcObjs = RightControlUtil.getFunctionsByRight("modelManagmentNode", userName); |
| | | FunctionObject[] funcObjs = RightControlUtil.getFunctionsByRight("business", userName); |
| | | for(int i = 0;i<funcObjs.length;i++){ |
| | | VCIModuleMainPanel mailPanel = new VCIModuleMainPanel(funcObjs[i]); |
| | | moduleListMap.put(index, mailPanel); |