Affix Decorator Editor
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
enabled If
the predicate that determines whether the components in this editor are enabled
enable Mnemonic
whether to enable mnemonics
name Prefix
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 = "")