Package org.luwrain.popups
Class EditListPopupUtils.DynamicModel
java.lang.Object
org.luwrain.popups.EditListPopupUtils.DynamicModel
- All Implemented Interfaces:
EditListPopup.Model
- Direct Known Subclasses:
EditListPopupUtils.FixedModel,FilePopup.Model
- Enclosing class:
- EditListPopupUtils
public abstract static class EditListPopupUtils.DynamicModel
extends Object
implements EditListPopup.Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getAlternatives(String beginning) getCompletion(String beginning) protected abstract EditListPopup.ItemgetEmptyItem(String context) protected abstract EditListPopup.Item[]getListPopupNextItem(String text)
-
Constructor Details
-
DynamicModel
public DynamicModel()
-
-
Method Details
-
getItems
-
getEmptyItem
-
getCompletion
- Specified by:
getCompletionin interfaceEditListPopup.Model
-
getAlternatives
- Specified by:
getAlternativesin interfaceEditListPopup.Model
-
getListPopupPreviousItem
- Specified by:
getListPopupPreviousItemin interfaceEditListPopup.Model
-
getListPopupNextItem
- Specified by:
getListPopupNextItemin interfaceEditListPopup.Model
-