Package com.macrofocus.properties
Provides the necessary classes and interfaces for dealing with properties.
-
Interface Summary Interface Description ListProperty<T> MutableListProperty<T> MutableProperties<K> Defines the requirements for a collection of properties that can change.MutableProperty<T> Defines the requirements for a property that can change.Properties<K> A collection of named properties.PropertiesListener<K> Property<T> This interface represents the current value of a named property.PropertyListener<T> -
Class Summary Class Description PropertyEvent<T>