|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.fr.design.module; |
|
|
|
|
|
|
|
|
|
import com.fr.base.chart.BaseChartCollection; |
|
|
|
|
import com.fr.design.actions.help.replace.ITReplaceHelper; |
|
|
|
|
import com.fr.design.gui.chart.BaseChartPropertyPane; |
|
|
|
|
import com.fr.design.gui.chart.MiddleChartComponent; |
|
|
|
|
import com.fr.design.gui.chart.MiddleChartDialog; |
|
|
|
@ -136,11 +137,11 @@ public class DesignModuleFactory {
|
|
|
|
|
* 注册一下查找替换面板 |
|
|
|
|
* @param r |
|
|
|
|
*/ |
|
|
|
|
public static void registerReplacePane(Class r){ |
|
|
|
|
public static void registerReplacePane(Class r) { |
|
|
|
|
instance.replacePane = r; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static Class getReplacePane(){ |
|
|
|
|
public static Class<ITReplaceHelper> getReplacePane() { |
|
|
|
|
return instance.replacePane; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|