Uses of Class
org.apache.pivot.collections.MapList

Packages that use MapList
org.apache.pivot.collections Defines a set of classes and interfaces that serve as generic collections as well as the data model for UI components. 
 

Uses of MapList in org.apache.pivot.collections
 

Methods in org.apache.pivot.collections with parameters of type MapList
 void MapListListener.sourceChanged(MapList<K,V> mapList, Map<K,V> previousSource)
          Called when a map list's source has changed.