eason-skx 7 years ago
parent
commit
116b0e7c0a
  1. 4
      designer_chart/src/com/fr/design/mainframe/chart/gui/type/AbstractChartTypePane.java

4
designer_chart/src/com/fr/design/mainframe/chart/gui/type/AbstractChartTypePane.java

@ -39,11 +39,11 @@ public abstract class AbstractChartTypePane extends FurtherBasicBeanPane<Chart>{
protected static final int BAIDU = 0;
protected static final int GOOGLE = 1;
private List<ChartImagePane> typeDemo;
protected List<ChartImagePane> typeDemo;
protected List<ChartImagePane> styleList;
protected JPanel stylePane; //样式布局的面板
protected JPanel typePane;
private JPanel typePane;
protected abstract String[] getTypeIconPath();
protected abstract String[] getTypeTipName();
protected abstract String[] getTypeLayoutPath();

Loading…
Cancel
Save