List of usage examples for weka.core Undoable interface-usage
From source file adams.gui.visualization.instances.InstancesTable.java
/**
* Table for displaying Instances objects.
* Supports simple undo by default, but can make use of a
* {@link UndoHandlerWithQuickAccess} as well.
*
* @author FracPete (fracpete at waikato dot ac dot nz)
From source file adams.gui.visualization.instances.InstancesTableModel.java
/**
* The model for the Instances.
* Supports simple undo by default, but can make use of a
* {@link UndoHandlerWithQuickAccess} as well.
*
* @author FracPete (fracpete at waikato dot ac dot nz)
From source file meka.gui.dataviewer.DataPanel.java
/**
* A Panel representing an Data-Table and the associated filename.
*
*
* @author FracPete (fracpete at waikato dot ac dot nz)
* @version $Revision: 12697 $
From source file meka.gui.dataviewer.DataSortedTableModel.java
/**
* A sorter for the Data-Viewer - necessary because of the custom CellRenderer.
*
* @author FracPete (fracpete at waikato dot ac dot nz)
* @version $Revision: 12697 $
*/
From source file meka.gui.dataviewer.DataTableModel.java
/**
* The model for the Data-Viewer.
*
*
* @author FracPete (fracpete at waikato dot ac dot nz)
* @version $Revision: 12708 $