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   
com.opera.core.systems.scope.services.ums   
 

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, java.util.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(java.lang.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(java.awt.Point location, SystemInputProtos.MouseInfo.MouseButton button, int numClicks, java.util.List<SystemInputProtos.ModifierPressed> modifiers)
          Clicks MouseButton a specified number of times with zero or more modifiers held down.
 void ISystemInput.mouseDown(java.awt.Point location, SystemInputProtos.MouseInfo.MouseButton button, java.util.List<SystemInputProtos.ModifierPressed> modifiers)
           
 void ISystemInput.mouseMove(java.awt.Point location, SystemInputProtos.MouseInfo.MouseButton button, java.util.List<SystemInputProtos.ModifierPressed> modifiers)
           
 void ISystemInput.mouseUp(java.awt.Point location, SystemInputProtos.MouseInfo.MouseButton button, java.util.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(java.awt.Point location, SystemInputProtos.MouseInfo.MouseButton button, int numClicks, java.util.List<SystemInputProtos.ModifierPressed> modifiers)
           
 void SystemInputManager.mouseDown(java.awt.Point location, SystemInputProtos.MouseInfo.MouseButton button, java.util.List<SystemInputProtos.ModifierPressed> modifiers)
           
 void SystemInputManager.mouseMove(java.awt.Point location, SystemInputProtos.MouseInfo.MouseButton button, java.util.List<SystemInputProtos.ModifierPressed> modifiers)
           
 void SystemInputManager.mouseUp(java.awt.Point location, SystemInputProtos.MouseInfo.MouseButton button, java.util.List<SystemInputProtos.ModifierPressed> modifiers)
           
 



Copyright © 2011. All Rights Reserved.