Class SingleLineEdit

java.lang.Object
org.luwrain.controls.SingleLineEdit
All Implemented Interfaces:
ClipboardTranslator.Provider, RegionTextQueryTranslator.Provider

public class SingleLineEdit extends Object implements ClipboardTranslator.Provider, RegionTextQueryTranslator.Provider
Implementation of editing behaviour for the line of text. This class handles typing of characters, as well as backspace and delete keys. It doesn't provide navigating functions, so should be used in conjunction with some navigation handler over the text (for example, with NavigationArea).
See Also: