Class AbstractListProperty<T>

java.lang.Object
com.macrofocus.common.properties.AbstractProperty<T[]>
com.macrofocus.common.properties.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 Details

    • AbstractListProperty

      public AbstractListProperty()