|
||||||||||
| 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 | Interfaces for all the Scope services used. |
| com.opera.core.systems.scope.services.ums | Implementations of the Scope service interfaces. |
| 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,
List<SystemInputProtos.ModifierPressed> modifiers)
|
void |
OperaDesktopDriver.keyDown(String key,
List<SystemInputProtos.ModifierPressed> modifiers)
Press Key. |
void |
OperaDesktopDriver.keyPress(String key,
List<SystemInputProtos.ModifierPressed> modifiers)
Press Key with modifiers held down. |
void |
OperaDesktopDriver.keyUp(String key,
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(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 |
|---|
| Uses of SystemInputProtos.ModifierPressed in com.opera.core.systems.scope.services.ums |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||