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