public class SashForm extends Control
| Modifier | Constructor and Description |
|---|---|
protected |
SashForm(JtfObjectHandle handle,
Desktop desktop)
Creates a new SashForm with a JtfObjectHandle.
|
| Modifier and Type | Method and Description |
|---|---|
TestObject |
getMaximizedControl()
Gets the sash window that is maximized in the form.
|
List<Integer> |
getWeights()
Gets the relative sizes of the children of the sash form window.
|
boolean |
isHorizontal()
Gets whether the sash form is horizontal.
|
boolean |
isVertical()
Gets whether the sash form is vertical.
|
void |
setHorizontal(boolean horizontal)
Sets whether the sash form is horizontal.
|
void |
setVertical(boolean vertical)
Sets whether the sash form is vertical.
|
void |
setWeights(List<Integer> weights)
Sets the relative sizes of the children of the sash form window.
|
getHorizontalBar, getVerticalBar, openContextMenu, openContextMenuclick, 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, typePasswordKeyscaptureBitmap, 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, waitForPropertyequals, 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, toStringprotected SashForm(JtfObjectHandle handle, Desktop desktop)
handle - the handle that identifies the SashFormdesktop - the desktop on which this object livespublic boolean isHorizontal()
public void setHorizontal(boolean horizontal)
horizontal - whether the sash form is horizontalpublic TestObject getMaximizedControl()
public boolean isVertical()
public void setVertical(boolean vertical)
vertical - whether the sash form is verticalpublic List<Integer> getWeights()
Copyright 2009-2012 Micro Focus. All Rights Reserved.