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
-
Method Summary
Modifier and TypeMethodDescriptionorg.jdesktop.observablecollections.ObservableList
<? extends Person> Creates a newObservableList
for the associated datum.
-
Constructor Details
-
PersonRegistryObservableListProvider
public PersonRegistryObservableListProvider()
-
-
Method Details
-
createObservableList
@Nonnull public org.jdesktop.observablecollections.ObservableList<? extends Person> createObservableList()Description copied from interface:ObservableListProvider
Creates a newObservableList
for the associated datum.- Specified by:
createObservableList
in interfaceObservableListProvider
- Returns:
- the
ObservableList
-