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