Uses of Interface
com.sentilla.system.Button

Packages that use Button
com.sentilla.system Sentilla core system classes. 
 

Uses of Button in com.sentilla.system
 

Methods in com.sentilla.system that return Button
static Button ButtonDriver.create(String driver)
          Create a new Button instance using the given driver name.
abstract  Button ButtonDriver.newButton()
          Create a new Button instance.
 Button Button.setChange()
          Sets the button to await a state transition.
 Button Button.setPress()
          Sets the button to await transition from released to pressed.
 Button Button.setRead()
          Sets the button to read the button state.
 Button Button.setRelease()
          Sets the button to await transition from pressed to released.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.