com.sentilla.system
Class ButtonDriver
java.lang.Object
com.sentilla.system.DriverAdapter
com.sentilla.system.ButtonDriver
- All Implemented Interfaces:
- Driver
- Direct Known Subclasses:
- ButtonDriver
public abstract class ButtonDriver
- extends DriverAdapter
Create new Button
system objects.
Method Summary |
static Button |
create(String driver)
Create a new Button instance using the given driver name. |
abstract Button |
newButton()
Create a new Button instance. |
ButtonDriver
public ButtonDriver()
newButton
public abstract Button newButton()
- Create a new
Button
instance.
- Returns:
- a new Button object
create
public static Button create(String driver)
- Create a new
Button
instance using the given driver name.
- Parameters:
driver
- The driver name passed to Drivers.getDriver(java.lang.String, java.lang.Class)
- Returns:
- a new Button object
Copyright © 2007 Sentilla Corporation. All Rights Reserved.