Class JListHpr.ItemsModel
- java.lang.Object
 - 
- javax.swing.AbstractListModel
 - 
- com.inductiveautomation.snap.swing.helpers.JListHpr.ItemsModel
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,javax.swing.ListModel
public static class JListHpr.ItemsModel extends javax.swing.AbstractListModelList Model implementation for lists of items.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ItemsModel() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetElementAt(int anIndex)List model method - returns item at given index.intgetSize()List model method - returns item count.voidsetItems(java.util.List theItems)Sets the items. 
 -