Package com.macrofocus.properties
Interface ListProperty<T>
-
- All Superinterfaces:
Property<T[]>
- All Known Subinterfaces:
MutableListProperty<T>
- All Known Implementing Classes:
AbstractListProperty
,AbstractMutableListProperty
,SimpleListProperty
public interface ListProperty<T> extends Property<T[]>
-
-
Method Summary
-
Methods inherited from interface com.macrofocus.properties.Property
addPropertyListener, addWeakPropertyListener, getValue, removePropertyListener
-
-