| Package | Description |
|---|---|
| com.opera.core.systems.scope.internal | |
| com.opera.core.systems.scope.services |
Interfaces for all the Scope services used.
|
| com.opera.core.systems.scope.stp.services |
Implementations of the Scope service interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static OperaMouseKeys |
OperaMouseKeys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperaMouseKeys[] |
OperaMouseKeys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Exec.mouseAction(int x,
int y,
int count,
OperaMouseKeys... keys)
Create one or more mouse actions on coordinates x,y with key(s) as specified in
OperaMouseKeys and the number of repeated events as an integer. |
void |
Exec.mouseAction(int x,
int y,
OperaMouseKeys... keys)
Create a mouse action on coordinates x,y with key(s) as specified in
OperaMouseKeys. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeExec.mouseAction(int x,
int y,
int count,
OperaMouseKeys... keys) |
void |
ScopeExec.mouseAction(int x,
int y,
OperaMouseKeys... keys) |
Copyright © 2012. All Rights Reserved.