Uses of Class
weka.gui.explorer.Explorer

Packages that use Explorer
Package
Description
 
  • Uses of Explorer in weka.gui.explorer

    Methods in weka.gui.explorer that return Explorer
    Modifier and Type
    Method
    Description
    AssociationsPanel.getExplorer()
    returns the parent Explorer frame
    AttributeSelectionPanel.getExplorer()
    returns the parent Explorer frame
    ClassifierPanel.getExplorer()
    returns the parent Explorer frame.
    ClustererPanel.getExplorer()
    returns the parent Explorer frame
    Explorer.ExplorerPanel.getExplorer()
    returns the parent Explorer frame
    PreprocessPanel.getExplorer()
    returns the parent Explorer frame
    VisualizePanel.getExplorer()
    returns the parent Explorer frame
    Methods in weka.gui.explorer with parameters of type Explorer
    Modifier and Type
    Method
    Description
    void
    AssociationsPanel.setExplorer(Explorer parent)
    Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)
    void
    AttributeSelectionPanel.setExplorer(Explorer parent)
    Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)
    void
    ClassifierPanel.setExplorer(Explorer parent)
    Sets the Explorer to use as parent frame (used for sending notifications about changes in the data).
    void
    ClustererPanel.setExplorer(Explorer parent)
    Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)
    void
    Explorer.ExplorerPanel.setExplorer(Explorer parent)
    Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)
    void
    PreprocessPanel.setExplorer(Explorer parent)
    Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)
    void
    VisualizePanel.setExplorer(Explorer parent)
    Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)