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 SummaryFields inherited from class javax.swing.AbstractListModellistenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfireContentsChanged(Object src, int ind0, int ind1) getElementAt(int anIndex) intgetSize()Methods inherited from class javax.swing.AbstractListModeladdListDataListener, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
- 
Constructor Details- 
Modelprotected Model()
 
- 
- 
Method Details- 
getSizepublic int getSize()
- 
getElementAt
- 
fireContentsChanged- Overrides:
- fireContentsChangedin class- AbstractListModel
 
 
-