Class PersonRegistryObservableListProvider
java.lang.Object
it.tidalwave.thesefoolishthings.examples.person.PersonRegistryObservableListProvider
- All Implemented Interfaces:
ObservableListProvider
@DciRole(datumType=it.tidalwave.thesefoolishthings.examples.person.PersonRegistry.class)
public class PersonRegistryObservableListProvider
extends Object
implements ObservableListProvider
The implementation of the
ObservableListProvider role for DefaultPersonRegistry.- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
Field Summary
Fields inherited from interface it.tidalwave.thesefoolishthings.examples.dci.swing.role.ObservableListProvider
_ObservableListProvider_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdesktop.observablecollections.ObservableList<? extends Person> Creates a newObservableListfor the associated datum.
-
Constructor Details
-
PersonRegistryObservableListProvider
public PersonRegistryObservableListProvider()
-
-
Method Details
-
createObservableList
@Nonnull public org.jdesktop.observablecollections.ObservableList<? extends Person> createObservableList()Description copied from interface:ObservableListProviderCreates a newObservableListfor the associated datum.- Specified by:
createObservableListin interfaceObservableListProvider- Returns:
- the
ObservableList
-