程序包 weka.gui

类 GUIChooser

所有已实现的接口:
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.
版本:
$Revision: 10793 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz), Mark Hall (mhall@cs.waikato.ac.nz), FracPete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • GUIChooser

      public GUIChooser()
      Creates the experiment environment gui with no initial experiment
  • 方法详细资料

    • createSingleton

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

      public static GUIChooser getSingleton()
      Get the singleton instance of the GUIChooser
      返回:
      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.
      参数:
      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.
      参数:
      c - the child frame to remove
      返回:
      true if the child frame could be removed
    • main

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