Uses of Interface
ix.util.TypedList

Packages that use TypedList
ix.iface.ui.util   
 

Uses of TypedList in ix.iface.ui.util
 

Methods in ix.iface.ui.util that return TypedList
static TypedList UIUtil.newTypedList(java.lang.Class listClass, java.util.Collection data)
           
static TypedList UIUtil.newTypedList(java.lang.Class listClass, java.lang.Object data)
           
static TypedList UIUtil.newTypedList(java.lang.Class listClass, java.lang.Object[] data)