public interface InfragisticsDockablePane extends Control
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activates the window's dockable pane.
|
void |
close()
Simulates a mouse click on the Close button of the window's dockable pane.
|
void |
dock()
Sets a docking state for the window's dockable pane.
|
void |
maximize()
Simulates a mouse click on the Maximize button of the window's dockable pane.
|
void |
minimize()
Simulates a mouse click on the Minimize button of the window's dockable pane.
|
void |
pin()
Simulates a mouse click on the Pin button of the window's dockable pane.
|
void |
restore()
Simulates a mouse click on the Maximize or Minimize button of the window's dockable pane depending on the window's current state.
|
void |
unDock()
Changes the docking state of the window's dockable pane to the Floating state.
|
void |
unPin()
Simulates a mouse click on the Pin button of the window's dockable pane.
|
click, click, click, clickM, clickM, clickM, clickR, clickR, clickR, dblClick, dblClick, dblClick, dblClickM, dblClickM, dblClickM, dblClickR, dblClickR, dblClickR, drag, drag, dragM, dragM, dragR, dragR, getEnabled, getHeight, getScreenLeft, getScreenTop, getVisible, getVisibleOnScreen, getWidth, hoverMouse, hoverMouse, keys, mouseWheel, mouseWheel, screenToWindow, windowToScreenfind, find, find, findAll, findAll, getChildren, getParent, tryFind, tryFind, tryFind, waitProperty, waitPropertypicture, picture, picturecallMethod, callMethod, cast, getProperty, setProperty, toStringvoid activate()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void close()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void maximize()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void minimize()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void restore()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void pin() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void unPin()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dock() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void unDock()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.