| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.scope.protos | |
| com.opera.core.systems.scope.services.desktop | |
| com.opera.core.systems.scope.stp.services.desktop |
| Modifier and Type | Method and Description |
|---|---|
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType |
QuickWidget.getType() |
| Modifier and Type | Method and Description |
|---|---|
QuickWidget |
OperaDesktopDriver.findWidgetByName(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String widgetName)
Finds widget by name in the window specified by windowId.
|
QuickWidget |
OperaDesktopDriver.findWidgetByName(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String widgetName,
String parentName)
Finds widget by name and parent in the window with the specified window id.
|
QuickWidget |
OperaDesktopDriver.findWidgetByPosition(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column)
Finds widget by specified position.
|
QuickWidget |
OperaDesktopDriver.findWidgetByPosition(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column,
String parentName)
Finds widget by specified position.
|
QuickWidget |
OperaDesktopDriver.findWidgetByStringId(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String stringId)
Finds widget with the text specified by string id in the window with the given id.
|
QuickWidget |
OperaDesktopDriver.findWidgetByStringId(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String stringId,
String parentName)
Finds widget with the text specified by string id and parentName in the specified window.
|
QuickWidget |
OperaDesktopDriver.findWidgetByText(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String text)
Finds widget with the text specified in the window with the given window id.
|
QuickWidget |
OperaDesktopDriver.findWidgetByText(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String text,
String parentName)
Finds widget by text and parent widget name.
|
| Modifier and Type | Method and Description |
|---|---|
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType |
DesktopWmProtos.QuickWidgetInfoOrBuilder.getType() |
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType |
DesktopWmProtos.QuickWidgetInfo.getType() |
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType |
DesktopWmProtos.QuickWidgetInfo.Builder.getType() |
static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType |
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType |
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType.valueOf(int value) |
static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType |
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType[] |
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DesktopWmProtos.QuickWidgetInfo.QuickWidgetType> |
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DesktopWmProtos.QuickWidgetInfo.Builder |
DesktopWmProtos.QuickWidgetInfo.Builder.setType(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType value) |
| Modifier and Type | Method and Description |
|---|---|
QuickWidget |
DesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value)
Gets a QuickWidget based on a specific property.
|
QuickWidget |
DesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value,
String parentName)
Gets the quick widget in a specified window based on a specific property and its parent widgets
name.
|
QuickWidget |
DesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column)
Gets the quick widget based on its position.
|
QuickWidget |
DesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column,
String parentName)
Gets the quick widget based on its position and its parent widgets name.
|
| Modifier and Type | Method and Description |
|---|---|
QuickWidget |
ScopeDesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value) |
QuickWidget |
ScopeDesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value,
String parentName) |
QuickWidget |
ScopeDesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int id,
int row,
int column) |
QuickWidget |
ScopeDesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column,
String parentName) |
Copyright © 2013. All Rights Reserved.