Uses of Interface
adams.gui.core.spreadsheettable.ProcessSelectedRows
-
Packages that use ProcessSelectedRows Package Description adams.flow.sink adams.gui.core.spreadsheettable -
-
Uses of ProcessSelectedRows in adams.flow.sink
Fields in adams.flow.sink declared as ProcessSelectedRows Modifier and Type Field Description protected ProcessSelectedRows[]SpreadSheetDisplay. m_SelectedRowsProcessorsfor processing the selected rows.Methods in adams.flow.sink that return ProcessSelectedRows Modifier and Type Method Description ProcessSelectedRows[]SpreadSheetDisplay. getSelectedRowsProcessors()Returns the processors for the selected rows.Methods in adams.flow.sink with parameters of type ProcessSelectedRows Modifier and Type Method Description voidSpreadSheetDisplay. setSelectedRowsProcessors(ProcessSelectedRows[] value)Sets the processors for the selected rows. -
Uses of ProcessSelectedRows in adams.gui.core.spreadsheettable
Classes in adams.gui.core.spreadsheettable that implement ProcessSelectedRows Modifier and Type Class Description classAbstractProcessSelectedRowsAncestor for plugins that process a row.classArrayStatisticAllows the calculation of row statistics.classCopySelectedFilesAllows copying of the selected files to a target directory.
-