|
|
|
@ -81,10 +81,7 @@ public class ChartConditionPane extends LiteConditionPane<CommonCondition> {
|
|
|
|
|
return this; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
Editor<?>[] editors = ValueEditorPaneFactory.allEditors(); |
|
|
|
|
ColSelectedWithSummaryMethodEditor colSelectedWithSummaryMethodEditor = new ColSelectedWithSummaryMethodEditor(); |
|
|
|
|
Editor<?>[] allEditors = ArrayUtils.add(editors,colSelectedWithSummaryMethodEditor); |
|
|
|
|
conditionValuePane = ValueEditorPaneFactory.createValueEditorPane(allEditors,StringUtils.EMPTY,StringUtils.EMPTY); |
|
|
|
|
conditionValuePane = ValueEditorPaneFactory.createAllValueEditorPane(); |
|
|
|
|
conditionKeyComboBox.setPreferredSize(new Dimension(175, conditionKeyComboBox.getPreferredSize().height)); |
|
|
|
|
conditionOPComboBox.setPreferredSize(new Dimension(80, 20)); |
|
|
|
|
Component[][] components = { |
|
|
|
|