ArrayDecoratorEditor

class ArrayDecoratorEditor(scheme: ArrayDecorator, val embedded: Boolean = false) : SchemeEditor<ArrayDecorator> (source)

Component for editing an ArrayDecorator.

Parameters

scheme

the scheme to edit

embedded

true if the editor is embedded, which means that no titled separator is shown at the top, components are additionally indented, and the user cannot disable the array decorator; does not affect the value of ArrayDecorator.enabled

Constructors

Link copied to clipboard
constructor(scheme: ArrayDecorator, embedded: Boolean = false)

Properties

Link copied to clipboard
private val embedded: Boolean = false
Link copied to clipboard
open override val rootComponent: DialogPanel

The root component of the editor.