org.jfree.experimental.chart.swt.editor
Class SWTChartEditor

java.lang.Object
  extended by org.jfree.experimental.chart.swt.editor.SWTChartEditor
All Implemented Interfaces:
org.jfree.chart.editor.ChartEditor

public class SWTChartEditor
extends java.lang.Object
implements org.jfree.chart.editor.ChartEditor

An editor for chart properties.


Field Summary
protected static java.util.ResourceBundle localizationResources
          The resourceBundle for the localization.
 
Constructor Summary
SWTChartEditor(Display display, org.jfree.chart.JFreeChart chart2edit)
          Creates a new editor.
 
Method Summary
 void open()
          Opens the editor.
 void updateChart(org.jfree.chart.JFreeChart chart)
          Updates the chart properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localizationResources

protected static java.util.ResourceBundle localizationResources
The resourceBundle for the localization.

Constructor Detail

SWTChartEditor

public SWTChartEditor(Display display,
                      org.jfree.chart.JFreeChart chart2edit)
Creates a new editor.

Parameters:
display - the display.
chart2edit - the chart to edit.
Method Detail

open

public void open()
Opens the editor.


updateChart

public void updateChart(org.jfree.chart.JFreeChart chart)
Updates the chart properties.

Specified by:
updateChart in interface org.jfree.chart.editor.ChartEditor
Parameters:
chart - the chart.