Uses of Class
adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
-
Packages that use AbstractInvestigatorTabWithEditableDataTable Package Description adams.gui.tools.wekainvestigator.datatable.action adams.gui.tools.wekainvestigator.tab -
-
Uses of AbstractInvestigatorTabWithEditableDataTable in adams.gui.tools.wekainvestigator.datatable.action
Fields in adams.gui.tools.wekainvestigator.datatable.action declared as AbstractInvestigatorTabWithEditableDataTable Modifier and Type Field Description protected AbstractInvestigatorTabWithEditableDataTable
AbstractEditableDataTableAction. m_Owner
the owner.Methods in adams.gui.tools.wekainvestigator.datatable.action that return AbstractInvestigatorTabWithEditableDataTable Modifier and Type Method Description AbstractInvestigatorTabWithEditableDataTable
AbstractEditableDataTableAction. getOwner()
Returns the owner.Methods in adams.gui.tools.wekainvestigator.datatable.action with parameters of type AbstractInvestigatorTabWithEditableDataTable Modifier and Type Method Description void
AbstractEditableDataTableAction. setOwner(AbstractInvestigatorTabWithEditableDataTable value)
Sets the owner. -
Uses of AbstractInvestigatorTabWithEditableDataTable in adams.gui.tools.wekainvestigator.tab
Subclasses of AbstractInvestigatorTabWithEditableDataTable in adams.gui.tools.wekainvestigator.tab Modifier and Type Class Description class
DataTab
Lists the currently loaded datasets.class
PreprocessTab
Preprocessing tab.class
ScatterPlotTab
For plotting attributes against each other.
-