Class InstancesPanel

    • Constructor Detail

      • InstancesPanel

        public InstancesPanel()
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the members.
        Overrides:
        initGUI in class BasePanel
      • getSearchPanel

        public SearchPanel getSearchPanel()
        Returns the underlying search panel.
        Returns:
        the panel
      • setInstances

        public void setInstances​(weka.core.Instances value)
        Sets the instances to display.
        Parameters:
        value - the data
      • getInstances

        public weka.core.Instances getInstances()
        Returns the currently displayed data.
        Returns:
        the data
      • setModel

        public void setModel​(TableModel model)
        Sets the model to use.
        Parameters:
        model - the model to display
      • getModel

        public TableModel getModel()
        Returns the model in use.
        Returns:
        the model
      • update

        public void update()
        Updates the combobox.