Package com.macrofocus.common.properties
Class SimpleListProperty<T>
java.lang.Object
com.macrofocus.common.properties.AbstractProperty<T[]>
com.macrofocus.common.properties.AbstractListProperty<T>
com.macrofocus.common.properties.AbstractMutableListProperty<T>
com.macrofocus.common.properties.SimpleListProperty<T>
- Type Parameters:
T- the type of elements that the property can hold
- All Implemented Interfaces:
ListProperty<T>,MutableListProperty<T>,MutableProperty<T[]>,Property<T[]>
public class SimpleListProperty<T>
extends AbstractMutableListProperty<T>
implements MutableListProperty<T>
Default data model a property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidT[]getValue()static <T> SimpleListProperty<T> newInstance(T[] value) voidtoString()Methods inherited from class com.macrofocus.common.properties.AbstractMutableListProperty
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, wait, wait, waitMethods inherited from interface com.macrofocus.common.properties.MutableProperty
bind, bindBidirectionalMethods inherited from interface com.macrofocus.common.properties.Property
addPropertyListener, addWeakPropertyListener, removePropertyListener