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

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

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