ReadOnlyKeyCombinationPropertyWrapper
class ReadOnlyKeyCombinationPropertyWrapper(wraps: KeyCombinationProperty) : ReadOnlyPropertyWrapper<KeyCombination, Property<KeyCombination>> , ReadOnlyKeyCombinationProperty
Never use this class directly. Use KeyCombinationProperty.asReadOnly to obtain a read-only version of a mutable KeyCombinationProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<KeyCombination, Property<KeyCombination>>
, use ReadOnlyKeyCombinationPropertyWrapper
.