コード例 #1
0
ファイル: CFComponent.java プロジェクト: SAFSDEV/Core
 /**
  * Gets the size of the component
  *
  * @param s component
  * @return size of the component
  */
 protected Rectangle getComponentBounds(String s) {
   return sUtils.getComponentBounds(s, selenium);
 }
コード例 #2
0
ファイル: CFComponent.java プロジェクト: SAFSDEV/Core
 /**
  * Gets the size of the component
  *
  * @param o component
  * @return size of the component
  */
 private Rectangle getComponentBounds(SGuiObject o) {
   return sUtils.getComponentBounds(o, selenium);
 }