Package com.macrofocus.common.properties
Class AbstractMutableListProperty<T>
java.lang.Object
com.macrofocus.common.properties.AbstractProperty<T[]>
com.macrofocus.common.properties.AbstractListProperty<T>
com.macrofocus.common.properties.AbstractMutableListProperty<T>
- All Implemented Interfaces:
ListProperty<T>,MutableListProperty<T>,MutableProperty<T[]>,Property<T[]>
- Direct Known Subclasses:
SimpleListProperty
public abstract class AbstractMutableListProperty<T>
extends AbstractListProperty<T>
implements MutableListProperty<T>
-
Constructor Summary
Constructors -
Method Summary
Methods 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.MutableListProperty
appendMethods inherited from interface com.macrofocus.common.properties.MutableProperty
setValueMethods inherited from interface com.macrofocus.common.properties.Property
addPropertyListener, addWeakPropertyListener, getValue, removePropertyListener
-
Constructor Details
-
AbstractMutableListProperty
public AbstractMutableListProperty()
-
-
Method Details
-
bind
- Specified by:
bindin interfaceMutableProperty<T>
-
bindBidirectional
- Specified by:
bindBidirectionalin interfaceMutableProperty<T>
-