Uses of Interface
org.apache.pivot.wtk.TextInput.TextBindMapping

Packages that use TextInput.TextBindMapping
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
 TextInput.TextBindMapping TextInput.getTextBindMapping()
           
 

Methods in org.apache.pivot.wtk with parameters of type TextInput.TextBindMapping
 void TextInput.setTextBindMapping(TextInput.TextBindMapping textBindMapping)
           
 void TextInputBindingListener.textBindMappingChanged(TextInput textInput, TextInput.TextBindMapping previousTextBindMapping)
          Called when a text input's text bind mapping has changed.
 void TextInputBindingListener.Adapter.textBindMappingChanged(TextInput textInput, TextInput.TextBindMapping previousTextBindMapping)