mengao
8 years ago
3 changed files with 40 additions and 4 deletions
@ -0,0 +1,24 @@ |
|||||||
|
package com.fr.design.mainframe.chart; |
||||||
|
|
||||||
|
import com.fr.chart.chartattr.ChartCollection; |
||||||
|
import com.fr.chart.chartattr.Charts; |
||||||
|
|
||||||
|
/** |
||||||
|
* Created by mengao on 2017/6/4. |
||||||
|
*/ |
||||||
|
public class DefaultChartsConfigPane extends ChartsConfigPane { |
||||||
|
@Override |
||||||
|
public Class<? extends Charts> accptType() { |
||||||
|
return null; |
||||||
|
} |
||||||
|
|
||||||
|
@Override |
||||||
|
protected void populate(ChartCollection collection, Charts selectedChart) { |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
@Override |
||||||
|
protected void update(ChartCollection collection, Charts selectedChart) { |
||||||
|
|
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue