Why aren't DefaultTitleEditor and DefaultPlotEditor public?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
dnater
Posts: 3
Joined: Tue Mar 08, 2011 7:06 pm
antibot: No, of course not.

Why aren't DefaultTitleEditor and DefaultPlotEditor public?

Post by dnater » Thu Jun 02, 2011 4:06 pm

Hello,

I would like to add functionality to the chart properties dialog box. I know that this can be done by copying and modifying the source, but it would be better to extend some of the existing classes. However, DefaultTitleEditor, DefaultPlotEditor, and DefaultChartEditor are not declared public. Is there a good reason for this?

Thanks,
Nate

Locked