|
|
|
@ -5,7 +5,6 @@ import com.fr.design.mainframe.alphafine.AlphaFineHelper;
|
|
|
|
|
import com.fr.design.mainframe.alphafine.CellType; |
|
|
|
|
import com.fr.design.mainframe.alphafine.component.AlphaFineFrame; |
|
|
|
|
import com.fr.design.mainframe.alphafine.model.TemplateResource; |
|
|
|
|
import com.fr.design.mainframe.alphafine.preview.DefaultContentPane; |
|
|
|
|
import com.fr.design.mainframe.alphafine.preview.TemplateShopPane; |
|
|
|
|
import com.fr.log.FineLoggerFactory; |
|
|
|
|
|
|
|
|
@ -69,11 +68,6 @@ public class TemplateResourceSearchWorkerManager implements SearchManager {
|
|
|
|
|
this.searchWorker.execute(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void showDefault(DefaultContentPane defaultContentPane) { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void showResult(List<TemplateResource> list) { |
|
|
|
|
if (networkError && !searchResult) { |
|
|
|
|
alphaFineFrame.showResult(AlphaFineConstants.NETWORK_ERROR); |
|
|
|
|