Uses of Interface
org.apache.pivot.wtk.Button.StateBindMapping

Packages that use Button.StateBindMapping
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of Button.StateBindMapping in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Button.StateBindMapping
 Button.StateBindMapping Button.getStateBindMapping()
           
 

Methods in org.apache.pivot.wtk with parameters of type Button.StateBindMapping
 void Button.setStateBindMapping(Button.StateBindMapping stateBindMapping)
           
 void ButtonBindingListener.stateBindMappingChanged(Button button, Button.StateBindMapping previousStateBindMapping)
          Called when a button's state bind mapping has changed.
 void ButtonBindingListener.Adapter.stateBindMappingChanged(Button button, Button.StateBindMapping previousStateBindMapping)