Uses of Class
org.jjazz.utilities.api.ObservableProperties
Package
Description
The model of a music phrase for a single instrument, e.g. a bass phrase or a drums phrase.
General purpose utilities.
-
Uses of ObservableProperties in org.jjazz.phrase.api
-
Uses of ObservableProperties in org.jjazz.utilities.api
Modifier and TypeClassDescriptionclass
String-value based and serializable ObservableProperties.Modifier and TypeMethodDescriptionfinal void
ObservableProperties.set
(ObservableProperties<T> other) Replace the current properties by the properties from otherProperties.ModifierConstructorDescriptionObservableProperties
(Object owner, ObservableProperties<T> otherProperties)