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