Class InstancesPanel

    • Field Detail

      • m_PanelSearch

        protected adams.gui.core.SearchPanel m_PanelSearch
        the search panel.
    • Constructor Detail

      • InstancesPanel

        public InstancesPanel()
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the members.
        Overrides:
        initGUI in class adams.gui.core.BasePanel
      • getTable

        public InstancesTable getTable()
        Returns the underlying table.
        Specified by:
        getTable in interface adams.gui.core.JTableSupporter<InstancesTable>
        Returns:
        the table
      • getSearchPanel

        public adams.gui.core.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.