Uses of Interface
org.apache.pivot.wtk.TextArea.TextBindMapping
- 
Packages that use TextArea.TextBindMapping Package Description 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.wtkMethods in org.apache.pivot.wtk that return TextArea.TextBindMapping Modifier and Type Method Description TextArea.TextBindMappingTextArea. getTextBindMapping()Methods in org.apache.pivot.wtk with parameters of type TextArea.TextBindMapping Modifier and Type Method Description voidTextArea. setTextBindMapping(TextArea.TextBindMapping newTextBindMapping)voidTextAreaBindingListener.Adapter. textBindMappingChanged(TextArea textArea, TextArea.TextBindMapping previousTextBindMapping)Deprecated.voidTextAreaBindingListener.Listeners. textBindMappingChanged(TextArea textArea, TextArea.TextBindMapping previousTextBindMapping)default voidTextAreaBindingListener. textBindMappingChanged(TextArea textArea, TextArea.TextBindMapping previousTextBindMapping)Called when a text area's text bind mapping has changed.
 
-