ProcessingMode, TableConsumerpublic class SwingMode extends java.lang.Object implements ProcessingMode, TableConsumer
| Constructor | Description |
|---|---|
SwingMode() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
consume(uk.ac.starlink.table.StarTable table) |
Consumes a table.
|
TableConsumer |
createConsumer(uk.ac.starlink.task.Environment env) |
Creates a TableConsumer, deriving any additional required
configuration from a given environment.
|
uk.ac.starlink.task.Parameter[] |
getAssociatedParameters() |
Returns a list of any parameters which are associated with this mode.
|
java.lang.String |
getDescription() |
Returns a textual description of this processing mode.
|
public TableConsumer createConsumer(uk.ac.starlink.task.Environment env)
ProcessingModecreateConsumer in interface ProcessingModeenv - execution environmentpublic uk.ac.starlink.task.Parameter[] getAssociatedParameters()
ProcessingModegetAssociatedParameters in interface ProcessingModepublic java.lang.String getDescription()
ProcessingModegetDescription in interface ProcessingModepublic void consume(uk.ac.starlink.table.StarTable table)
throws java.io.IOException
TableConsumerconsume in interface TableConsumertable - table to consumejava.io.IOExceptionCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.