Uses of Interface
com.rapidminer.datatable.DataTableListener

Packages that use DataTableListener
com.rapidminer.datatable DataTables are the most important data container interface for RapidMiner which are used for all statistics and plotting purposes. 
com.rapidminer.gui.plotter This package contains all plotters which are able to create plots from a given DataTable. 
com.rapidminer.gui.viewer This package contain viewer classes for some standard data types like ExampleSets, DataTables etc. 
 

Uses of DataTableListener in com.rapidminer.datatable
 

Classes in com.rapidminer.datatable that implement DataTableListener
 class GnuPlotDataTableHandler
          This class can be used to create GnuPlot files from data tables.
 

Methods in com.rapidminer.datatable with parameters of type DataTableListener
 void DataTable.addDataTableListener(DataTableListener dataTableListener)
          Adds a table listener listening for data changes.
 void AbstractDataTable.addDataTableListener(DataTableListener dataTableListener)
           
 void DataTable.removeDataTableListener(DataTableListener dataTableListener)
          Removes the given listener from the list of data change listeners.
 void AbstractDataTable.removeDataTableListener(DataTableListener dataTableListener)
           
 

Uses of DataTableListener in com.rapidminer.gui.plotter
 

Classes in com.rapidminer.gui.plotter that implement DataTableListener
 class PlotterPanel
          This is the main component for all data or statistics plotters.
 

Uses of DataTableListener in com.rapidminer.gui.viewer
 

Classes in com.rapidminer.gui.viewer that implement DataTableListener
 class DataTableViewer
          Can be used to display (parts of) the data by means of a JTable.
 class DataTableViewerTable
          Can be used to display (parts of) a DataTable by means of a JTable.
 



Copyright © 2001-2009 by Rapid-I