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