Uses of Class
org.jjazz.utilities.api.ObservableProperties
Packages that use 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
Methods in org.jjazz.phrase.api that return ObservableProperties -
Uses of ObservableProperties in org.jjazz.utilities.api
Subclasses of ObservableProperties in org.jjazz.utilities.apiModifier and TypeClassDescriptionclass
String-value based and serializable ObservableProperties.Methods in org.jjazz.utilities.api with parameters of type ObservablePropertiesModifier and TypeMethodDescriptionfinal void
ObservableProperties.set
(ObservableProperties<T> other) Replace the current properties by the properties from otherProperties.Constructors in org.jjazz.utilities.api with parameters of type ObservablePropertiesModifierConstructorDescriptionObservableProperties
(Object owner, ObservableProperties<T> otherProperties)