AffixDecoratorEditor
class AffixDecoratorEditor(scheme: AffixDecorator, presets: Collection<String>, enabledIf: ComponentPredicate? = null, enableMnemonic: Boolean = true, namePrefix: String = "") : SchemeEditor<AffixDecorator> (source)
Component for editing an AffixDecorator.
Parameters
scheme
the scheme to edit
presets
the default affixation options available to the user in the editor
enabledIf
the predicate that determines whether the components in this editor are enabled
enableMnemonic
whether to enable mnemonics
namePrefix
the string to prepend to all component names
Constructors
Link copied to clipboard
constructor(scheme: AffixDecorator, presets: Collection<String>, enabledIf: ComponentPredicate? = null, enableMnemonic: Boolean = true, namePrefix: String = "")