|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opera.core.systems.OperaUIElement
public abstract class OperaUIElement
OperaUIElement
| Constructor Summary | |
|---|---|
OperaUIElement(SystemInputManager systemInputManager,
IDesktopUtils desktopUtils)
|
|
| Method Summary | |
|---|---|
void |
click(SystemInputProtos.MouseInfo.MouseButton button,
int numClicks,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
|
protected java.awt.Point |
getCenterLocation()
|
protected IDesktopUtils |
getDesktopUtils()
|
java.awt.Point |
getLocation()
|
abstract DesktopWmProtos.DesktopWindowRect |
getRect()
|
java.awt.Dimension |
getSize()
|
protected SystemInputManager |
getSystemInputManager()
|
abstract java.lang.String |
getText()
|
void |
hover()
Hovers Element |
boolean |
isVisible()
|
abstract java.lang.String |
toFullString()
|
boolean |
verifyContainsText(java.lang.String stringId)
Checks if widget text contains the text specified by the given string id |
boolean |
verifyText(java.lang.String stringId)
Checks if widget text equals the text specified by the given string id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperaUIElement(SystemInputManager systemInputManager,
IDesktopUtils desktopUtils)
| Method Detail |
|---|
protected SystemInputManager getSystemInputManager()
protected IDesktopUtils getDesktopUtils()
public abstract DesktopWmProtos.DesktopWindowRect getRect()
public java.awt.Point getLocation()
public boolean isVisible()
public java.awt.Dimension getSize()
public abstract java.lang.String toFullString()
public void click(SystemInputProtos.MouseInfo.MouseButton button,
int numClicks,
java.util.List<SystemInputProtos.ModifierPressed> modifiers)
protected java.awt.Point getCenterLocation()
public void hover()
public boolean verifyText(java.lang.String stringId)
public boolean verifyContainsText(java.lang.String stringId)
stringId - String id of string
public abstract java.lang.String getText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||