|
|
|
@ -118,6 +118,10 @@ public class ChartEditPane extends BasicPane implements AttributeChange, Prepare
|
|
|
|
|
this.listenerList.remove(ChartEditPaneActionListener.class, l); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void resetLastChartCollection() { |
|
|
|
|
this.lastCollection = null; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void fireAttributeChange(ChartCollection chartCollection) { |
|
|
|
|
// Guaranteed to return a non-null array
|
|
|
|
|
Object[] listeners = listenerList.getListenerList(); |
|
|
|
|