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_SelectedRowsProcessors
for 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 void
SpreadSheetDisplay. 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 class
AbstractProcessSelectedRows
Ancestor for plugins that process a row.class
ArrayStatistic
Allows the calculation of row statistics.class
CopySelectedFiles
Allows copying of the selected files to a target directory.
-