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

Packages that use TextArea.TextBindMapping
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of TextArea.TextBindMapping in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return TextArea.TextBindMapping
 TextArea.TextBindMapping TextArea.getTextBindMapping()
           
 

Methods in org.apache.pivot.wtk with parameters of type TextArea.TextBindMapping
 void TextArea.setTextBindMapping(TextArea.TextBindMapping textBindMapping)
           
 void TextAreaBindingListener.textBindMappingChanged(TextArea textArea, TextArea.TextBindMapping previousTextBindMapping)
          Called when a text area's text bind mapping has changed.
 void TextAreaBindingListener.Adapter.textBindMappingChanged(TextArea textArea, TextArea.TextBindMapping previousTextBindMapping)