Uses of Interface
adams.data.io.output.FlowWriter
-
Packages that use FlowWriter Package Description adams.data.io.input adams.data.io.output adams.flow.sink adams.gui.chooser adams.gui.flow -
-
Uses of FlowWriter in adams.data.io.input
Methods in adams.data.io.input that return FlowWriter Modifier and Type Method Description FlowWriterDefaultFlowReader. getCorrespondingWriter()Returns the corresponding writer, if available.FlowWriterFlowReader. getCorrespondingWriter()Returns the corresponding writer, if available.FlowWriterJsonFlowReader. getCorrespondingWriter()Returns the corresponding writer, if available. -
Uses of FlowWriter in adams.data.io.output
Subinterfaces of FlowWriter in adams.data.io.output Modifier and Type Interface Description interfaceNestedFlowWriterInterface for flow writers that support the faster nested format.Classes in adams.data.io.output that implement FlowWriter Modifier and Type Class Description classAbstractFlowWriterAncestor for classes that can write flow objects.classAbstractNestedFlowWriterAncestor for flow writers that support the nested format.classDefaultFlowWriterWrites flows in the default format (nested).classJsonFlowWriterWrites flows in JSON format. -
Uses of FlowWriter in adams.flow.sink
Fields in adams.flow.sink declared as FlowWriter Modifier and Type Field Description protected FlowWriterFlowFileWriter. m_CustomWriterthe custom writer to use.Methods in adams.flow.sink that return FlowWriter Modifier and Type Method Description FlowWriterFlowFileWriter. getCustomWriter()Returns the custom writer to use.Methods in adams.flow.sink with parameters of type FlowWriter Modifier and Type Method Description voidFlowFileWriter. setCustomWriter(FlowWriter value)Sets the custom writer to use. -
Uses of FlowWriter in adams.gui.chooser
Methods in adams.gui.chooser that return FlowWriter Modifier and Type Method Description protected FlowWriterFlowFileChooser. getDefaultWriter()Returns the default writer.FlowWriterFlowFileChooser. getWriterForFile(File file)Returns the writer for the specified file.static FlowWriterFlowFileChooser. writerForFile(File file)Returns the writer for the specified file. -
Uses of FlowWriter in adams.gui.flow
Fields in adams.gui.flow declared as FlowWriter Modifier and Type Field Description protected FlowWriterFlowPanel. m_LastWriterthe last flow writer used.Methods in adams.gui.flow that return FlowWriter Modifier and Type Method Description FlowWriterFlowPanel. getLastWriter()Returns the last flow writer in use.Methods in adams.gui.flow with parameters of type FlowWriter Modifier and Type Method Description voidFlowPanel. save(FlowWriter writer, File file)Saves the flow.
-