T - provided data typepublic interface DataProvider<T>
It is used within the WebLaF library for many purposes, for example: - Providing popup location and bounds - Providing data for language string formatters - Providing specific component state value and there are many others.
| Modifier and Type | Method and Description |
|---|---|
T |
provide()
Returns data of the specified type.
|
T provide()