Uses of Interface
com.rapidminer.report.Tableable

Packages that use Tableable
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.attributeeditor Provides the classes necessary for the Attribute Editor, i.e. the tool for creating attribute description files from data files. 
com.rapidminer.gui.properties This package consists of all classes for property (parameter) editing, i.e. 
com.rapidminer.gui.renderer This package consists the base classes for the renderers / visualization components of RapidMiner components and results. 
com.rapidminer.gui.renderer.models This package consists the base classes for the renderers / visualization components of RapidMiner models. 
com.rapidminer.gui.tools Some basic tools for the graphical user interface (GUI) of RapidMiner. 
com.rapidminer.gui.tools.dialogs.wizards.dataimport   
com.rapidminer.gui.tools.table   
com.rapidminer.gui.viewer This package contain viewer classes for some standard data types like ExampleSets, DataTables etc. 
com.rapidminer.gui.wizards This package contain wizard classes for configurating operators. 
 

Uses of Tableable in com.rapidminer.datatable
 

Subinterfaces of Tableable in com.rapidminer.datatable
 interface DataTable
          A data table that contains Object arrays that record process results, data, etc.
 

Classes in com.rapidminer.datatable that implement Tableable
 class AbstractDataTable
          This abstract data table implementation provides some default implementations for data tables like listener handling.
 class DataTableExampleSetAdapter
          This class can be used to use an example set as data table.
 class DataTableKernelModelAdapter
          This class can be used to use a kernel model as data table.
 class DataTablePairwiseMatrixExtractionAdapter
          This class can be used to use all pairs (entries) of a numerical matrix as data table.
 class DataTableSymmetricalMatrixAdapter
          This class can be used to use a symmetrical matrix as data table.
 class FilteredDataTable
          This DataTable filters the contained rows using a stack of FilterConditions.
 class SimpleDataTable
          A simple data table implementation which stores the data itself.
 

Uses of Tableable in com.rapidminer.gui.attributeeditor
 

Classes in com.rapidminer.gui.attributeeditor that implement Tableable
 class AttributeEditor
          A table for creating an attribute description file.
 

Uses of Tableable in com.rapidminer.gui.properties
 

Classes in com.rapidminer.gui.properties that implement Tableable
 class BasicPropertyTable
          This is a basic property table which can be simply build from a Parameters object.
 class DefaultPropertyTable
          This abstract class implements some methods which should be sufficient in almost all cases of the RapidMiner GUI.
 class EnumerationPropertyTable
          For ParameterTypeList the parameter values are parameter lists themselves.
 class ListPropertyTable
          For ParameterTypeList the parameter values are parameter lists themselves.
 class MatrixPropertyTable
          For ParameterTypeMatrix
 class OperatorPropertyTable
          This is the most important implementation of PropertyTable.
 class PropertyTable
          A property table is a table for editing parameters of operators or other properties (like program settings).
 class WizardPropertyTable
          With a WizardPropertyTable one can edit (a subset of) parameters of all operators of the process in one place.
 

Uses of Tableable in com.rapidminer.gui.renderer
 

Classes in com.rapidminer.gui.renderer that implement Tableable
static class AbstractDataTableTableRenderer.DefaultTableable
           
static class AbstractTableModelTableRenderer.DefaultTableable
          This is the default base class for all renderers having already a TableModel.
 

Uses of Tableable in com.rapidminer.gui.renderer.models
 

Classes in com.rapidminer.gui.renderer.models that implement Tableable
static class LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
           
 

Uses of Tableable in com.rapidminer.gui.tools
 

Classes in com.rapidminer.gui.tools that implement Tableable
 class ExtendedJTable
          This class extends a JTable in a way that editing is handled like it is expected, i.e.
 

Uses of Tableable in com.rapidminer.gui.tools.dialogs.wizards.dataimport
 

Classes in com.rapidminer.gui.tools.dialogs.wizards.dataimport that implement Tableable
 class DataEditor
           
 

Uses of Tableable in com.rapidminer.gui.tools.table
 

Classes in com.rapidminer.gui.tools.table that implement Tableable
 class EditableHeaderJTable
          Deprecated. This class was never used anywhere
 

Uses of Tableable in com.rapidminer.gui.viewer
 

Classes in com.rapidminer.gui.viewer that implement Tableable
 class ANOVAMatrixViewerTable
          Can be used to display (parts of) an ANOVA matrix by means of a JTable.
 class ConfusionMatrixViewer
          This viewer class can be used to display performance criteria based on a multi class confusion matrix.
 class ConfusionMatrixViewerTable
          Can be used to display (parts of) a confusion matrix by means of a JTable.
 class DataTableColumnEditTable
          Can be used to display (parts of) a DataTable by means of a JTable while presenting additional columns to enter arbitrary values.
 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.
 class DataViewer
          Can be used to display (parts of) the data by means of a JTable.
 class DataViewerTable
          Can be used to display (parts of) the data by means of a JTable.
 class MetaDataViewer
          Can be used to display (parts of) the meta data by means of a JTable.
 class MetaDataViewerTable
          Can be used to display (parts of) the meta data by means of a JTable.
 class SimilarityTable
          The table for the similarity viewer.
 

Uses of Tableable in com.rapidminer.gui.wizards
 

Classes in com.rapidminer.gui.wizards that implement Tableable
 class ExampleSourceConfigurationWizardAttributeTypeTable
          This table shows only the attribute names and the attribute types (regular or special).
 class ExampleSourceConfigurationWizardDataTable
          This class display a small data view corresponding on the current wizard settings.
 class ExampleSourceConfigurationWizardValueTypeTable
          This table shows only the attribute names and the attribute value types.
 



Copyright © 2001-2009 by Rapid-I