Uses of Interface
magi.toolkit.util.IList

Packages that use IList
magi.toolkit.fields   
magi.toolkit.util   
 

Uses of IList in magi.toolkit.fields
 

Classes in magi.toolkit.fields that implement IList
 class ComboList
          A type of List for storing MagiComboBox data elements, and the selected Combo Box item.
 

Uses of IList in magi.toolkit.util
 

Classes in magi.toolkit.util that implement IList
 class MagiList
          A List (or Collection) that enhances the functionality of a standard List, also supporting "immutable".
 

Methods in magi.toolkit.util that return IList
 IList MagiList.asImmutable()
          Returns the "immutable" list for this object.