|
|
|
@ -14,10 +14,14 @@ import com.fr.design.mainframe.chart.gui.data.report.AbstractReportDataContentPa
|
|
|
|
|
import com.fr.design.mainframe.chart.gui.data.table.AbstractTableDataContentPane; |
|
|
|
|
import com.fr.design.mainframe.chart.gui.type.AbstractChartTypePane; |
|
|
|
|
import com.fr.stable.fun.impl.AbstractProvider; |
|
|
|
|
import com.fr.stable.fun.mark.API; |
|
|
|
|
|
|
|
|
|
import static com.fr.design.chart.fun.ChartTypeUIProvider.CURRENT_API_LEVEL; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Created by shine on 2018/3/2. |
|
|
|
|
*/ |
|
|
|
|
@API(level = CURRENT_API_LEVEL) |
|
|
|
|
public abstract class AbstractExtendedChartUIProvider extends AbstractProvider implements ChartTypeUIProvider { |
|
|
|
|
|
|
|
|
|
protected abstract AbstractExtendedChartTableDataPane getTableDataSourcePane(); |
|
|
|
|