Uses of Class
com.opera.core.systems.QuickWidget

Packages that use QuickWidget
com.opera.core.systems Provides OperaDriver and associated classes. 
com.opera.core.systems.scope.services   
com.opera.core.systems.scope.services.ums   
 

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, 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.
 

Methods in com.opera.core.systems that return types with arguments of type QuickWidget
 java.util.List<QuickWidget> OperaDesktopDriver.getQuickWidgetList(int windowId)
          Gets a list of all widgets in the window with the given window id.
 java.util.List<QuickWidget> OperaDesktopDriver.getQuickWidgetList(java.lang.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, 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.
 

Methods in com.opera.core.systems.scope.services that return types with arguments of type QuickWidget
 java.util.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, 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)
           
 

Methods in com.opera.core.systems.scope.services.ums that return types with arguments of type QuickWidget
 java.util.List<QuickWidget> DesktopWindowManager.getQuickWidgetList(int windowId)
           
 



Copyright © 2011. All Rights Reserved.