浏览代码

整合附件类

zthwr 1 年之前
父节点
当前提交
f686bfa97d
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pu/pu/src/client/nc/pub/filesystem/newui/ThFileContentPanel.java

+ 4 - 4
pu/pu/src/client/nc/pub/filesystem/newui/ThFileContentPanel.java

@@ -65,7 +65,7 @@ import javax.swing.tree.DefaultTreeCellEditor;
 import javax.swing.tree.DefaultTreeModel;
 import javax.swing.tree.TreeNode;
 import javax.swing.tree.TreePath;
-
+import nc.ui.uif2.editor.BillForm;
 import nc.bs.framework.common.NCLocator;
 import nc.bs.framework.common.RuntimeEnv;
 import nc.bs.logging.Logger;
@@ -120,7 +120,7 @@ public class ThFileContentPanel extends JPanel {
 	//ËõÂÔͼä¯ÀÀ
 	public static final int BROWSESMALLICON_STATE =3; 
 	
-	public BillCardPanel fpcpanel;
+	protected BillForm editor_;
 	private int colnumbtnpane =5 ;
 	private int colnumbtnbrow =1;
 	protected String rootDirStr = "dir1/dir2/ewei";
@@ -198,10 +198,10 @@ public class ThFileContentPanel extends JPanel {
 		setUIEnable();
 		initUI();
 	}
-	public ThFileContentPanel(String root,BillCardPanel cpanel) {		
+	public ThFileContentPanel(String root,BillForm editor) {		
 		super();
 		rootDirStr = root ;
-		this.fpcpanel=cpanel;
+		editor_ = editor;
 		//ÉèÖÃȨÏÞ		
 		initUI();
 	}