Package org.correomqtt.gui.formats
Class Plain
java.lang.Object
org.correomqtt.gui.formats.Plain
- All Implemented Interfaces:
Format
public class Plain extends Object implements Format
-
Constructor Summary
Constructors Constructor Description Plain() -
Method Summary
Modifier and Type Method Description org.fxmisc.richtext.model.StyleSpans<Collection<String>>getFxSpans()StringgetPrettyString()booleanisFormatable()booleanisValid()voidsetText(String text)
-
Constructor Details
-
Plain
public Plain()
-
-
Method Details
-
setText
-
isValid
public boolean isValid() -
getPrettyString
- Specified by:
getPrettyStringin interfaceFormat
-
getFxSpans
- Specified by:
getFxSpansin interfaceFormat
-
isFormatable
public boolean isFormatable()- Specified by:
isFormatablein interfaceFormat
-