Uses of Class
com.opera.core.systems.OperaProduct

Packages that use OperaProduct
com.opera.core.systems Provides OperaDriver and associated classes. 
com.opera.core.systems.runner   
com.opera.core.systems.runner.interfaces   
 

Uses of OperaProduct in com.opera.core.systems
 

Methods in com.opera.core.systems that return OperaProduct
static OperaProduct OperaProduct.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperaProduct[] OperaProduct.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.opera.core.systems with parameters of type OperaProduct
 boolean OperaProduct.is(OperaProduct compareWith)
          Compares current product with given product.
 

Uses of OperaProduct in com.opera.core.systems.runner
 

Fields in com.opera.core.systems.runner declared as OperaProduct
protected  OperaProduct OperaRunnerSettings.product
           
 

Methods in com.opera.core.systems.runner that return OperaProduct
 OperaProduct OperaRunnerSettings.getProduct()
           
 

Methods in com.opera.core.systems.runner with parameters of type OperaProduct
 void OperaRunnerSettings.setProduct(OperaProduct product)
           
 

Uses of OperaProduct in com.opera.core.systems.runner.interfaces
 

Methods in com.opera.core.systems.runner.interfaces that return OperaProduct
 OperaProduct OperaRunnerSettings.getProduct()
          Returns the product currently used, for example desktop or core.
 

Methods in com.opera.core.systems.runner.interfaces with parameters of type OperaProduct
 void OperaRunnerSettings.setProduct(OperaProduct product)
          Sets the product currently used, for example desktop or core.
 



Copyright © 2011. All Rights Reserved.