Uses of Interface
org.correomqtt.gui.formats.Format
-
Packages that use Format Package Description org.correomqtt.business.utils org.correomqtt.gui.formats org.correomqtt.plugin.spi -
-
Uses of Format in org.correomqtt.business.utils
Methods in org.correomqtt.business.utils that return Format Modifier and Type Method Description static FormatAutoFormatPayload. autoFormatPayload(String payload, boolean doFormatting, String connectionId, org.fxmisc.richtext.CodeArea codeArea)static FormatAutoFormatPayload. autoFormatPayload(String payload, boolean doFormatting, String connectionId, org.fxmisc.richtext.CodeArea codeArea, javafx.beans.value.ChangeListener<String> listener) -
Uses of Format in org.correomqtt.gui.formats
Classes in org.correomqtt.gui.formats that implement Format Modifier and Type Class Description classPlain -
Uses of Format in org.correomqtt.plugin.spi
Subinterfaces of Format in org.correomqtt.plugin.spi Modifier and Type Interface Description interfaceDetailViewFormatHook
-