Package com.macrofocus.properties
Interface MutableListProperty<T>
-
- All Superinterfaces:
ListProperty<T>
,MutableProperty<T[]>
,Property<T[]>
- All Known Implementing Classes:
AbstractMutableListProperty
,SimpleListProperty
public interface MutableListProperty<T> extends ListProperty<T>, MutableProperty<T[]>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
append(T value)
-
Methods inherited from interface com.macrofocus.properties.MutableProperty
bind, bindBidirectional, setValue
-
Methods inherited from interface com.macrofocus.properties.Property
addPropertyListener, addWeakPropertyListener, getValue, removePropertyListener
-
-
-
-
Method Detail
-
append
void append(T value)
-
-