|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SystemInputProtos.ModifierPressed | |
|---|---|
| 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.ModifierPressed in com.opera.core.systems |
|---|
| Method parameters in com.opera.core.systems with type arguments of type SystemInputProtos.ModifierPressed | |
|---|---|
void |
OperaUIElement.click(SystemInputProtos.MouseInfo.MouseButton button,
int numClicks,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
|
void |
OperaDesktopDriver.keyDown(java.lang.String key,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
Press Key. |
void |
OperaDesktopDriver.keyPress(java.lang.String key,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
Press Key with modifiers held down. |
void |
OperaDesktopDriver.keyUp(java.lang.String key,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
Release key. |
| Uses of SystemInputProtos.ModifierPressed in com.opera.core.systems.scope.protos |
|---|
| Methods in com.opera.core.systems.scope.protos that return SystemInputProtos.ModifierPressed | |
|---|---|
static SystemInputProtos.ModifierPressed |
SystemInputProtos.ModifierPressed.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static SystemInputProtos.ModifierPressed |
SystemInputProtos.ModifierPressed.valueOf(int value)
|
static SystemInputProtos.ModifierPressed |
SystemInputProtos.ModifierPressed.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SystemInputProtos.ModifierPressed[] |
SystemInputProtos.ModifierPressed.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.ModifierPressed | |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SystemInputProtos.ModifierPressed> |
SystemInputProtos.ModifierPressed.internalGetValueMap()
|
| Uses of SystemInputProtos.ModifierPressed in com.opera.core.systems.scope.services |
|---|
| Method parameters in com.opera.core.systems.scope.services with type arguments of type SystemInputProtos.ModifierPressed | |
|---|---|
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.keyDown(java.lang.String key,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
|
void |
ISystemInput.keyPress(java.lang.String key,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
Presses key, optionally with one or more modifiers held down. |
void |
ISystemInput.keyUp(java.lang.String key,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
|
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.ModifierPressed in com.opera.core.systems.scope.services.ums |
|---|
| Method parameters in com.opera.core.systems.scope.services.ums with type arguments of type SystemInputProtos.ModifierPressed | |
|---|---|
void |
SystemInputManager.click(java.awt.Point location,
SystemInputProtos.MouseInfo.MouseButton button,
int numClicks,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
|
void |
SystemInputManager.keyDown(java.lang.String key,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
|
void |
SystemInputManager.keyPress(java.lang.String key,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
|
void |
SystemInputManager.keyUp(java.lang.String key,
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||