Uses of Class
mgui.datasources.DataIndex
| Package | Description |
|---|---|
| mgui.datasources |
This package contains the core classes for data source functionality.
|
-
Uses of DataIndex in mgui.datasources
Fields in mgui.datasources declared as DataIndex Modifier and Type Field Description protected DataIndex<T>LinkedDataStream. indexFields in mgui.datasources with type parameters of type DataIndex Modifier and Type Field Description protected java.util.HashMap<java.lang.String,DataIndex<?>>DataTable. indexesMethods in mgui.datasources that return DataIndex Modifier and Type Method Description DataIndex<?>DataTable. getIndex(java.lang.String name)Methods in mgui.datasources that return types with arguments of type DataIndex Modifier and Type Method Description java.util.HashMap<java.lang.String,DataIndex<?>>DataTable. getIndexes()Methods in mgui.datasources with parameters of type DataIndex Modifier and Type Method Description voidDataTable. addIndex(java.lang.String name, DataIndex<?> index)