Browse Source

将Table中的返回类型ArrayList<UIComboBox>改为List<UIComboBox>。

master
mengao 7 years ago
parent
commit
2aa4fee16e
  1. 2
      designer_chart/src/com/fr/design/mainframe/chart/gui/data/table/CategoryPlotMoreCateTableDataContentPane.java

2
designer_chart/src/com/fr/design/mainframe/chart/gui/data/table/CategoryPlotMoreCateTableDataContentPane.java

@ -43,7 +43,7 @@ public class CategoryPlotMoreCateTableDataContentPane extends CategoryPlotTableD
private UIObserverListener uiobListener = null;
public ArrayList<UIComboBox> getBoxList() {
public List<UIComboBox> getBoxList() {
return boxList;
}

Loading…
Cancel
Save