Uses of Interface
adams.data.io.input.FlowReader
-
Packages that use FlowReader Package Description adams.data.io.input adams.data.io.output adams.flow.transformer adams.gui.chooser adams.gui.flow -
-
Uses of FlowReader in adams.data.io.input
Subinterfaces of FlowReader in adams.data.io.input Modifier and Type Interface Description interfaceNestedFlowReaderInterface for flow readers that support the faster nested format.Classes in adams.data.io.input that implement FlowReader Modifier and Type Class Description classAbstractFlowReaderAncestor for classes that can read flows.classAbstractNestedFlowReaderAncestor for flow readers that support the nested format as well.classDefaultFlowReaderReads flows in the default format (nested).classJsonFlowReaderReads flows in JSON format. -
Uses of FlowReader in adams.data.io.output
Methods in adams.data.io.output that return FlowReader Modifier and Type Method Description FlowReaderDefaultFlowWriter. getCorrespondingReader()Returns the corresponding reader, if available.FlowReaderFlowWriter. getCorrespondingReader()Returns the corresponding reader, if available.FlowReaderJsonFlowWriter. getCorrespondingReader()Returns the corresponding reader, if available. -
Uses of FlowReader in adams.flow.transformer
Fields in adams.flow.transformer declared as FlowReader Modifier and Type Field Description protected FlowReaderFlowFileReader. m_CustomReaderthe custom reader to use.Methods in adams.flow.transformer that return FlowReader Modifier and Type Method Description FlowReaderFlowFileReader. getCustomReader()Returns the custom reader to use.Methods in adams.flow.transformer with parameters of type FlowReader Modifier and Type Method Description voidFlowFileReader. setCustomReader(FlowReader value)Sets the custom reader to use. -
Uses of FlowReader in adams.gui.chooser
Methods in adams.gui.chooser that return FlowReader Modifier and Type Method Description protected FlowReaderFlowFileChooser. getDefaultReader()Returns the default reader.FlowReaderFlowFileChooser. getReaderForFile(File file)Returns the reader for the specified file.static FlowReaderFlowFileChooser. readerForFile(File file)Returns the reader for the specified file. -
Uses of FlowReader in adams.gui.flow
Fields in adams.gui.flow declared as FlowReader Modifier and Type Field Description protected FlowReaderFlowPanel. m_LastReaderthe last flow reader used.Methods in adams.gui.flow that return FlowReader Modifier and Type Method Description FlowReaderFlowPanel. getLastReader()Returns the last flow reader in use.FlowReaderFlowEditorPanel. getReaderForFile(File file)Returns the reader for the file.Methods in adams.gui.flow with parameters of type FlowReader Modifier and Type Method Description voidFlowPanel. load(FlowReader reader, File file)Loads a flow.voidFlowPanel. load(FlowReader reader, File file, boolean execute)Loads a flow and optionally executes it.voidFlowPanel. load(FlowReader reader, File file, boolean execute, SwingWorker action)Loads a flow and optionally executes it.protected voidFlowRunnerPanel. load(FlowReader reader, File file)Loads a flow.protected voidFlowRunnerPanel. load(FlowReader reader, File file, boolean execute)Loads a flow.
-