Class SimpleEditPopup

java.lang.Object
org.luwrain.popups.SimpleEditPopup
All Implemented Interfaces:
ClipboardTranslator.Provider, EmbeddedEditLines, RegionTextQueryTranslator.Provider, Area, HotPoint, HotPointControl, Lines, Popup, PopupClosingTranslator.Provider
Direct Known Subclasses:
EditListPopup

Shows a popup for input of single line of text. This class is an implementation of Popup interface with functionality to let user to give single line of text without any completion and helping features. This class takes a short line which will be shown before the input describing the purpose of expected value. As well, this class takes acceptance object which prevents input of undesirable values.
See Also: