Uses of Interface
to.etc.domui.component.tbl.IShuttleModel

Packages that use IShuttleModel
to.etc.domui.component.tbl   
 

Uses of IShuttleModel in to.etc.domui.component.tbl
 

Subinterfaces of IShuttleModel in to.etc.domui.component.tbl
 interface IMovableShuttleModel<S,T>
          This extension of the Shuttle model is required if you want to be able to order target items.
 

Methods in to.etc.domui.component.tbl that return IShuttleModel
 IShuttleModel<?,?> ListShuttle.getModel()
          Get the model for this thingy.
 

Methods in to.etc.domui.component.tbl with parameters of type IShuttleModel
 void ListShuttle.setModel(IShuttleModel<?,?> model)
          Set the model to use for the shuttle.