public class CBanner extends Control
Modifier | Constructor and Description |
---|---|
protected |
CBanner(JtfObjectHandle handle,
Desktop desktop)
Creates a new CBanner with a JtfObjectHandle.
|
Modifier and Type | Method and Description |
---|---|
TestObject |
getBottom()
Gets the control located at the bottom of the banner.
|
TestObject |
getLeft()
Gets the control located on the left side of the banner.
|
TestObject |
getRight()
Gets the control located on the right side of the banner.
|
Point |
getRightMinimumSize()
Gets the minimum size of the control located on the right side of the banner.
|
int |
getRightWidth()
Gets the width of the control located on the right side of the banner.
|
boolean |
isSimple()
Gets whether the banner is rendered with a simple, traditional shape.
|
void |
setRightMinimumSize(Point rightMinimumSize)
Sets the minimum size of the control located on the right side of the banner.
|
void |
setRightWidth(int rightWidth)
Sets the width of the control located on the right side of the banner.
|
void |
setSimple(boolean simple)
Sets whether the banner is rendered with a simple, traditional shape.
|
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 CBanner(JtfObjectHandle handle, Desktop desktop)
handle
- the handle that identifies the CBannerdesktop
- the desktop on which this object livespublic TestObject getBottom()
public TestObject getLeft()
public TestObject getRight()
public Point getRightMinimumSize()
public void setRightMinimumSize(Point rightMinimumSize)
rightMinimumSize
- the minimum size of the control located on the right side of the bannerpublic int getRightWidth()
public void setRightWidth(int rightWidth)
rightWidth
- the width of the control located on the right side of the bannerpublic boolean isSimple()
public void setSimple(boolean simple)
simple
- whether the banner is rendered with a simple, traditional shapeCopyright 2009-2012 Micro Focus. All Rights Reserved.