Package com.macrofocus.common.properties
Class SimpleProperty<T>
java.lang.Object
com.macrofocus.common.properties.AbstractProperty<T>
com.macrofocus.common.properties.AbstractMutableProperty<T>
com.macrofocus.common.properties.SimpleProperty<T>
- Type Parameters:
T
- the type of elements that the property can hold
- All Implemented Interfaces:
MutableProperty<T>
,Property<T>
Default data model a property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
static <T> SimpleProperty<T>
newInstance
(T value) void
toString()
Methods inherited from class com.macrofocus.common.properties.AbstractMutableProperty
bind, bindBidirectional
Methods inherited from class com.macrofocus.common.properties.AbstractProperty
addPropertyListener, addWeakPropertyListener, notifyPropertyChanged, removePropertyListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.macrofocus.common.properties.MutableProperty
bind, bindBidirectional
Methods inherited from interface com.macrofocus.common.properties.Property
addPropertyListener, addWeakPropertyListener, removePropertyListener