Package org.luwrain.popups
Class EditListPopup
java.lang.Object
org.luwrain.popups.SimpleEditPopup
org.luwrain.popups.EditListPopup
- All Implemented Interfaces:
ClipboardTranslator.Provider
,EmbeddedEditLines
,RegionTextQueryTranslator.Provider
,Area
,HotPoint
,HotPointControl
,Lines
,Popup
,PopupClosingTranslator.Provider
- Direct Known Subclasses:
FilePopup
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
static interface
Nested classes/interfaces inherited from interface org.luwrain.core.Popup
Popup.Flags, Popup.Position
-
Field Summary
Modifier and TypeFieldDescriptionprotected final EditListPopup.Appearance
protected final EditListPopup.Model
Fields inherited from class org.luwrain.popups.SimpleEditPopup
clipboardTranslator, closing, edit, luwrain, name, popupFlags, pos, prefix, regionPoint, regionTextQueryTranslator, text
-
Constructor Summary
ConstructorDescriptionEditListPopup
(Luwrain luwrain, EditListPopup.Model model, String name, String prefix, String text, Set<Popup.Flags> popupFlags) EditListPopup
(Luwrain luwrain, EditListPopup.Model model, EditListPopup.Appearance appearance, String name, String prefix, String text, Set<Popup.Flags> popupFlags) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getSpeakableText
(String prefix, String text) boolean
onInputEvent
(InputEvent event) protected boolean
onMoveDown
(boolean briefAnnouncement) protected boolean
onMoveUp
(boolean briefAnnouncement) protected void
onTab()
Methods inherited from class org.luwrain.popups.SimpleEditPopup
beginHotPointTrans, endHotPointTrans, getAreaActions, getAreaName, getEmbeddedEditLine, getHotPointX, getHotPointY, getLine, getLineCount, getLuwrainObject, getPopupFlags, getTextAfterHotPoint, getTextBeforeHotPoint, isPopupActive, onAltLeft, onAltRight, onAreaQuery, onCancel, onClipboardCopy, onClipboardCopyAll, onDeleteRegion, onEnd, onHome, onMoveLeft, onMoveRight, onOk, onRegionTextQuery, onSystemEvent, setEmbeddedEditLine, setHotPointX, setHotPointY, setText, text, wasCancelled
-
Field Details
-
model
-
appearance
-
-
Constructor Details
-
EditListPopup
public EditListPopup(Luwrain luwrain, EditListPopup.Model model, EditListPopup.Appearance appearance, String name, String prefix, String text, Set<Popup.Flags> popupFlags) -
EditListPopup
public EditListPopup(Luwrain luwrain, EditListPopup.Model model, String name, String prefix, String text, Set<Popup.Flags> popupFlags)
-
-
Method Details
-
onInputEvent
- Specified by:
onInputEvent
in interfaceArea
- Overrides:
onInputEvent
in classSimpleEditPopup
-
onTab
protected void onTab() -
onMoveUp
protected boolean onMoveUp(boolean briefAnnouncement) -
onMoveDown
protected boolean onMoveDown(boolean briefAnnouncement) -
getSpeakableText
- Overrides:
getSpeakableText
in classSimpleEditPopup
-