public interface BackgroundableDataProvider extends DataProvider
Modifier and Type | Method and Description |
---|---|
DataProvider |
createBackgroundDataProvider()
Called on UI thread, should be fast: just get the information from Swing components needed to create the actual asynchronous data provider.
|
default java.lang.Object |
getData(java.lang.String dataId)
Returns the object corresponding to the specified data identifier.
|
DataProvider createBackgroundDataProvider()
default java.lang.Object getData(java.lang.String dataId)
DataProvider
PlatformDataKeys
class.getData
in interface DataProvider
dataId
- the data identifier for which the value is requested.