Package nlScript.ui
Class ACListModel
java.lang.Object
nlScript.ui.ACListModel
- All Implemented Interfaces:
ListModel<Autocompletion>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetElementAt(int index) intgetSize()voidvoidset(List<Autocompletion> s)
-
Constructor Details
-
ACListModel
public ACListModel()
-
-
Method Details
-
add
-
set
-
getSize
public int getSize()- Specified by:
getSizein interfaceListModel<Autocompletion>
-
getElementAt
- Specified by:
getElementAtin interfaceListModel<Autocompletion>
-
addListDataListener
- Specified by:
addListDataListenerin interfaceListModel<Autocompletion>
-
removeListDataListener
- Specified by:
removeListDataListenerin interfaceListModel<Autocompletion>
-