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) voidtoString()Methods inherited from class com.macrofocus.common.properties.AbstractMutableProperty
bind, bindBidirectionalMethods inherited from class com.macrofocus.common.properties.AbstractProperty
addPropertyListener, addWeakPropertyListener, notifyPropertyChanged, removePropertyListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.macrofocus.common.properties.MutableProperty
bind, bindBidirectionalMethods inherited from interface com.macrofocus.common.properties.Property
addPropertyListener, addWeakPropertyListener, removePropertyListener