|
@@ -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();
|
|
|
}
|