Uses of Class
com.opera.core.systems.scope.protos.SystemInputProtos.MouseInfo.MouseButton

Packages that use SystemInputProtos.MouseInfo.MouseButton
com.opera.core.systems Provides OperaDriver and associated classes. 
com.opera.core.systems.scope.protos   
com.opera.core.systems.scope.services Interfaces for all the Scope services used. 
com.opera.core.systems.scope.services.ums Implementations of the Scope service interfaces. 
 

Uses of SystemInputProtos.MouseInfo.MouseButton in com.opera.core.systems
 

Methods in com.opera.core.systems with parameters of type SystemInputProtos.MouseInfo.MouseButton
 void OperaUIElement.click(SystemInputProtos.MouseInfo.MouseButton button, int numClicks, List<SystemInputProtos.ModifierPressed> modifiers)
           
 

Uses of SystemInputProtos.MouseInfo.MouseButton in com.opera.core.systems.scope.protos
 

Methods in com.opera.core.systems.scope.protos that return SystemInputProtos.MouseInfo.MouseButton
 SystemInputProtos.MouseInfo.MouseButton SystemInputProtos.MouseInfoOrBuilder.getButton()
           
 SystemInputProtos.MouseInfo.MouseButton SystemInputProtos.MouseInfo.getButton()
           
 SystemInputProtos.MouseInfo.MouseButton SystemInputProtos.MouseInfo.Builder.getButton()
           
static SystemInputProtos.MouseInfo.MouseButton SystemInputProtos.MouseInfo.MouseButton.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static SystemInputProtos.MouseInfo.MouseButton SystemInputProtos.MouseInfo.MouseButton.valueOf(int value)
           
static SystemInputProtos.MouseInfo.MouseButton SystemInputProtos.MouseInfo.MouseButton.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SystemInputProtos.MouseInfo.MouseButton[] SystemInputProtos.MouseInfo.MouseButton.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.opera.core.systems.scope.protos that return types with arguments of type SystemInputProtos.MouseInfo.MouseButton
static com.google.protobuf.Internal.EnumLiteMap<SystemInputProtos.MouseInfo.MouseButton> SystemInputProtos.MouseInfo.MouseButton.internalGetValueMap()
           
 

Methods in com.opera.core.systems.scope.protos with parameters of type SystemInputProtos.MouseInfo.MouseButton
 SystemInputProtos.MouseInfo.Builder SystemInputProtos.MouseInfo.Builder.setButton(SystemInputProtos.MouseInfo.MouseButton value)
           
 

Uses of SystemInputProtos.MouseInfo.MouseButton in com.opera.core.systems.scope.services
 

Methods in com.opera.core.systems.scope.services with parameters of type SystemInputProtos.MouseInfo.MouseButton
 void ISystemInput.click(Point location, SystemInputProtos.MouseInfo.MouseButton button, int numClicks, List<SystemInputProtos.ModifierPressed> modifiers)
          Clicks MouseButton a specified number of times with zero or more modifiers held down.
 void ISystemInput.mouseDown(Point location, SystemInputProtos.MouseInfo.MouseButton button, List<SystemInputProtos.ModifierPressed> modifiers)
           
 void ISystemInput.mouseMove(Point location, SystemInputProtos.MouseInfo.MouseButton button, List<SystemInputProtos.ModifierPressed> modifiers)
           
 void ISystemInput.mouseUp(Point location, SystemInputProtos.MouseInfo.MouseButton button, List<SystemInputProtos.ModifierPressed> modifiers)
           
 

Uses of SystemInputProtos.MouseInfo.MouseButton in com.opera.core.systems.scope.services.ums
 

Methods in com.opera.core.systems.scope.services.ums with parameters of type SystemInputProtos.MouseInfo.MouseButton
 void SystemInputManager.click(Point location, SystemInputProtos.MouseInfo.MouseButton button, int numClicks, List<SystemInputProtos.ModifierPressed> modifiers)
           
 void SystemInputManager.mouseDown(Point location, SystemInputProtos.MouseInfo.MouseButton button, List<SystemInputProtos.ModifierPressed> modifiers)
           
 void SystemInputManager.mouseMove(Point location, SystemInputProtos.MouseInfo.MouseButton button, List<SystemInputProtos.ModifierPressed> modifiers)
           
 void SystemInputManager.mouseUp(Point location, SystemInputProtos.MouseInfo.MouseButton button, List<SystemInputProtos.ModifierPressed> modifiers)
           
 



Copyright © 2012. All Rights Reserved.