Uses of Interface
com.jrefinery.data.DatasetChangeListener

Packages that use DatasetChangeListener
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.demo Demonstration applications for the JFreeChart class library. 
com.jrefinery.data Data interfaces and classes. 
 

Uses of DatasetChangeListener in com.jrefinery.chart
 

Classes in com.jrefinery.chart that implement DatasetChangeListener
 class CategoryPlot
          A general plotting class that uses data from a CategoryDataset, and uses a plug-in renderer to draw individual data items.
 class CombinedXYPlot
          An extension of XYPlot that can contain multiple subplots, laid out horizontally or vertically.
 class CompassPlot
          A compass plot...
 class FastScatterPlot
          A fast scatter plot.
 class HorizontalCategoryPlot
          A class that plots data from a CategoryDataset, with the values plotted along the horizontal axis and the categories plotted along the vertical axis.
 class MeterPlot
          A plot that displays a single value in the context of several ranges ('normal', 'warning' and 'critical').
 class OverlaidVerticalCategoryPlot
          An extension of VerticalCategoryPlot that allows multiple VerticalCategoryPlots to be overlaid in one space, using common axes.
 class OverlaidXYPlot
          An extension of XYPlot that allows multiple XYPlots to be overlaid in one space, using common axes.
 class PeriodMarkerPlot
          A plot that marks time periods, for use in overlaid plots.
 class Pie3DPlot
          A plot that displays data in the form of a 3D pie chart, using data from any class that implements the CategoryDataset interface.
 class PiePlot
          A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface.
 class Plot
          The base class for all plots in JFreeChart.
 class ThermometerPlot
          A plot that displays a single value in a thermometer type display.
 class VerticalCategoryPlot
          A general class for plotting vertical category charts (bars/lines/shapes), using data from any class that implements the CategoryDataset interface.
 class XYPlot
          A general class for plotting data in the form of (x, y) pairs.
 

Uses of DatasetChangeListener in com.jrefinery.chart.demo
 

Methods in com.jrefinery.chart.demo with parameters of type DatasetChangeListener
 void SampleSignalDataset.addChangeListener(DatasetChangeListener listener)
          Registers an object to receive notification of changes to the dataset.
 void SampleSignalDataset.removeChangeListener(DatasetChangeListener listener)
          Deregisters an object so that it no longer receives notification of changes to the dataset.
 void SimpleIntervalXYDataset.addChangeListener(DatasetChangeListener listener)
          Registers an object for notification of changes to the dataset.
 void SimpleIntervalXYDataset.removeChangeListener(DatasetChangeListener listener)
          Deregisters an object for notification of changes to the dataset.
 

Uses of DatasetChangeListener in com.jrefinery.data
 

Methods in com.jrefinery.data with parameters of type DatasetChangeListener
 void AbstractDataset.addChangeListener(DatasetChangeListener listener)
          Registers an object to receive notification of changes to the dataset.
 void AbstractDataset.removeChangeListener(DatasetChangeListener listener)
          Deregisters an object so that it no longer receives notification of changes to the dataset.
 void Dataset.addChangeListener(DatasetChangeListener listener)
          Registers an object for notification of changes to the dataset.
 void Dataset.removeChangeListener(DatasetChangeListener listener)
          Deregisters an object for notification of changes to the dataset.