Package org.correomqtt.gui.formats
Class Plain
- java.lang.Object
-
- org.correomqtt.gui.formats.Plain
-
-
Constructor Summary
Constructors Constructor Description Plain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.fxmisc.richtext.model.StyleSpans<Collection<String>>getFxSpans()StringgetPrettyString()booleanisFormatable()booleanisValid()voidsetText(String text)
-
-
-
Method Detail
-
getPrettyString
public String getPrettyString()
- Specified by:
getPrettyStringin interfaceFormat
-
getFxSpans
public org.fxmisc.richtext.model.StyleSpans<Collection<String>> getFxSpans()
- Specified by:
getFxSpansin interfaceFormat
-
isFormatable
public boolean isFormatable()
- Specified by:
isFormatablein interfaceFormat
-
-