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
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getAlternatives
(String beginning) getCompletion
(String beginning) protected abstract EditListPopup.Item
getEmptyItem
(String context) protected abstract EditListPopup.Item[]
getListPopupNextItem
(String text)
-
Constructor Details
-
DynamicModel
public DynamicModel()
-
-
Method Details
-
getItems
-
getEmptyItem
-
getCompletion
- Specified by:
getCompletion
in interfaceEditListPopup.Model
-
getAlternatives
- Specified by:
getAlternatives
in interfaceEditListPopup.Model
-
getListPopupPreviousItem
- Specified by:
getListPopupPreviousItem
in interfaceEditListPopup.Model
-
getListPopupNextItem
- Specified by:
getListPopupNextItem
in interfaceEditListPopup.Model
-