Uses of Package
weka.gui

Packages that use weka.gui
weka.classifiers.trees   
weka.gui   
weka.gui.beans   
weka.gui.experiment   
weka.gui.explorer   
weka.gui.visualize   
 

Classes in weka.gui used by weka.classifiers.trees
GenericObjectEditor
          A PropertyEditor for objects that themselves have been defined as editable in the GenericObjectEditor configuration file, which lists possible values that can be selected from, and themselves configured.
PropertyDialog
          Support for PropertyEditors with custom editors: puts the editor into a separate frame.
 

Classes in weka.gui used by weka.gui
AttributeListPanel.AttributeTableModel
          A table model that looks at the names of attributes.
AttributeSelectionPanel.AttributeTableModel
          A table model that looks at the names of attributes and maintains a list of attributes that have been "selected".
CostMatrixEditor.CostMatrixTableModel
          This class wraps around the cost matrix presenting it as a TableModel so that it can be displayed and edited in a JTable.
CostMatrixEditor.CustomEditor
          This class presents a GUI for editing the cost matrix, and saving and loading from files.
CustomPanelSupplier
          An interface for objects that are capable of supplying their own custom GUI components.
GenericObjectEditor.GOEPanel
          Handles the GUI side of editing values.
HierarchyPropertyParser
          This class implements a parser to read properties that have a hierarchy(i.e. tree) structure.
HierarchyPropertyParser.TreeNode
          The inner class implementing a single tree node.
InstancesSummaryPanel
          This panel just displays relation name, number of instances, and number of attributes.
Logger
          Interface for objects that display log (permanent historical) and status (transient) messages.
PropertyDialog
          Support for PropertyEditors with custom editors: puts the editor into a separate frame.
PropertyPanel
          Support for drawing a property value in a component.
PropertySheetPanel
          Displays a property sheet where (supported) properties of the target object may be edited.
SimpleCLI
          Creates a very simple command line for invoking the main method of classes.
TaskLogger
          Interface for objects that display log and display information on running tasks.
WekaTaskMonitor
          This panel records the number of weka tasks running and displays a simple bird animation while their are active tasks
 

Classes in weka.gui used by weka.gui.beans
FileEditor
          A PropertyEditor for File objects that lets the user select a file.
GenericObjectEditor
          A PropertyEditor for objects that themselves have been defined as editable in the GenericObjectEditor configuration file, which lists possible values that can be selected from, and themselves configured.
HierarchyPropertyParser
          This class implements a parser to read properties that have a hierarchy(i.e. tree) structure.
Logger
          Interface for objects that display log (permanent historical) and status (transient) messages.
LogPanel
          This panel allows log and status messages to be posted.
PropertySheetPanel
          Displays a property sheet where (supported) properties of the target object may be edited.
ResultHistoryPanel
          A component that accepts named stringbuffers and displays the name in a list box.
 

Classes in weka.gui used by weka.gui.experiment
ExtensionFileFilter
          Provides a file filter for FileChoosers that accepts or rejects files based on their extension.
GenericArrayEditor
          A PropertyEditor for arrays of objects that themselves have property editors.
GenericObjectEditor
          A PropertyEditor for objects that themselves have been defined as editable in the GenericObjectEditor configuration file, which lists possible values that can be selected from, and themselves configured.
LogPanel
          This panel allows log and status messages to be posted.
PropertyDialog
          Support for PropertyEditors with custom editors: puts the editor into a separate frame.
PropertyPanel
          Support for drawing a property value in a component.
ResultHistoryPanel
          A component that accepts named stringbuffers and displays the name in a list box.
SaveBuffer
          This class handles the saving of StringBuffers to files.
 

Classes in weka.gui used by weka.gui.explorer
AttributeListPanel
          Creates a panel that displays the attributes contained in a set of instances, letting the user select a single attribute for inspection.
AttributeSummaryPanel
          This panel displays summary statistics about an attribute: name, type number/% of missing/unique values, number of distinct values.
AttributeVisualizationPanel
          Creates a panel that shows a visualization of an attribute in a dataset.
CostMatrixEditor
          Class for editing CostMatrix objects.
GenericObjectEditor
          A PropertyEditor for objects that themselves have been defined as editable in the GenericObjectEditor configuration file, which lists possible values that can be selected from, and themselves configured.
InstancesSummaryPanel
          This panel just displays relation name, number of instances, and number of attributes.
Logger
          Interface for objects that display log (permanent historical) and status (transient) messages.
LogPanel
          This panel allows log and status messages to be posted.
PropertyDialog
          Support for PropertyEditors with custom editors: puts the editor into a separate frame.
PropertyPanel
          Support for drawing a property value in a component.
ResultHistoryPanel
          A component that accepts named stringbuffers and displays the name in a list box.
SaveBuffer
          This class handles the saving of StringBuffers to files.
 

Classes in weka.gui used by weka.gui.visualize
Logger
          Interface for objects that display log (permanent historical) and status (transient) messages.