|
|
|
@ -33,6 +33,7 @@ import com.fr.form.ui.AbstractBorderStyleWidget;
|
|
|
|
|
import com.fr.form.ui.Button; |
|
|
|
|
import com.fr.form.ui.CardAddButton; |
|
|
|
|
import com.fr.form.ui.CardSwitchButton; |
|
|
|
|
import com.fr.form.ui.ChartEditor; |
|
|
|
|
import com.fr.form.ui.CheckBox; |
|
|
|
|
import com.fr.form.ui.CheckBoxGroup; |
|
|
|
|
import com.fr.form.ui.ComboBox; |
|
|
|
@ -201,6 +202,8 @@ public class XCreatorUtils {
|
|
|
|
|
private static void putExtraEditor() { |
|
|
|
|
if (DesignModuleFactory.getChartEditorClass() != null) { |
|
|
|
|
objectMap.put(DesignModuleFactory.getChartEditorClass(), XChartEditor.class); |
|
|
|
|
} else { |
|
|
|
|
objectMap.put(ChartEditor.class, XChartEditor.class); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|