Uses of Interface
adams.gui.tools.wekainvestigator.data.DataContainer
-
-
Uses of DataContainer in adams.gui.tools.wekainvestigator.data
Subinterfaces of DataContainer in adams.gui.tools.wekainvestigator.data Modifier and Type Interface Description interfaceMonitoringDataContainerInterface for data containers that monitor their source for changes.Classes in adams.gui.tools.wekainvestigator.data that implement DataContainer Modifier and Type Class Description classAbstractDataContainerAncestor for data containers.classDatabaseContainerDataset loaded from database.classDataGeneratorContainerDataset generated by datagenerator.classFileContainerFile-based dataset.classMemoryContainerDataset exists only in memory.classSpreadSheetContainerSpreadSheet-based dataset.classTextDirectoryLoaderContainerDataset generated by TextDirectoryLoader.Methods in adams.gui.tools.wekainvestigator.data that return DataContainer Modifier and Type Method Description DataContainerDataContainerList. remove(int index)DataContainerDataContainerList. set(int index, DataContainer element)Methods in adams.gui.tools.wekainvestigator.data with parameters of type DataContainer Modifier and Type Method Description booleanDataContainerList. add(DataContainer cont)Adds the data container and sets the undo enabled flag accordingly.intAbstractDataContainer. compareTo(DataContainer o)Compares this container with the specified one.DataContainerDataContainerList. set(int index, DataContainer element)Method parameters in adams.gui.tools.wekainvestigator.data with type arguments of type DataContainer Modifier and Type Method Description booleanDataContainerList. addAll(Collection<? extends DataContainer> c)Adds all the data containers and sets their undo enabled flag accordingly.booleanDataContainerList. removeIf(Predicate<? super DataContainer> filter) -
Uses of DataContainer in adams.gui.tools.wekainvestigator.datatable
Fields in adams.gui.tools.wekainvestigator.datatable with type parameters of type DataContainer Modifier and Type Field Description protected List<DataContainer>DataTableModel. m_Datathe underlying data.Methods in adams.gui.tools.wekainvestigator.datatable that return types with arguments of type DataContainer Modifier and Type Method Description List<DataContainer>DataTableModel. getData()Returns the underlying data.Method parameters in adams.gui.tools.wekainvestigator.datatable with type arguments of type DataContainer Modifier and Type Method Description voidDataTableModel. setData(List<DataContainer> value)Sets the underlying data and notifies listeners of change.voidDataTableModel. setData(List<DataContainer> value, boolean notify)Sets the underlying data.Constructor parameters in adams.gui.tools.wekainvestigator.datatable with type arguments of type DataContainer Constructor Description DataTableModel(List<DataContainer> data, boolean readOnly)Initializes the model. -
Uses of DataContainer in adams.gui.tools.wekainvestigator.datatable.action
Methods in adams.gui.tools.wekainvestigator.datatable.action that return DataContainer Modifier and Type Method Description protected DataContainer[]AbstractEditableDataTableAction. getSelectedData()Returns the currently selected data containers.Methods in adams.gui.tools.wekainvestigator.datatable.action with parameters of type DataContainer Modifier and Type Method Description protected booleanRevert. hasChanged(DataContainer cont)Checks whether the container got changed or the source has changed. -
Uses of DataContainer in adams.gui.tools.wekainvestigator.evaluation
Method parameters in adams.gui.tools.wekainvestigator.evaluation with type arguments of type DataContainer Modifier and Type Method Description static List<String>DatasetHelper. generateDatasetList(List<DataContainer> conts)Generates the list of datasets for a combobox.static intDatasetHelper. indexOfDataset(List<DataContainer> conts, String oldDataset)Determines the index of the old dataset name in the current dataset model. -
Uses of DataContainer in adams.gui.tools.wekainvestigator.source
Methods in adams.gui.tools.wekainvestigator.source that return types with arguments of type DataContainer Modifier and Type Method Description List<DataContainer>AbstractSource. getData()Returns the currently loaded data.Methods in adams.gui.tools.wekainvestigator.source with parameters of type DataContainer Modifier and Type Method Description voidAbstractSource. addData(DataContainer cont)Adds the data. -
Uses of DataContainer in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab with type parameters of type DataContainer Modifier and Type Field Description protected Map<DataContainer,ScatterPlot>ScatterPlotTab. m_PlotCachethe cache for the plots.protected Map<DataContainer,InstancesPanel>DataTab. m_TableCachethe cache for the tables.protected Map<DataContainer,Date>DataTab. m_TimestampCachethe cache for the last update cache.protected Map<DataContainer,Date>ScatterPlotTab. m_TimestampCachethe cache for the last update cache.Methods in adams.gui.tools.wekainvestigator.tab that return DataContainer Modifier and Type Method Description protected DataContainer[]AbstractInvestigatorTabWithDataTable. backupSelection()Returns the data containers that are currently selected.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type DataContainer Modifier and Type Method Description protected voidAbstractInvestigatorTabWithDataTable. restoreSelection(DataContainer[] conts)Tries to restore the selection using the provided containers. -
Uses of DataContainer in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Methods in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction that return DataContainer Modifier and Type Method Description protected DataContainer[]AbstractSelectedAttributesAction. getSelectedData()Returns the currently selected data containers.Methods in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction that return types with arguments of type DataContainer Modifier and Type Method Description List<DataContainer>AbstractSelectedAttributesAction. getData()Returns the currently loaded data.
-