|
|
|
@ -38,13 +38,11 @@ public class ColSelectedWithSummaryMethodEditor extends Editor<DSColumnWithSumma
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static void refreshCommonChartFieldNames(Chart chart) { |
|
|
|
|
String[] columnNames = ChartDataHelper.getCommonChartFieldNames(chart); |
|
|
|
|
refreshComboBoxModel(columnNames); |
|
|
|
|
refreshComboBoxModel(ChartDataHelper.getCommonChartFieldNames(chart)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static void refreshCustomChartTableFieldNames(Chart chart, CustomPlotType plotType) { |
|
|
|
|
String[] columnNames = ChartDataHelper.getCustomChartTableFieldNames(chart, plotType); |
|
|
|
|
refreshComboBoxModel(columnNames); |
|
|
|
|
refreshComboBoxModel(ChartDataHelper.getCustomChartTableFieldNames(chart, plotType)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private static void refreshComboBoxModel(String[] columnNames) { |
|
|
|
|