|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DesktopWmProtos.QuickWidgetInfo.QuickWidgetType | |
|---|---|
| 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 DesktopWmProtos.QuickWidgetInfo.QuickWidgetType in com.opera.core.systems |
|---|
| Methods in com.opera.core.systems that return DesktopWmProtos.QuickWidgetInfo.QuickWidgetType | |
|---|---|
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType |
QuickWidget.getType()
|
| Methods in com.opera.core.systems with parameters of type DesktopWmProtos.QuickWidgetInfo.QuickWidgetType | |
|---|---|
QuickWidget |
OperaDesktopDriver.findWidgetByName(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
java.lang.String widgetName)
Finds widget by name in the window specified by windowId. |
QuickWidget |
OperaDesktopDriver.findWidgetByName(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
java.lang.String widgetName,
java.lang.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,
java.lang.String parentName)
Finds widget by specified position. |
QuickWidget |
OperaDesktopDriver.findWidgetByStringId(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
java.lang.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,
java.lang.String stringId,
java.lang.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,
java.lang.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,
java.lang.String text,
java.lang.String parentName)
Finds widget by text and parent widget name. |
| Uses of DesktopWmProtos.QuickWidgetInfo.QuickWidgetType in com.opera.core.systems.scope.protos |
|---|
| Methods in com.opera.core.systems.scope.protos that return DesktopWmProtos.QuickWidgetInfo.QuickWidgetType | |
|---|---|
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(java.lang.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. |
| Methods in com.opera.core.systems.scope.protos that return types with arguments of type DesktopWmProtos.QuickWidgetInfo.QuickWidgetType | |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DesktopWmProtos.QuickWidgetInfo.QuickWidgetType> |
DesktopWmProtos.QuickWidgetInfo.QuickWidgetType.internalGetValueMap()
|
| Methods in com.opera.core.systems.scope.protos with parameters of type DesktopWmProtos.QuickWidgetInfo.QuickWidgetType | |
|---|---|
DesktopWmProtos.QuickWidgetInfo.Builder |
DesktopWmProtos.QuickWidgetInfo.Builder.setType(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType value)
|
| Uses of DesktopWmProtos.QuickWidgetInfo.QuickWidgetType in com.opera.core.systems.scope.services |
|---|
| Methods in com.opera.core.systems.scope.services with parameters of type DesktopWmProtos.QuickWidgetInfo.QuickWidgetType | |
|---|---|
QuickWidget |
IDesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
java.lang.String value)
Gets a QuickWidget based on a specific property. |
QuickWidget |
IDesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
java.lang.String value,
java.lang.String parentName)
Gets the quick widget in a specified window based on a specific property and its parent widgets name. |
QuickWidget |
IDesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column)
Gets the quick widget based on its position. |
QuickWidget |
IDesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column,
java.lang.String parentName)
Gets the quick widget based on its position and its parent widgets name. |
| Uses of DesktopWmProtos.QuickWidgetInfo.QuickWidgetType in com.opera.core.systems.scope.services.ums |
|---|
| Methods in com.opera.core.systems.scope.services.ums with parameters of type DesktopWmProtos.QuickWidgetInfo.QuickWidgetType | |
|---|---|
QuickWidget |
DesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
java.lang.String value)
|
QuickWidget |
DesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
java.lang.String value,
java.lang.String parentName)
|
QuickWidget |
DesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int id,
int row,
int column)
|
QuickWidget |
DesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column,
java.lang.String parentName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||