Class AbstractListProperty<T>
- java.lang.Object
-
- com.macrofocus.properties.implementation.AbstractProperty<T[]>
-
- com.macrofocus.properties.implementation.AbstractListProperty<T>
-
- All Implemented Interfaces:
ListProperty<T>
,Property<T[]>
- Direct Known Subclasses:
AbstractMutableListProperty
public abstract class AbstractListProperty<T> extends AbstractProperty<T[]> implements ListProperty<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractListProperty()
-
Method Summary
-
Methods inherited from class com.macrofocus.properties.implementation.AbstractProperty
addPropertyListener, addWeakPropertyListener, notifyPropertyChanged, removePropertyListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.macrofocus.properties.Property
addPropertyListener, addWeakPropertyListener, getValue, removePropertyListener
-
-