Class InstanceTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, InstanceListener

public class InstanceTable extends JPanel implements InstanceListener
A bean that takes a stream of instances and displays in a table.
Version:
$Revision: 10222 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • InstanceTable

      public InstanceTable()
  • Method Details

    • inputFormat

      public void inputFormat(Instances instanceInfo)
    • input

      public void input(Instance instance) throws Exception
      Throws:
      Exception
    • batchFinished

      public void batchFinished()
    • setDebug

      public void setDebug(boolean debug)
    • getDebug

      public boolean getDebug()
    • instanceProduced

      public void instanceProduced(InstanceEvent e)
      Specified by:
      instanceProduced in interface InstanceListener