Package com.macrofocus.common.properties
Class SingleSelectionProperty<T>
java.lang.Object
com.macrofocus.common.properties.AbstractProperty<T>
com.macrofocus.common.properties.AbstractMutableProperty<T>
com.macrofocus.common.properties.SingleSelectionProperty<T>
- All Implemented Interfaces:
MutableProperty<T>,Property<T>
public class SingleSelectionProperty<T>
extends AbstractMutableProperty<T>
implements MutableProperty<T>
-
Constructor Summary
Constructors -
Method Summary
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, toString, wait, wait, waitMethods inherited from interface com.macrofocus.common.properties.MutableProperty
bind, bindBidirectionalMethods inherited from interface com.macrofocus.common.properties.Property
addPropertyListener, addWeakPropertyListener, removePropertyListener