Package weka.gui

Class GUIChooser

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

public class GUIChooser extends JFrame
The main class for the Weka GUIChooser. Lets the user choose which GUI they want to run.
Version:
$Revision: 10793 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz), Mark Hall (mhall@cs.waikato.ac.nz), FracPete (fracpete at waikato dot ac dot nz)
See Also:
  • Constructor Details

    • GUIChooser

      public GUIChooser()
      Creates the experiment environment gui with no initial experiment
  • Method Details

    • createSingleton

      public static void createSingleton()
      Create a singleton instance of the GUIChooser
    • getSingleton

      public static GUIChooser getSingleton()
      Get the singleton instance of the GUIChooser
      Returns:
      the singleton instance of the GUIChooser
    • showKnowledgeFlow

      public void showKnowledgeFlow(String fileToLoad)
    • showExplorer

      public void showExplorer(String fileToLoad)
    • addChildFrame

      public void addChildFrame(Container c)
      adds the given child frame to the list of frames.
      Parameters:
      c - the child frame to add
    • removeChildFrame

      public boolean removeChildFrame(Container c)
      tries to remove the child frame, it returns true if it could do such.
      Parameters:
      c - the child frame to remove
      Returns:
      true if the child frame could be removed
    • main

      public static void main(String[] args)
      Tests out the GUIChooser environment.
      Parameters:
      args - ignored.