Uses of Class
mgui.interfaces.maps.ValueMapItem
Package | Description |
---|---|
mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
-
Uses of ValueMapItem in mgui.interfaces.maps
Fields in mgui.interfaces.maps with type parameters of type ValueMapItem Modifier and Type Field Description java.util.ArrayList<ValueMapItem>
ValueMap. items
Methods in mgui.interfaces.maps that return ValueMapItem Modifier and Type Method Description ValueMapItem
ValueMap. findItem(java.lang.Object o)
Find item in map whose value is o.ValueMapItem
ValueMap. getItem(int keyVal)
Methods in mgui.interfaces.maps with parameters of type ValueMapItem Modifier and Type Method Description boolean
ValueMap. addItem(ValueMapItem thisItem)