public class SwingMode extends Object implements ProcessingMode, TableConsumer
Constructor and Description |
---|
SwingMode() |
Modifier and Type | Method and Description |
---|---|
void |
consume(StarTable table)
Consumes a table.
|
TableConsumer |
createConsumer(Environment env)
Creates a TableConsumer, deriving any additional required
configuration from a given environment.
|
Parameter<?>[] |
getAssociatedParameters()
Returns a list of any parameters which are associated with this mode.
|
String |
getDescription()
Returns a textual description of this processing mode.
|
public TableConsumer createConsumer(Environment env)
ProcessingMode
createConsumer
in interface ProcessingMode
env
- execution environmentpublic Parameter<?>[] getAssociatedParameters()
ProcessingMode
getAssociatedParameters
in interface ProcessingMode
public String getDescription()
ProcessingMode
getDescription
in interface ProcessingMode
public void consume(StarTable table) throws IOException
TableConsumer
consume
in interface TableConsumer
table
- table to consumeIOException
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.