|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuickWidget | |
|---|---|
| com.opera.core.systems | Provides OperaDriver and associated classes. |
| 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 QuickWidget in com.opera.core.systems |
|---|
| Methods in com.opera.core.systems that return QuickWidget | |
|---|---|
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. |
| Methods in com.opera.core.systems that return types with arguments of type QuickWidget | |
|---|---|
List<QuickWidget> |
OperaDesktopDriver.getQuickWidgetList(int windowId)
Gets a list of all widgets in the window with the given window id. |
List<QuickWidget> |
OperaDesktopDriver.getQuickWidgetList(String windowName)
Gets a list of all widgets in the window with the given window name. |
| Methods in com.opera.core.systems with parameters of type QuickWidget | |
|---|---|
void |
QuickWidget.dragAndDropOn(QuickWidget widget,
QuickWidget.DropPosition dropPos)
Drags this widget onto the specified widget at the given drop position |
| Uses of QuickWidget in com.opera.core.systems.scope.services |
|---|
| Methods in com.opera.core.systems.scope.services that return QuickWidget | |
|---|---|
QuickWidget |
IDesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value)
Gets a QuickWidget based on a specific property. |
QuickWidget |
IDesktopWindowManager.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 |
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,
String parentName)
Gets the quick widget based on its position and its parent widgets name. |
| Methods in com.opera.core.systems.scope.services that return types with arguments of type QuickWidget | |
|---|---|
List<QuickWidget> |
IDesktopWindowManager.getQuickWidgetList(int windowId)
Gets list of all QuickWidgets in the window. |
| Uses of QuickWidget in com.opera.core.systems.scope.services.ums |
|---|
| Methods in com.opera.core.systems.scope.services.ums that return QuickWidget | |
|---|---|
QuickWidget |
DesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value)
|
QuickWidget |
DesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value,
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,
String parentName)
|
| Methods in com.opera.core.systems.scope.services.ums that return types with arguments of type QuickWidget | |
|---|---|
List<QuickWidget> |
DesktopWindowManager.getQuickWidgetList(int windowId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||