public interface DataSourceSpecification
create()
the relevant data source widget
when the user selects one.Modifier and Type | Method and Description |
---|---|
DataSource |
create()
Create a UI component to configure this kind of data source.
|
java.lang.String |
name()
Get a human-readable name for this kind of data source:
for example,
"Text file" or "Mathematical function" . |
DataSource create()
DataSource
objectjava.lang.String name()
"Text file"
or "Mathematical function"
.