eas之创建一个UI界面并对其操作

private void BranchAddNew(ActionEvent e) {       UIContext uiContext = new UIContext(this);       uiContext.put(UIContext.ID, null);       uiContext.put(UIContext.OWNER, this);       uiContext.put("parent", editData);       IUIWindow uiWindow = null;       try {           uiWindow = UIFactory.createUIFactory(UIFactoryName.NEWWIN).create(BranchShowUI.class.getName(), uiContext, null, OprtState.ADDNEW);           uiWindow.show();       } catch (UIException e1) {           e1.printStackTrace();       }       } 
上一篇:android – 尝试使用opencv从图像中检测蓝色,并获得意想不到的结果


下一篇:c#-如果else在while循环中则为else如果在第一个周期中定义了test