Package editor
Class GotoTypePopup.TypeModel
- java.lang.Object
-
- javax.swing.AbstractListModel
-
- editor.AbstractGotoPopup.AbstractPopupListModel<java.lang.String>
-
- editor.GotoTypePopup.TypeModel
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.ListModel
- Enclosing class:
- GotoTypePopup
static class GotoTypePopup.TypeModel extends AbstractGotoPopup.AbstractPopupListModel<java.lang.String>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.String>_allTypes
-
Constructor Summary
Constructors Constructor Description TypeModel(java.util.List<java.lang.String> allTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetElementAt(int i)intgetSize()
-
-
-
Method Detail
-
getSize
public int getSize()
-
getElementAt
public java.lang.String getElementAt(int i)
- Specified by:
getElementAtin interfacejavax.swing.ListModel- Specified by:
getElementAtin classAbstractGotoPopup.AbstractPopupListModel<java.lang.String>
-
-