See: Description
Interface | Description |
---|---|
DataSource<T> |
A data source provides some kind of data that widgets can display and manipulate.
|
SourceEntry |
A representation of a source used for the drag-and-drop of sources, as well as previewing them in the application.
|
Class | Description |
---|---|
AbstractDataSource<T> |
Abstract implementation of DataSource that defines properties for
AbstractDataSource.nameProperty() ,
AbstractDataSource.activeProperty() , and AbstractDataSource.dataProperty() for subclasses. |
ConnectionStatus |
Contains information about the state of a source type's connection to the source of its data.
|
DummySource<T> | |
Sources |
Keeps track of all created data sources.
|
SourceType |
Represents the type of a data source and where the data for that source comes from.
|
SourceTypes | |
SubSource<T> |
A type of source that provides a view of a subset of the data of another source, as well as propagating data changes
to the original source.
|
Annotation Type | Description |
---|---|
UiHints |
Marks a source type with hints for the UI.
|