Class HistoryTree.HistoryListModel
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.querybrowser.HistoryTree.HistoryListModel
 
- 
- All Implemented Interfaces:
- javax.swing.ListModel
 - Enclosing class:
- HistoryTree
 
 public class HistoryTree.HistoryListModel extends java.lang.Object implements javax.swing.ListModel
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.List<javax.swing.event.ListDataListener>listenerListprotected java.util.List<java.lang.String>queryHistory
 - 
Constructor SummaryConstructors Constructor Description HistoryListModel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.lang.String query)voidaddListDataListener(javax.swing.event.ListDataListener l)voidclearHistory()java.lang.ObjectgetElementAt(int index)intgetSize()voidremoveListDataListener(javax.swing.event.ListDataListener l)
 
- 
- 
- 
Method Detail- 
clearHistorypublic void clearHistory() 
 - 
addpublic void add(java.lang.String query) 
 - 
addListDataListenerpublic void addListDataListener(javax.swing.event.ListDataListener l) - Specified by:
- addListDataListenerin interface- javax.swing.ListModel
 
 - 
getElementAtpublic java.lang.Object getElementAt(int index) - Specified by:
- getElementAtin interface- javax.swing.ListModel
 
 - 
getSizepublic int getSize() - Specified by:
- getSizein interface- javax.swing.ListModel
 
 - 
removeListDataListenerpublic void removeListDataListener(javax.swing.event.ListDataListener l) - Specified by:
- removeListDataListenerin interface- javax.swing.ListModel
 
 
- 
 
-