Skip navigation links
A B C D G I M O P R S T W 

A

autoItSetOption(String, String) - Method in class autoitx4java.AutoItX
Changes the operation of various AutoIt functions/parameters.
AutoItX - Class in autoitx4java
A Java AutoItX3 Bridge.
AutoItX() - Constructor for class autoitx4java.AutoItX
Initializes the AutoItX Jacob COM object.
autoItX - Variable in class autoitx4java.AutoItX
The AutoItX Component.
autoitx4java - package autoitx4java
 

B

blockInput(boolean) - Method in class autoitx4java.AutoItX
Disable/enable the mouse and keyboard.

C

cdTray(String, String) - Method in class autoitx4java.AutoItX
Opens or closes the CD tray.
clipGet() - Method in class autoitx4java.AutoItX
Retrieves text from the clipboard.
clipPut(String) - Method in class autoitx4java.AutoItX
Writes text to the clipboard.
controlBool(String, String, String, String) - Method in class autoitx4java.AutoItX
 
controlClick(String, String, String, String, int, int, int) - Method in class autoitx4java.AutoItX
Sends a mouse click command to a given control.
controlClick(String, String, String, String, int) - Method in class autoitx4java.AutoItX
Sends a mouse click command to a given control.
controlClick(String, String, String, String) - Method in class autoitx4java.AutoItX
Sends a mouse click command to a given control.
controlClick(String, String, String) - Method in class autoitx4java.AutoItX
Sends a mouse click command to a given control.
controlCommandAddString(String, String, String, String) - Method in class autoitx4java.AutoItX
Adds a string to the end in a ListBox or ComboBox
controlCommandCheck(String, String, String) - Method in class autoitx4java.AutoItX
Checks radio or check Button
controlCommandCurrentTab(String, String, String) - Method in class autoitx4java.AutoItX
Returns the current Tab shown of a SysTabControl32.
controlCommandDeleteString(String, String, String, String) - Method in class autoitx4java.AutoItX
Deletes a string according to occurrence in a ListBox or ComboBox.
controlCommandEditPaste(String, String, String, String) - Method in class autoitx4java.AutoItX
Pastes the 'string' at the Edits caret position.
controlCommandFindString(String, String, String, String) - Method in class autoitx4java.AutoItX
Returns occurrence ref of the exact string in a ListBox or ComboBox.
controlCommandGetCurrentCol(String, String, String) - Method in class autoitx4java.AutoItX
Returns the column # where the caret is in an Edit
controlCommandGetCurrentLine(String, String, String) - Method in class autoitx4java.AutoItX
Returns the line # where the caret is in an Edit
controlCommandGetCurrentSelection(String, String, String, int) - Method in class autoitx4java.AutoItX
Sets selection according to string in a ListBox or ComboBox
controlCommandGetLineCount(String, String, String) - Method in class autoitx4java.AutoItX
Returns the column # where the caret is in an Edit
controlCommandGetSelected(String, String, String, int) - Method in class autoitx4java.AutoItX
Returns selected text of an Edit.
controlCommandHideDropDown(String, String, String) - Method in class autoitx4java.AutoItX
Undrops a ComboBox
controlCommandIsChecked(String, String, String) - Method in class autoitx4java.AutoItX
Checks whether a control is checked.
controlCommandIsEnabled(String, String, String) - Method in class autoitx4java.AutoItX
Checks whether a control is enabled.
controlCommandIsVisible(String, String, String) - Method in class autoitx4java.AutoItX
Checks whether a control is visible.
controlCommandSelectString(String, String, String, String) - Method in class autoitx4java.AutoItX
Sets selection according to string in a ListBox or ComboBox
controlCommandSetCurrentSelection(String, String, String, String) - Method in class autoitx4java.AutoItX
Sets selection to occurrence ref in a ListBox or ComboBox.
controlCommandShowDropdown(String, String, String) - Method in class autoitx4java.AutoItX
Drops a ComboBox
controlCommandTabLeft(String, String, String) - Method in class autoitx4java.AutoItX
Moves to the next tab to the right of a SysTabControl32
controlCommandTabRight(String, String, String) - Method in class autoitx4java.AutoItX
Moves to the next tab to the right of a SysTabControl32
controlCommandUncheck(String, String, String) - Method in class autoitx4java.AutoItX
Un-checks radio or check Button
controlDisable(String, String, String) - Method in class autoitx4java.AutoItX
Disables or "grays-out" a control.
controlEnable(String, String, String) - Method in class autoitx4java.AutoItX
Enables a "grayed-out" control.
controlFocus(String, String, String) - Method in class autoitx4java.AutoItX
Sets input focus to a given control on a window.
controlGetFocus(String, String) - Method in class autoitx4java.AutoItX
Returns the ControlRef# of the control that has keyboard focus within a specified window.
controlGetFocus(String) - Method in class autoitx4java.AutoItX
Returns the ControlRef# of the control that has keyboard focus within a specified window.
controlGetHandle(String, String, String) - Method in class autoitx4java.AutoItX
Retrieves the internal handle of a control.
controlGetPosHeight(String, String, String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a control relative to it's window.
controlGetPosWidth(String, String, String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a control relative to it's window.
controlGetPosX(String, String, String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a control relative to it's window.
controlGetPosY(String, String, String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a control relative to it's window.
controlGetText(String, String, String) - Method in class autoitx4java.AutoItX
Retrieves text from a control.
controlHide(String, String, String) - Method in class autoitx4java.AutoItX
Hides a control.
controlInt(String, String, String, String) - Method in class autoitx4java.AutoItX
 
controlListViewFindItem(String, String, String, String, String) - Method in class autoitx4java.AutoItX
Returns the item index of the string.
controlListViewGetItemCount(String, String, String) - Method in class autoitx4java.AutoItX
Returns the number of list items.
controlListViewGetSelected(String, String, String) - Method in class autoitx4java.AutoItX
Returns a string containing the item index of selected items.
controlListViewGetSelectedArray(String, String, String) - Method in class autoitx4java.AutoItX
Returns a string containing the item index of selected items.
controlListViewGetSelectedCount(String, String, String) - Method in class autoitx4java.AutoItX
Returns the number of items that are selected.
controlListViewGetSubItemCount(String, String, String) - Method in class autoitx4java.AutoItX
Returns the number of subitems.
controlListViewGetText(String, String, String, String, String) - Method in class autoitx4java.AutoItX
Returns the text of a given item/subitem.
controlListViewIsSelected(String, String, String, String) - Method in class autoitx4java.AutoItX
Returns 1 if the item is selected, otherwise returns 0.
controlListViewSelect(String, String, String, String, String) - Method in class autoitx4java.AutoItX
Selects one or more items.
controlListViewSelectAll(String, String, String, String, String) - Method in class autoitx4java.AutoItX
Selects all items.
controlListViewSelectAll(String, String, String, String) - Method in class autoitx4java.AutoItX
Selects all items.
controlListViewSelectClear(String, String, String) - Method in class autoitx4java.AutoItX
Clears the selection of all items.
controlListViewSelectInvert(String, String, String) - Method in class autoitx4java.AutoItX
Inverts the current selection.
controlListViewSelectViewChange(String, String, String, String) - Method in class autoitx4java.AutoItX
Changes the current view.
controlMove(String, String, String, int, int, int, int) - Method in class autoitx4java.AutoItX
Moves a control within a window.
controlMove(String, String, String, int, int) - Method in class autoitx4java.AutoItX
Moves a control within a window.
controlSend(String, String, String, String, boolean) - Method in class autoitx4java.AutoItX
Sends a string of characters to a control.
controlSend(String, String, String, String) - Method in class autoitx4java.AutoItX
Sends a string of characters to a control.
ControlSetText(String, String, String, String) - Method in class autoitx4java.AutoItX
Sets text of a control.
controlShow(String, String, String) - Method in class autoitx4java.AutoItX
Shows a control that was hidden.
controlString(String, String, String, String) - Method in class autoitx4java.AutoItX
 
controlTreeViewBoolean(String, String, String, String, String, String) - Method in class autoitx4java.AutoItX
 
controlTreeViewCheck(String, String, String, String) - Method in class autoitx4java.AutoItX
Checks an item (if the item supports it).
controlTreeViewCollapse(String, String, String, String) - Method in class autoitx4java.AutoItX
Collapses an item to hide its children.
controlTreeViewExists(String, String, String, String) - Method in class autoitx4java.AutoItX
Checks if an item exists
controlTreeViewExpand(String, String, String, String) - Method in class autoitx4java.AutoItX
Expands an item to show its children.
controlTreeViewGetItemCount(String, String, String, String) - Method in class autoitx4java.AutoItX
Returns the number of children for a selected item.
controlTreeViewGetSelectedItemIndex(String, String, String) - Method in class autoitx4java.AutoItX
Returns the item reference of the current selection using the index reference of the item.
controlTreeViewGetSelectedItemText(String, String, String) - Method in class autoitx4java.AutoItX
Returns the item reference of the current selection using the text reference of the item.
controlTreeViewGetText(String, String, String, String) - Method in class autoitx4java.AutoItX
GetText
controlTreeViewIsChecked(String, String, String) - Method in class autoitx4java.AutoItX
Returns the state of an item.
controlTreeViewSelect(String, String, String, String) - Method in class autoitx4java.AutoItX
Selects an item.
controlTreeViewUncheck(String, String, String, String) - Method in class autoitx4java.AutoItX
Uncheck an item.
controlVariant(String, String, String, String) - Method in class autoitx4java.AutoItX
 

D

driveMapAdd(String, String) - Method in class autoitx4java.AutoItX
Maps a network drive.
driveMapAdd(String, String, int, String, String) - Method in class autoitx4java.AutoItX
Maps a network drive.
driveMapAdd(String, String, int) - Method in class autoitx4java.AutoItX
Maps a network drive.
driveMapDelete(String) - Method in class autoitx4java.AutoItX
Disconnects a network drive.
driveMapGet(String) - Method in class autoitx4java.AutoItX
The device (drive or printer) letter to query.

G

getError() - Method in class autoitx4java.AutoItX
Value of the error flag.
getVersion() - Method in class autoitx4java.AutoItX
The AutoItX version.

I

iniDelete(String, String, String) - Method in class autoitx4java.AutoItX
Deletes a value from a standard format .ini file.
iniDelete(String, String) - Method in class autoitx4java.AutoItX
Deletes a value from a standard format .ini file.
iniRead(String, String, String, String) - Method in class autoitx4java.AutoItX
Reads a value from a standard format .ini file.
iniWrite(String, String, String, String) - Method in class autoitx4java.AutoItX
Writes a value to a standard format .ini file.
isAdmin() - Method in class autoitx4java.AutoItX
Checks if the current user has administrator privileges.

M

mouseClick(String, int, int, int, int) - Method in class autoitx4java.AutoItX
Perform a mouse click operation.
mouseClick(String, int, int) - Method in class autoitx4java.AutoItX
Perform a mouse click operation.
mouseClickDrag(String, int, int, int, int, int) - Method in class autoitx4java.AutoItX
Perform a mouse click and drag operation.
mouseClickDrag(String, int, int, int, int) - Method in class autoitx4java.AutoItX
Perform a mouse click and drag operation.
mouseDown(String) - Method in class autoitx4java.AutoItX
Perform a mouse down event at the current mouse position.
mouseGetCursor() - Method in class autoitx4java.AutoItX
Returns a cursor ID Number of the current Mouse Cursor.
mouseGetPosX() - Method in class autoitx4java.AutoItX
Retrieves the current X position of the mouse cursor.
mouseGetPosY() - Method in class autoitx4java.AutoItX
Retrieves the current Y position of the mouse cursor.
mouseMove(int, int, int) - Method in class autoitx4java.AutoItX
Moves the mouse pointer.
mouseMove(int, int) - Method in class autoitx4java.AutoItX
Moves the mouse pointer.
mouseUp(String) - Method in class autoitx4java.AutoItX
Perform a mouse up event at the current mouse position.
mouseWheel(String, int) - Method in class autoitx4java.AutoItX
Moves the mouse wheel up or down.
mouseWheel(String) - Method in class autoitx4java.AutoItX
Moves the mouse wheel up or down.

O

OPT_CARET_COORD_MODE - Static variable in class autoitx4java.AutoItX
Sets the way coords are used in the caret functions, either absolute coords or coords relative to the current active window:
0 = relative coords to the active window,
1 = absolute screen coordinates (default),
2 = relative coords to the client area of the active window.
OPT_MOUSE_CLICK_DELAY - Static variable in class autoitx4java.AutoItX
Alters the length of the brief pause in between mouse clicks.
OPT_MOUSE_CLICK_DOWN_DELAY - Static variable in class autoitx4java.AutoItX
Alters the length of the brief pause in between mouse clicks.
OPT_MOUSE_CLICK_DRAG_DELAY - Static variable in class autoitx4java.AutoItX
Alters the length of the brief pause at the start and end of a mouse drag operation.
OPT_MOUSE_COORD_MODE - Static variable in class autoitx4java.AutoItX
Sets the way coords are used in the mouse functions, either absolute coords or coords relative to the current active window:
0 = relative coords to the active window
1 = absolute screen coordinates (default)
2 = relative coords to the client area of the active window
OPT_PIXEL_COORD_MODE - Static variable in class autoitx4java.AutoItX
Sets the way coords are used in the mouse functions, either absolute coords or coords relative to the current active window:
0 = relative coords to the active window
1 = absolute screen coordinates (default)
2 = relative coords to the client area of the active window
OPT_SEND_ATTACH_MODE - Static variable in class autoitx4java.AutoItX
Sets the way coords are used in the pixel functions, either absolute coords or coords relative to the current active window:
0 = relative coords to the active window
1 = absolute screen coordinates (default)
2 = relative coords to the client area of the active window
OPT_SEND_CAPSLOCK_MODE - Static variable in class autoitx4java.AutoItX
Specifies if AutoIt attaches input threads when using then Send() function.
OPT_SEND_KEY_DELAY - Static variable in class autoitx4java.AutoItX
Specifies if AutoIt should store the state of capslock before a Send function and restore it afterwards.
OPT_SEND_KEY_DOWN_DELAY - Static variable in class autoitx4java.AutoItX
Alters the length of time a key is held down before released during a keystroke.
OPT_WIN_DETECT_HIDDEN_TEXT - Static variable in class autoitx4java.AutoItX
Specifies if hidden window text can be "seen" by the window matching functions.
OPT_WIN_SEARCH_CHILDREN - Static variable in class autoitx4java.AutoItX
Allows the window search routines to search child windows as well as top-level windows.
OPT_WIN_TEXT_MATCH_MODE - Static variable in class autoitx4java.AutoItX
Alters the method that is used to match window text during search operations.
OPT_WIN_TITLE_MATCH_MODE - Static variable in class autoitx4java.AutoItX
Alters the method that is used to match window titles during search operations.
OPT_WIN_WAIT_DELAY - Static variable in class autoitx4java.AutoItX
Alters how long a script should briefly pause after a successful window-related operation.

P

pixelChecksum(int, int, int, int, int) - Method in class autoitx4java.AutoItX
Generates a checksum for a region of pixels.
pixelChecksum(int, int, int, int) - Method in class autoitx4java.AutoItX
Generates a checksum for a region of pixels.
pixelGetColor(int, int) - Method in class autoitx4java.AutoItX
Returns a pixel color according to x,y pixel coordinates.
pixelSearch(int, int, int, int, int, int, int) - Method in class autoitx4java.AutoItX
Searches a rectangle of pixels for the pixel color provided.
pixelSearch(int, int, int, int, int) - Method in class autoitx4java.AutoItX
Searches a rectangle of pixels for the pixel color provided.
processClose(String) - Method in class autoitx4java.AutoItX
Terminates a named process.
processExists(String) - Method in class autoitx4java.AutoItX
Checks to see if a specified process exists.
processSetPriority(String, int) - Method in class autoitx4java.AutoItX
Changes the priority of a process
processWait(String, int) - Method in class autoitx4java.AutoItX
Pauses script execution until a given process exists.
processWait(String) - Method in class autoitx4java.AutoItX
Pauses script execution until a given process exists.
processWaitClose(String, int) - Method in class autoitx4java.AutoItX
Pauses script execution until a given process exists.
processWaitClose(String) - Method in class autoitx4java.AutoItX
Pauses script execution until a given process exists.

R

regDeleteKey(String) - Method in class autoitx4java.AutoItX
Deletes a key from the registry.
regDeleteVal(String) - Method in class autoitx4java.AutoItX
Deletes a value from the registry.
regEnumKey(String, int) - Method in class autoitx4java.AutoItX
Reads the name of a subkey according to it's instance.
regEnumVal(String, int) - Method in class autoitx4java.AutoItX
Reads the name of a value according to it's instance.
regRead(String, String) - Method in class autoitx4java.AutoItX
Reads the name of a value according to it's instance.
regWrite(String, String, String, String) - Method in class autoitx4java.AutoItX
Creates a key or value in the registry.
run(String, String, int) - Method in class autoitx4java.AutoItX
Runs an external program.
run(String, String) - Method in class autoitx4java.AutoItX
Runs an external program.
run(String) - Method in class autoitx4java.AutoItX
Runs an external program.
runAsSet(String, String, String, int) - Method in class autoitx4java.AutoItX
Initialize a set of user credentials to use during Run and RunWait operations.
runAsSet(String, String, String) - Method in class autoitx4java.AutoItX
Initialize a set of user credentials to use during Run and RunWait operations.
runWait(String, String, int) - Method in class autoitx4java.AutoItX
Runs an external program and pauses script execution until the program finishes.
runWait(String, String) - Method in class autoitx4java.AutoItX
Runs an external program and pauses script execution until the program finishes.
runWait(String) - Method in class autoitx4java.AutoItX
Runs an external program and pauses script execution until the program finishes.

S

send(String, boolean) - Method in class autoitx4java.AutoItX
Sends simulated keystrokes to the active window.
send(String) - Method in class autoitx4java.AutoItX
Sends simulated keystrokes to the active window.
setOption(String, String) - Method in class autoitx4java.AutoItX
Changes the operation of various AutoIt functions/parameters.
shutdown(int) - Method in class autoitx4java.AutoItX
Shuts down the system.
sleep(int) - Method in class autoitx4java.AutoItX
Pause script execution.
statusbarGetText(String, String, int) - Method in class autoitx4java.AutoItX
Retrieves the text from a standard status bar control.
StatusbarGetText(String, String) - Method in class autoitx4java.AutoItX
Retrieves the text from a standard status bar control.
statusbarGetText(String) - Method in class autoitx4java.AutoItX
Retrieves the text from a standard status bar control.
SW_HIDE - Static variable in class autoitx4java.AutoItX
Minimizes the specified window and activates the next top-level window in the Z order.
SW_MAXIMIZE - Static variable in class autoitx4java.AutoItX
Maximizes the specified window.
SW_RESTORE - Static variable in class autoitx4java.AutoItX
Activates and displays the window.
SW_SHOW - Static variable in class autoitx4java.AutoItX
Activates the window and displays it in its current size and position.
SW_SHOWDEFAULT - Static variable in class autoitx4java.AutoItX
Sets the show state based on the SW_ value specified by the program that started the application.
SW_SHOWMAXIMIZED - Static variable in class autoitx4java.AutoItX
Activates the window and displays it as a maximized window.
SW_SHOWMINIMIZED - Static variable in class autoitx4java.AutoItX
Activates the window and displays it as a minimized window.
SW_SHOWMINNOACTIVE - Static variable in class autoitx4java.AutoItX
Displays the window as a minimized window.
SW_SHOWNA - Static variable in class autoitx4java.AutoItX
Displays the window in its current size and position.
SW_SHOWNOACTIVATE - Static variable in class autoitx4java.AutoItX
Displays a window in its most recent size and position.
SW_SHOWNORMAL - Static variable in class autoitx4java.AutoItX
Activates and displays a window.

T

toolTip(String, int, int) - Method in class autoitx4java.AutoItX
Creates a tooltip anywhere on the screen.
toolTip(String) - Method in class autoitx4java.AutoItX
Creates a tooltip anywhere on the screen.

W

winActivate(String, String) - Method in class autoitx4java.AutoItX
Activates (gives focus to) a window.
winActivate(String) - Method in class autoitx4java.AutoItX
Activates (gives focus to) a window.
winActive(String, String) - Method in class autoitx4java.AutoItX
Checks to see if a specified window exists and is currently active.
winActive(String) - Method in class autoitx4java.AutoItX
Checks to see if a specified window exists and is currently active.
winClose(String, String) - Method in class autoitx4java.AutoItX
Closes a window.
winClose(String) - Method in class autoitx4java.AutoItX
Closes a window.
winExists(String, String) - Method in class autoitx4java.AutoItX
Checks to see if a specified window exists.
winExists(String) - Method in class autoitx4java.AutoItX
Checks to see if a specified window exists.
winGetCaretPosX() - Method in class autoitx4java.AutoItX
Returns the coordinates of the caret in the foreground window
winGetCaretPosY() - Method in class autoitx4java.AutoItX
Returns the coordinates of the caret in the foreground window
winGetClassList(String, String) - Method in class autoitx4java.AutoItX
Retrieves the classes from a window.
winGetClientSizeHeight(String, String) - Method in class autoitx4java.AutoItX
Retrieves the size of a given window's client area.
winGetClientSizeHeight(String) - Method in class autoitx4java.AutoItX
Retrieves the size of a given window's client area.
winGetClientSizeWidth(String, String) - Method in class autoitx4java.AutoItX
Retrieves the size of a given window's client area.
winGetClientSizeWidth(String) - Method in class autoitx4java.AutoItX
Retrieves the size of a given window's client area.
winGetHandle(String, String) - Method in class autoitx4java.AutoItX
Retrieves the internal handle of a window.
winGetHandle(String) - Method in class autoitx4java.AutoItX
Retrieves the internal handle of a window.
winGetPosHeight(String, String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a given window.
winGetPosHeight(String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a given window.
winGetPosWidth(String, String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a given window.
winGetPosWidth(String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a given window.
winGetPosX(String, String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a given window.
winGetPosX(String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a given window.
winGetPosY(String, String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a given window.
winGetPosY(String) - Method in class autoitx4java.AutoItX
Retrieves the position and size of a given window.
winGetProcess(String, String) - Method in class autoitx4java.AutoItX
Retrieves the Process ID (PID) associated with a window.
winGetProcess(String) - Method in class autoitx4java.AutoItX
Retrieves the Process ID (PID) associated with a window.
winGetState(String, String) - Method in class autoitx4java.AutoItX
Retrieves the state of a given window.
winGetState(String) - Method in class autoitx4java.AutoItX
Retrieves the state of a given window.
winGetText(String, String) - Method in class autoitx4java.AutoItX
Retrieves up to 64KB of text from a window.
winGetText(String) - Method in class autoitx4java.AutoItX
Retrieves up to 64KB of text from a window.
winGetTitle(String, String) - Method in class autoitx4java.AutoItX
Retrieves the full title from a window.
winGetTitle(String) - Method in class autoitx4java.AutoItX
Retrieves the full title from a window.
winKill(String, String) - Method in class autoitx4java.AutoItX
Forces a window to close.
winKill(String) - Method in class autoitx4java.AutoItX
Forces a window to close.
winList(String, String) - Method in class autoitx4java.AutoItX
Retrieves a list of windows.
winList(String) - Method in class autoitx4java.AutoItX
Retrieves a list of windows.
winMenuSelectItem(String, String, String) - Method in class autoitx4java.AutoItX
Invokes a menu item of a window.
winMenuSelectItem(String, String, String, String) - Method in class autoitx4java.AutoItX
Invokes a menu item of a window.
winMenuSelectItem(String, String, String, String, String) - Method in class autoitx4java.AutoItX
Invokes a menu item of a window.
winMenuSelectItem(String, String, String, String, String, String, String, String, String) - Method in class autoitx4java.AutoItX
Invokes a menu item of a window.
winMinimizeAll() - Method in class autoitx4java.AutoItX
Minimizes all windows.
winMinimizeAllUndo() - Method in class autoitx4java.AutoItX
Undoes a previous WinMinimizeAll function.
winMove(String, String, int, int, int, int) - Method in class autoitx4java.AutoItX
Moves and/or resizes a window.
winMove(String, String, int, int) - Method in class autoitx4java.AutoItX
Moves and/or resizes a window.
winSetOnTop(String, String, boolean) - Method in class autoitx4java.AutoItX
Change a window's "Always On Top" attribute.
winSetState(String, String, int) - Method in class autoitx4java.AutoItX
Shows, hides, minimizes, maximizes, or restores a window.
winSetTitle(String, String, String) - Method in class autoitx4java.AutoItX
Changes the title of a window.
winSetTrans(String, String, int) - Method in class autoitx4java.AutoItX
Sets the transparency of a window.
winWait(String, String, int) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window exists.
winWait(String) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window exists.
winWait(String, String) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window exists.
winWaitActive(String, String, int) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window is active.
winWaitActive(String, String) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window is active.
winWaitActive(String) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window is active.
winWaitClose(String, String, int) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window does not exist.
winWaitClose(String) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window does not exist.
winWaitClose(String, String) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window does not exist.
winWaitNoActive(String, String, int) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window is not active.
winWaitNoActive(String) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window is not active.
winWaitNoActive(String, String) - Method in class autoitx4java.AutoItX
Pauses execution of the script until the requested window is not active.
A B C D G I M O P R S T W 
Skip navigation links

Copyright © 2021 OpenKeyWord. All rights reserved.