Class BrowserView.BrowserColumnList.Model
java.lang.Object
javax.swing.AbstractListModel
com.inductiveautomation.snap.swing.BrowserView.BrowserColumnList.Model
- All Implemented Interfaces:
 Serializable,ListModel
- Enclosing class:
 - BrowserView.BrowserColumnList
 
BrowserColumnListModel.
- See Also:
 
- 
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidfireContentsChanged(Object src, int ind0, int ind1) getElementAt(int anIndex) intgetSize()Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener 
- 
Constructor Details
- 
Model
protected Model() 
 - 
 - 
Method Details
- 
getSize
public int getSize() - 
getElementAt
 - 
fireContentsChanged
- Overrides:
 fireContentsChangedin classAbstractListModel
 
 -