Uses of Class
pulse.ui.components.TextLogPane
-
Packages that use TextLogPane 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. -
-
Uses of TextLogPane in pulse.io.export
Methods in pulse.io.export that return types with arguments of type TextLogPane Modifier and Type Method Description Class<TextLogPane>
TextLogPaneExporter. target()
Methods in pulse.io.export with parameters of type TextLogPane Modifier and Type Method Description void
TextLogPaneExporter. printToStream(TextLogPane pane, FileOutputStream fos, Extension extension)
This will write all contents ofpane
, which are accessed using anHTMLEditorKit
directly tofos
.
-