|
|
|
@ -2,6 +2,7 @@ package com.fr.design.mainframe.alphafine.action;
|
|
|
|
|
|
|
|
|
|
import com.fr.common.util.Strings; |
|
|
|
|
import com.fr.design.mainframe.DesignerContext; |
|
|
|
|
import com.fr.design.mainframe.DesignerFrameFileDealerPane; |
|
|
|
|
import com.fr.design.mainframe.alphafine.AlphaFineHelper; |
|
|
|
|
import com.fr.design.mainframe.alphafine.download.FineMarketConstants; |
|
|
|
|
import com.fr.design.mainframe.alphafine.download.FineMarketDownloadManager; |
|
|
|
@ -71,6 +72,9 @@ public class StartUseAction implements ActionListener {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void openInDesigner(File file) { |
|
|
|
|
// 刷新目录
|
|
|
|
|
DesignerFrameFileDealerPane.getInstance().refresh(); |
|
|
|
|
// 打开模板
|
|
|
|
|
DesignerContext.getDesignerFrame().openTemplate(new FileFILE(file)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|