public class SashForm extends Control
Modifier | Constructor and Description |
---|---|
protected |
SashForm(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 SashForm。
|
Modifier and Type | Method and Description |
---|---|
TestObject |
getMaximizedControl()
获取 在表单中最大化的窗扇窗口。
|
List<Integer> |
getWeights()
获取 分割窗窗口的子级的相对大小。
|
boolean |
isHorizontal()
获取 分割窗是否为水平。
|
boolean |
isVertical()
获取 分割窗是否为垂直。
|
void |
setHorizontal(boolean horizontal)
设置 分割窗是否为水平。
|
void |
setVertical(boolean vertical)
设置 分割窗是否为垂直。
|
void |
setWeights(List<Integer> weights)
设置 分割窗窗口的子级的相对大小。
|
getHorizontalBar, getVerticalBar, openContextMenu, openContextMenu
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getBackground, getFont, getForeground, getNativeHandle, isEnabled, isFocused, isVisible, mouseMove, mouseMove, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, setBackground, setEnabled, setFocus, setFont, setForeground, setVisible, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeys
captureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getValue, highlightObject, highlightObject, highlightObject, invokeMethods, textCapture, textCapture, textClick, textClick, textClick, textClick, textClick, textClick, textExists, textExists, textExists, textExists, textExists, textRectangle, textRectangle, textRectangle, textRectangle, textRectangle, waitForChildDisappearance, waitForChildDisappearance, waitForDisappearance, waitForDisappearance, waitForObject, waitForObject, waitForProperty, waitForProperty
equals, exists, find, find, findAll, findAll, getCustomTypeName, getDesktop, getHandle, getLocator, getProperty, getTypeName, hashCode, imageClick, imageClick, imageClick, imageClick, imageClick, imageClick, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageExists, imageExists, imageExists, imageExistsFile, imageExistsFile, imageExistsFile, imageRectangle, imageRectangle, imageRectangle, imageRectangleFile, imageRectangleFile, imageRectangleFile, invoke, preventFinalLocator, setProperty, toString
protected SashForm(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 SashForm 的句柄desktop
- 此对象所在的桌面public boolean isHorizontal()
public void setHorizontal(boolean horizontal)
horizontal
- 分割窗是否为水平public TestObject getMaximizedControl()
public boolean isVertical()
public void setVertical(boolean vertical)
vertical
- 分割窗是否为垂直Copyright 2009-2012 Micro Focus. All Rights Reserved.