Package weka.gui

Class SimpleCLI

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class SimpleCLI extends JFrame
Creates a very simple command line for invoking the main method of classes. System.out and System.err are redirected to an output area. Features a simple command history -- use up and down arrows to move through previous commmands. This gui uses only AWT (i.e. no Swing).
Version:
$Revision: 15292 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz), FracPete (fracpete at waikato dot ac dot nz)
See Also:
  • Constructor Details

    • SimpleCLI

      public SimpleCLI() throws Exception
      Constructor.
      Throws:
      Exception - if an error occurs
  • Method Details

    • main

      public static void main(String[] args)
      Method to start up the simple cli.
      Parameters:
      args - Not used.