Class PersonRegistryObservableListProvider
- java.lang.Object
-
- it.tidalwave.thesefoolishthings.examples.person.PersonRegistryObservableListProvider
-
- All Implemented Interfaces:
ObservableListProvider
@DciRole(datumType=PersonRegistry.class) public class PersonRegistryObservableListProvider extends java.lang.Object implements ObservableListProvider
The implementation of theObservableListProvider
role forDefaultPersonRegistry
.- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
-
Field Summary
-
Fields inherited from interface it.tidalwave.thesefoolishthings.examples.dci.swing.role.ObservableListProvider
_ObservableListProvider_
-
-
Constructor Summary
Constructors Constructor Description PersonRegistryObservableListProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdesktop.observablecollections.ObservableList<? extends Person>
createObservableList()
Creates a newObservableList
for the associated datum.
-
-
-
Method Detail
-
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
-
-