See: Description
Class | Description |
---|---|
ComplexData<T extends ComplexData<T>> |
A complex data type backed internally by an observable map.
|
ComplexDataType<T extends ComplexData> |
Represents complex data such as POJOs or maps.
|
DataType<T> |
Represents types of data that sources can provide and widgets can display.
|
DataTypes |
Registry of data types in shuffleboard.
|
MapData | |
NamedData<T> |
Data that only contains a name and value.
|
SimpleDataType<T> |
Represents the type of simple data such as numbers or strings.
|
Exception | Description |
---|---|
IncompatibleSourceException | |
IncompleteDataException |
An exception thrown when attempting to create a data object without having all the variables available.
|