Package editor
Class AbstractGotoPopup.AbstractPopupListModel<T>
- java.lang.Object
-
- javax.swing.AbstractListModel
-
- editor.AbstractGotoPopup.AbstractPopupListModel<T>
-
- All Implemented Interfaces:
Serializable
,ListModel
- Enclosing class:
- AbstractGotoPopup<T>
public abstract static class AbstractGotoPopup.AbstractPopupListModel<T> extends AbstractListModel
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
-
Constructor Summary
Constructors Constructor Description AbstractPopupListModel()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract T
getElementAt(int index)
-
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
-
-
-
Method Detail
-
getElementAt
public abstract T getElementAt(int index)
-
-