Module org.autogui

Class GuiSwingViewDocumentEditor

java.lang.Object
org.autogui.swing.GuiSwingViewDocumentEditor
All Implemented Interfaces:
GuiSwingElement, GuiSwingView

public class GuiSwingViewDocumentEditor extends Object implements GuiSwingView
a swing view for GuiReprValueDocumentEditor

swing-value

GuiSwingViewDocumentEditor.PropertyDocumentEditorPane.getSwingViewValue() or GuiSwingViewDocumentEditor.PropertyDocumentTextPane.getSwingViewValue(): Document, AbstractDocument.Content, StringBuilder, or SwingDeferredRunner.TaskResultFuture handled by GuiReprValueDocumentEditor.toUpdateValue(GuiMappingContext, Object, Consumer)

history-value

TODO unsupported yet

string-transfer

TODO unsupported yet

preferences

     {
         "lineSpacing": Number,
         "spaceAbove": Number,
         "fontFamily": String,
         "fontSize": Number,
         "bold": Boolean,
         "italic": Boolean,
         "backgroundColor": "[intR, intG, intB, intA]",
         "foregroundColor": "[intR, intG, intB, intA]",
         "backgroundCustom": Boolean,
         "foregroundCustom": Boolean,
         "wrapText": Boolean
     }