Uses of Interface
org.jminor.common.model.ItemRandomizer.RandomItem

Packages that use ItemRandomizer.RandomItem
org.jminor.common.model   
org.jminor.common.server.loadtest   
org.jminor.common.ui   
 

Uses of ItemRandomizer.RandomItem in org.jminor.common.model
 

Methods in org.jminor.common.model that return ItemRandomizer.RandomItem
protected  ItemRandomizer.RandomItem<T> ItemRandomizerModel.getRandomItem(T item)
          Returns the RandomItem associated with item.
 

Methods in org.jminor.common.model that return types with arguments of type ItemRandomizer.RandomItem
 List<ItemRandomizer.RandomItem<T>> ItemRandomizerModel.getItems()
          
 Collection<ItemRandomizer.RandomItem<T>> ItemRandomizer.getItems()
           
 

Uses of ItemRandomizer.RandomItem in org.jminor.common.server.loadtest
 

Methods in org.jminor.common.server.loadtest that return types with arguments of type ItemRandomizer.RandomItem
 Collection<ItemRandomizer.RandomItem<LoadTest.UsageScenario>> RemoteLoadTest.getItems()
           
 

Uses of ItemRandomizer.RandomItem in org.jminor.common.ui
 

Methods in org.jminor.common.ui that return types with arguments of type ItemRandomizer.RandomItem
 List<ItemRandomizer.RandomItem<T>> ItemRandomizerPanel.getSelectedItems()