Uses of Interface
org.apache.pivot.wtk.TextInput.TextBindMapping
-
Packages that use TextInput.TextBindMapping Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. -
-
Uses of TextInput.TextBindMapping in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TextInput.TextBindMapping Modifier and Type Method Description TextInput.TextBindMapping
TextInput. getTextBindMapping()
Methods in org.apache.pivot.wtk with parameters of type TextInput.TextBindMapping Modifier and Type Method Description void
TextInput. setTextBindMapping(TextInput.TextBindMapping textBindMapping)
void
TextInputBindingListener.Adapter. textBindMappingChanged(TextInput textInput, TextInput.TextBindMapping previousTextBindMapping)
Deprecated.void
TextInputBindingListener.Listeners. textBindMappingChanged(TextInput textInput, TextInput.TextBindMapping previousTextBindMapping)
default void
TextInputBindingListener. textBindMappingChanged(TextInput textInput, TextInput.TextBindMapping previousTextBindMapping)
Called when a text input's text bind mapping has changed.
-