|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.fr.design.mainframe.alphafine.component; |
|
|
|
|
|
|
|
|
|
import com.fr.design.mainframe.alphafine.AlphaFineHelper; |
|
|
|
|
import com.fr.design.mainframe.alphafine.cell.model.AlphaCellModel; |
|
|
|
|
import com.fr.design.mainframe.alphafine.preview.ResultShowPane; |
|
|
|
|
import java.awt.event.KeyAdapter; |
|
|
|
@ -25,6 +26,8 @@ public class AlphaFineList extends JList<AlphaCellModel> {
|
|
|
|
|
if (e.getClickCount() == 2 && selectedValue.hasAction()) { |
|
|
|
|
dealWithSearchResult(); |
|
|
|
|
} |
|
|
|
|
// 点击搜索结果 主页面移动到后面
|
|
|
|
|
AlphaFineHelper.getAlphaFineDialog().toBack(); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|