Uses of Class
pulse.ui.components.ResultTable
-
Packages that use ResultTable Package Description pulse.io.export Package contains the PULsE export API, which currently consists of different exporter classes, an export manager, an XML converter and a MassExporter class.pulse.ui.frames Contains all JFrame classes that are used to create the graphical user interface ofPULsE
. -
-
Uses of ResultTable in pulse.io.export
Methods in pulse.io.export that return types with arguments of type ResultTable Modifier and Type Method Description Class<ResultTable>
ResultTableExporter. target()
Methods in pulse.io.export with parameters of type ResultTable Modifier and Type Method Description void
ResultTableExporter. printToStream(ResultTable table, FileOutputStream fos, Extension extension)
This will create a single file with the output. -
Uses of ResultTable in pulse.ui.frames
Methods in pulse.ui.frames that return ResultTable Modifier and Type Method Description ResultTable
ResultFrame. getResultTable()
-