Uses of Interface
org.luwrain.controls.RegionTextQueryTranslator.Provider
-
Packages that use RegionTextQueryTranslator.Provider Package Description org.luwrain.controls org.luwrain.core.shell org.luwrain.popups -
-
Uses of RegionTextQueryTranslator.Provider in org.luwrain.controls
Classes in org.luwrain.controls that implement RegionTextQueryTranslator.Provider Modifier and Type Class Description class
CommanderArea<E>
class
ConsoleArea<E>
class
EditableListArea<E>
class
EditArea
class
FormArea
The area with a set of controls.class
LinesRegionTextQueryProvider
class
ListArea<E>
class
MarkableListArea
class
MessageArea
class
NavigationArea
An area with basic navigation operations.class
ProgressArea
class
SimpleArea
{code Area} interface implementation with internal lines storing.class
SingleLineEdit
Implementation of editing behaviour for the line of text.class
WizardArea
Fields in org.luwrain.controls declared as RegionTextQueryTranslator.Provider Modifier and Type Field Description protected RegionTextQueryTranslator.Provider
RegionTextQueryTranslator. provider
Constructors in org.luwrain.controls with parameters of type RegionTextQueryTranslator.Provider Constructor Description RegionTextQueryTranslator(RegionTextQueryTranslator.Provider provider, AbstractRegionPoint regionPoint, Set<RegionTextQueryTranslator.Flags> flags)
-
Uses of RegionTextQueryTranslator.Provider in org.luwrain.core.shell
Classes in org.luwrain.core.shell that implement RegionTextQueryTranslator.Provider Modifier and Type Class Description class
ContextMenu
class
MainMenu
-
Uses of RegionTextQueryTranslator.Provider in org.luwrain.popups
Classes in org.luwrain.popups that implement RegionTextQueryTranslator.Provider Modifier and Type Class Description class
CommanderPopup
class
DisksPopup
class
EditableListPopup<E>
class
EditListPopup
class
FilePopup
class
FormPopup
class
ListPopup<E>
class
ListPopup2<E>
class
ListPopupBase<E>
class
SimpleEditPopup
Shows a popup for input of single line of text.
-