├── dist ├── javadoc │ ├── package-list │ ├── resources │ │ └── inherit.gif │ ├── allclasses-noframe.html │ ├── allclasses-frame.html │ ├── autoitx4java │ │ ├── package-frame.html │ │ ├── package-use.html │ │ ├── package-tree.html │ │ ├── class-use │ │ │ └── AutoItX.html │ │ └── package-summary.html │ ├── stylesheet.css │ ├── index.html │ ├── deprecated-list.html │ ├── overview-tree.html │ ├── index-files │ │ ├── index-2.html │ │ ├── index-5.html │ │ ├── index-12.html │ │ ├── index-1.html │ │ ├── index-4.html │ │ ├── index-6.html │ │ ├── index-9.html │ │ ├── index-7.html │ │ ├── index-10.html │ │ ├── index-11.html │ │ ├── index-8.html │ │ └── index-13.html │ ├── help-doc.html │ └── constant-values.html ├── AutoItX4Java.jar └── LICENSE.txt └── README.md /dist/javadoc/package-list: -------------------------------------------------------------------------------- 1 | autoitx4java 2 | -------------------------------------------------------------------------------- /dist/AutoItX4Java.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/accessrichard/autoitx4java/HEAD/dist/AutoItX4Java.jar -------------------------------------------------------------------------------- /dist/javadoc/resources/inherit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/accessrichard/autoitx4java/HEAD/dist/javadoc/resources/inherit.gif -------------------------------------------------------------------------------- /dist/javadoc/allclasses-noframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | All Classes 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | All Classes 21 |
22 | 23 | 24 | 25 | 28 | 29 |
AutoItX 26 |
27 |
30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /dist/javadoc/allclasses-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | All Classes 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | All Classes 21 |
22 | 23 | 24 | 25 | 28 | 29 |
AutoItX 26 |
27 |
30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /dist/javadoc/autoitx4java/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | autoitx4java 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | autoitx4java 21 | 22 | 23 | 28 | 29 |
24 | Classes  25 | 26 |
27 | AutoItX
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /dist/LICENSE.txt: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2011 Richard Kanavati 3 | * 4 | * Permission is hereby granted, free of charge, to any person obtaining a copy 5 | * of this software and associated documentation files (the "Software"), to deal 6 | * in the Software without restriction, including without limitation the rights 7 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8 | * copies of the Software, and to permit persons to whom the Software is 9 | * furnished to do so, subject to the following conditions: 10 | * 11 | * The above copyright notice and this permission notice shall be included in 12 | * all copies or substantial portions of the Software. 13 | * 14 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17 | * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 18 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 19 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 20 | * THE SOFTWARE. 21 | */ -------------------------------------------------------------------------------- /dist/javadoc/stylesheet.css: -------------------------------------------------------------------------------- 1 | /* Javadoc style sheet */ 2 | 3 | /* Define colors, fonts and other style attributes here to override the defaults */ 4 | 5 | /* Page background color */ 6 | body { background-color: #FFFFFF; color:#000000 } 7 | 8 | /* Headings */ 9 | h1 { font-size: 145% } 10 | 11 | /* Table colors */ 12 | .TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ 13 | .TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ 14 | .TableRowColor { background: #FFFFFF; color:#000000 } /* White */ 15 | 16 | /* Font used in left-hand frame lists */ 17 | .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } 18 | .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } 19 | .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } 20 | 21 | /* Navigation bar fonts and colors */ 22 | .NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ 23 | .NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ 24 | .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} 25 | .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} 26 | 27 | .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} 28 | .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} 29 | 30 | -------------------------------------------------------------------------------- /dist/javadoc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Generated Documentation (Untitled) 9 | 10 | 21 | 23 | 24 | 25 | 26 | 27 | 28 | <H2> 29 | Frame Alert</H2> 30 | 31 | <P> 32 | This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. 33 | <BR> 34 | Link to<A HREF="autoitx4java/package-summary.html">Non-frame version.</A> 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | #AutoItX4Java 2 | 3 | [AutoIt](http://www.autoitscript.com/autoit3/index.shtml) is a very useful automation scripting language for Microsoft Windows. It allows for GUI automation using a very simple syntax and can be useful for testing Windows applications. It is packaged with AutoItX which supports accessing AutoIt functions through COM objects. 4 | 5 | AutoItX4Java uses [JACOB](http://sourceforge.net/projects/jacob-project/) to access AutoItX through COM and strives to provide a native Java interface while maintaining the simplicity of AutoIt. Getting started is simple. 6 | 7 | 1. Download [JACOB](http://sourceforge.net/projects/jacob-project/). 8 | 2. Download and install [AutoIt](http://www.autoitscript.com/autoit3/index.shtml). 9 | 3. Add jacob.jar and autoitx4java.jar to your library path. Note that this project (autoitx4java.jar) is comprised of one code file so you can alternatively just include AutoItX.java in lieu of autoitx4java.jar. 10 | 4. Place the jacob-1.15-M4-x64.dll file in your library path. 11 | 5. Start using AutoItX. 12 | 13 | ###Example 14 | ``` 15 | File file = new File("lib", "jacob-1.15-M4-x64.dll"); //path to the jacob dll 16 | System.setProperty(LibraryLoader.JACOB_DLL_PATH, file.getAbsolutePath()); 17 | 18 | AutoItX x = new AutoItX(); 19 | String notepad = "Untitled - Notepad"; 20 | String testString = "this is a test."; 21 | x.run("notepad.exe"); 22 | x.winActivate(notepad); 23 | x.winWaitActive(notepad); 24 | x.send(testString); 25 | Assert.assertTrue(x.winExists(notepad, testString)); 26 | x.winClose(notepad, testString); 27 | x.winWaitActive("Notepad"); 28 | x.send("{ALT}n"); 29 | Assert.assertFalse(x.winExists(notepad, testString)); 30 | ``` 31 | 32 | ####Troubleshooting 33 | 34 | Both AutoItX3 and Jacob dll's come in x86 and x64 versions. Ensure you use the correct dlls. 35 | 36 | If AutoItX isn't disposing itself properly make a call to ComThread.Release() when you are done using AutoItX. 37 | Refer to JACOB documentation: [JacobThreading](http://danadler.com/jacob/JacobThreading.html) and [Object Lifetime](http://danadler.com/jacob/JacobComLifetime.html) 38 | 39 | ####Note 40 | 41 | If you do not want to install AutoIt, you can just grab AutoItX3.dll and register it with: regsvr32.exe AutoItX3.dll 42 | 43 | AutoItX4Java is comprised of one file so you can either use the jar or copy the .java file into your source. 44 | 45 | If you get errors like: "Can’t co-create object" then ensure you have the AuotItX dll registered. If you need to manually register the 64 bit version, use: "\Windows\SysWOW64\regsvr32.exe AutoItX3_x64.dll" otherwise use "regsrv32.exe AutoItX3.dll". 46 | 47 | ####Warning 48 | 49 | AutoItX4Java is not completely tested. Use at your own risk. 50 | -------------------------------------------------------------------------------- /dist/javadoc/deprecated-list.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Deprecated List 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 |
82 |
83 |

84 | Deprecated API

85 |
86 |
87 | Contents 89 | 90 |
91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 112 | 115 | 116 | 117 | 118 | 121 | 137 | 138 |
113 | 114 |
139 | 140 | 141 | 142 |
143 | 144 | 145 | 146 | -------------------------------------------------------------------------------- /dist/javadoc/autoitx4java/package-use.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Uses of Package autoitx4java 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 |
82 |
83 |

84 | Uses of Package
autoitx4java

85 |
86 | No usage of autoitx4java 87 |

88 |


89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 110 | 113 | 114 | 115 | 116 | 119 | 135 | 136 |
111 | 112 |
137 | 138 | 139 | 140 |
141 | 142 | 143 | 144 | -------------------------------------------------------------------------------- /dist/javadoc/autoitx4java/package-tree.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | autoitx4java Class Hierarchy 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 |
82 |
83 |

84 | Hierarchy For Package autoitx4java 85 |

86 |
87 |

88 | Class Hierarchy 89 |

90 | 94 |
95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 116 | 119 | 120 | 121 | 122 | 125 | 141 | 142 |
117 | 118 |
143 | 144 | 145 | 146 |
147 | 148 | 149 | 150 | -------------------------------------------------------------------------------- /dist/javadoc/overview-tree.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Class Hierarchy 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 |
82 |
83 |

84 | Hierarchy For All Packages

85 |
86 |
87 |
Package Hierarchies:
autoitx4java
88 |
89 |

90 | Class Hierarchy 91 |

92 | 96 |
97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 118 | 121 | 122 | 123 | 124 | 127 | 143 | 144 |
119 | 120 |
145 | 146 | 147 | 148 |
149 | 150 | 151 | 152 | -------------------------------------------------------------------------------- /dist/javadoc/autoitx4java/class-use/AutoItX.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Uses of Class autoitx4java.AutoItX 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 |
82 |
83 |

84 | Uses of Class
autoitx4java.AutoItX

85 |
86 | No usage of autoitx4java.AutoItX 87 |

88 |


89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 110 | 113 | 114 | 115 | 116 | 119 | 135 | 136 |
111 | 112 |
137 | 138 | 139 | 140 |
141 | 142 | 143 | 144 | -------------------------------------------------------------------------------- /dist/javadoc/autoitx4java/package-summary.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | autoitx4java 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 |
82 |

83 | Package autoitx4java 84 |

85 | 86 | 87 | 88 | 90 | 91 | 92 | 93 | 94 | 95 |
89 | Class Summary
AutoItXA Java AutoItX3 Bridge.
96 |   97 | 98 |

99 |

100 |
101 |
102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 123 | 126 | 127 | 128 | 129 | 132 | 148 | 149 |
124 | 125 |
150 | 151 | 152 | 153 |
154 | 155 | 156 | 157 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | B-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | B

84 |
85 |
blockInput(boolean) - 86 | Method in class autoitx4java.AutoItX 87 |
Disable/enable the mouse and keyboard. 88 |
89 |
90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 111 | 114 | 115 | 116 | 117 | 120 | 136 | 137 |
112 | 113 |
138 | 139 | 140 | 141 | A B C D G I M O P R S T W
142 | 143 | 144 | 145 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | G-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | G

84 |
85 |
getError() - 86 | Method in class autoitx4java.AutoItX 87 |
Value of the error flag. 88 |
getVersion() - 89 | Method in class autoitx4java.AutoItX 90 |
The AutoItX version. 91 |
92 |
93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 114 | 117 | 118 | 119 | 120 | 123 | 139 | 140 |
115 | 116 |
141 | 142 | 143 | 144 | A B C D G I M O P R S T W
145 | 146 | 147 | 148 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | T-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | T

84 |
85 |
toolTip(String, int, int) - 86 | Method in class autoitx4java.AutoItX 87 |
Creates a tooltip anywhere on the screen. 88 |
toolTip(String) - 89 | Method in class autoitx4java.AutoItX 90 |
Creates a tooltip anywhere on the screen. 91 |
92 |
93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 114 | 117 | 118 | 119 | 120 | 123 | 139 | 140 |
115 | 116 |
141 | 142 | 143 | 144 | A B C D G I M O P R S T W
145 | 146 | 147 | 148 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | A-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | A

84 |
85 |
autoItSetOption(String, String) - 86 | Method in class autoitx4java.AutoItX 87 |
Changes the operation of various AutoIt functions/parameters. 88 |
AutoItX - Class in autoitx4java
A Java AutoItX3 Bridge.
AutoItX() - 89 | Constructor for class autoitx4java.AutoItX 90 |
Initializes the AutoItX Jacob COM object. 91 |
autoItX - 92 | Variable in class autoitx4java.AutoItX 93 |
The AutoItX Component. 94 |
autoitx4java - package autoitx4java
 
95 |
96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 117 | 120 | 121 | 122 | 123 | 126 | 142 | 143 |
118 | 119 |
144 | 145 | 146 | 147 | A B C D G I M O P R S T W
148 | 149 | 150 | 151 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | D-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | D

84 |
85 |
driveMapAdd(String, String) - 86 | Method in class autoitx4java.AutoItX 87 |
Maps a network drive. 88 |
driveMapAdd(String, String, int, String, String) - 89 | Method in class autoitx4java.AutoItX 90 |
Maps a network drive. 91 |
driveMapAdd(String, String, int) - 92 | Method in class autoitx4java.AutoItX 93 |
Maps a network drive. 94 |
driveMapDelete(String) - 95 | Method in class autoitx4java.AutoItX 96 |
Disconnects a network drive. 97 |
driveMapGet(String) - 98 | Method in class autoitx4java.AutoItX 99 |
The device (drive or printer) letter to query. 100 |
101 |
102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 123 | 126 | 127 | 128 | 129 | 132 | 148 | 149 |
124 | 125 |
150 | 151 | 152 | 153 | A B C D G I M O P R S T W
154 | 155 | 156 | 157 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | I-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | I

84 |
85 |
iniDelete(String, String, String) - 86 | Method in class autoitx4java.AutoItX 87 |
Deletes a value from a standard format .ini file. 88 |
iniDelete(String, String) - 89 | Method in class autoitx4java.AutoItX 90 |
Deletes a value from a standard format .ini file. 91 |
iniRead(String, String, String, String) - 92 | Method in class autoitx4java.AutoItX 93 |
Reads a value from a standard format .ini file. 94 |
iniWrite(String, String, String, String) - 95 | Method in class autoitx4java.AutoItX 96 |
Writes a value to a standard format .ini file. 97 |
isAdmin() - 98 | Method in class autoitx4java.AutoItX 99 |
Checks if the current user has administrator privileges. 100 |
101 |
102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 123 | 126 | 127 | 128 | 129 | 132 | 148 | 149 |
124 | 125 |
150 | 151 | 152 | 153 | A B C D G I M O P R S T W
154 | 155 | 156 | 157 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-9.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | P-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | P

84 |
85 |
pixelChecksum(int, int, int, int, int) - 86 | Method in class autoitx4java.AutoItX 87 |
Generates a checksum for a region of pixels. 88 |
pixelChecksum(int, int, int, int) - 89 | Method in class autoitx4java.AutoItX 90 |
Generates a checksum for a region of pixels. 91 |
pixelGetColor(int, int) - 92 | Method in class autoitx4java.AutoItX 93 |
Returns a pixel color according to x,y pixel coordinates. 94 |
pixelSearch(int, int, int, int, int, int, int) - 95 | Method in class autoitx4java.AutoItX 96 |
Searches a rectangle of pixels for the pixel color provided. 97 |
pixelSearch(int, int, int, int, int) - 98 | Method in class autoitx4java.AutoItX 99 |
Searches a rectangle of pixels for the pixel color provided. 100 |
processClose(String) - 101 | Method in class autoitx4java.AutoItX 102 |
Terminates a named process. 103 |
processExists(String) - 104 | Method in class autoitx4java.AutoItX 105 |
Checks to see if a specified process exists. 106 |
processSetPriority(String, int) - 107 | Method in class autoitx4java.AutoItX 108 |
Changes the priority of a process 109 |
processWait(String, int) - 110 | Method in class autoitx4java.AutoItX 111 |
Pauses script execution until a given process exists. 112 |
processWait(String) - 113 | Method in class autoitx4java.AutoItX 114 |
Pauses script execution until a given process exists. 115 |
processWaitClose(String, int) - 116 | Method in class autoitx4java.AutoItX 117 |
Pauses script execution until a given process exists. 118 |
processWaitClose(String) - 119 | Method in class autoitx4java.AutoItX 120 |
Pauses script execution until a given process exists. 121 |
122 |
123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 144 | 147 | 148 | 149 | 150 | 153 | 169 | 170 |
145 | 146 |
171 | 172 | 173 | 174 | A B C D G I M O P R S T W
175 | 176 | 177 | 178 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | M-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | M

84 |
85 |
mouseClick(String, int, int, int, int) - 86 | Method in class autoitx4java.AutoItX 87 |
Perform a mouse click operation. 88 |
mouseClick(String, int, int) - 89 | Method in class autoitx4java.AutoItX 90 |
Perform a mouse click operation. 91 |
mouseClickDrag(String, int, int, int, int, int) - 92 | Method in class autoitx4java.AutoItX 93 |
Perform a mouse click and drag operation. 94 |
mouseClickDrag(String, int, int, int, int) - 95 | Method in class autoitx4java.AutoItX 96 |
Perform a mouse click and drag operation. 97 |
mouseDown(String) - 98 | Method in class autoitx4java.AutoItX 99 |
Perform a mouse down event at the current mouse position. 100 |
mouseGetCursor() - 101 | Method in class autoitx4java.AutoItX 102 |
Returns a cursor ID Number of the current Mouse Cursor. 103 |
mouseGetPosX() - 104 | Method in class autoitx4java.AutoItX 105 |
Retrieves the current X position of the mouse cursor. 106 |
mouseGetPosY() - 107 | Method in class autoitx4java.AutoItX 108 |
Retrieves the current Y position of the mouse cursor. 109 |
mouseMove(int, int, int) - 110 | Method in class autoitx4java.AutoItX 111 |
Moves the mouse pointer. 112 |
mouseMove(int, int) - 113 | Method in class autoitx4java.AutoItX 114 |
Moves the mouse pointer. 115 |
mouseUp(String) - 116 | Method in class autoitx4java.AutoItX 117 |
Perform a mouse up event at the current mouse position. 118 |
mouseWheel(String, int) - 119 | Method in class autoitx4java.AutoItX 120 |
Moves the mouse wheel up or down. 121 |
mouseWheel(String) - 122 | Method in class autoitx4java.AutoItX 123 |
Moves the mouse wheel up or down. 124 |
125 |
126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 147 | 150 | 151 | 152 | 153 | 156 | 172 | 173 |
148 | 149 |
174 | 175 | 176 | 177 | A B C D G I M O P R S T W
178 | 179 | 180 | 181 | -------------------------------------------------------------------------------- /dist/javadoc/help-doc.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | API Help 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 |
82 |
83 |

84 | How This API Document Is Organized

85 |
86 | This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

87 | Package

88 |
89 | 90 |

91 | Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

93 |
94 |

95 | Class/Interface

96 |
97 | 98 |

99 | Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

105 | Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
106 | 107 |

108 | Annotation Type

109 |
110 | 111 |

112 | Each annotation type has its own separate page with the following sections:

114 |
115 | 116 |

117 | Enum

118 |
119 | 120 |

121 | Each enum has its own separate page with the following sections:

123 |
124 |

125 | Use

126 |
127 | Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
128 |

129 | Tree (Class Hierarchy)

130 |
131 | There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. 133 |
134 |

135 | Deprecated API

136 |
137 | The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
138 |

139 | Index

140 |
141 | The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
142 |

143 | Prev/Next

144 | These links take you to the next or previous class, interface, package, or related page.

145 | Frames/No Frames

146 | These links show and hide the HTML frames. All pages are available with or without frames. 147 |

148 |

149 | Serialized Form

150 | Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. 151 |

152 |

153 | Constant Field Values

154 | The Constant Field Values page lists the static final fields and their values. 155 |

156 | 157 | 158 | This help file applies to API documentation generated using the standard doclet. 159 | 160 |
161 |


162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 183 | 186 | 187 | 188 | 189 | 192 | 208 | 209 |
184 | 185 |
210 | 211 | 212 | 213 |
214 | 215 | 216 | 217 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | R-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | R

84 |
85 |
regDeleteKey(String) - 86 | Method in class autoitx4java.AutoItX 87 |
Deletes a key from the registry. 88 |
regDeleteVal(String) - 89 | Method in class autoitx4java.AutoItX 90 |
Deletes a value from the registry. 91 |
regEnumKey(String, int) - 92 | Method in class autoitx4java.AutoItX 93 |
Reads the name of a subkey according to it's instance. 94 |
regEnumVal(String, int) - 95 | Method in class autoitx4java.AutoItX 96 |
Reads the name of a value according to it's instance. 97 |
regRead(String, String) - 98 | Method in class autoitx4java.AutoItX 99 |
Reads the name of a value according to it's instance. 100 |
regWrite(String, String, String, String) - 101 | Method in class autoitx4java.AutoItX 102 |
Creates a key or value in the registry. 103 |
run(String, String, int) - 104 | Method in class autoitx4java.AutoItX 105 |
Runs an external program. 106 |
run(String, String) - 107 | Method in class autoitx4java.AutoItX 108 |
Runs an external program. 109 |
run(String) - 110 | Method in class autoitx4java.AutoItX 111 |
Runs an external program. 112 |
runAsSet(String, String, String, int) - 113 | Method in class autoitx4java.AutoItX 114 |
Initialize a set of user credentials to use during Run and RunWait operations. 115 |
runAsSet(String, String, String) - 116 | Method in class autoitx4java.AutoItX 117 |
Initialize a set of user credentials to use during Run and RunWait operations. 118 |
runWait(String, String, int) - 119 | Method in class autoitx4java.AutoItX 120 |
Runs an external program and pauses script execution until the program finishes. 121 |
runWait(String, String) - 122 | Method in class autoitx4java.AutoItX 123 |
Runs an external program and pauses script execution until the program finishes. 124 |
runWait(String) - 125 | Method in class autoitx4java.AutoItX 126 |
Runs an external program and pauses script execution until the program finishes. 127 |
128 |
129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 150 | 153 | 154 | 155 | 156 | 159 | 175 | 176 |
151 | 152 |
177 | 178 | 179 | 180 | A B C D G I M O P R S T W
181 | 182 | 183 | 184 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | S-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | S

84 |
85 |
safeString(Variant) - 86 | Method in class autoitx4java.AutoItX 87 |
  88 |
send(String, boolean) - 89 | Method in class autoitx4java.AutoItX 90 |
Sends simulated keystrokes to the active window. 91 |
send(String) - 92 | Method in class autoitx4java.AutoItX 93 |
Sends simulated keystrokes to the active window. 94 |
setOption(String, String) - 95 | Method in class autoitx4java.AutoItX 96 |
Changes the operation of various AutoIt functions/parameters. 97 |
shutdown(int) - 98 | Method in class autoitx4java.AutoItX 99 |
Shuts down the system. 100 |
sleep(int) - 101 | Method in class autoitx4java.AutoItX 102 |
Pause script execution. 103 |
statusbarGetText(String, String, int) - 104 | Method in class autoitx4java.AutoItX 105 |
Retrieves the text from a standard status bar control. 106 |
StatusbarGetText(String, String) - 107 | Method in class autoitx4java.AutoItX 108 |
Retrieves the text from a standard status bar control. 109 |
statusbarGetText(String) - 110 | Method in class autoitx4java.AutoItX 111 |
Retrieves the text from a standard status bar control. 112 |
SW_HIDE - 113 | Static variable in class autoitx4java.AutoItX 114 |
Minimizes the specified window and activates the next top-level window in the Z order. 115 |
SW_MAXIMIZE - 116 | Static variable in class autoitx4java.AutoItX 117 |
Maximizes the specified window. 118 |
SW_RESTORE - 119 | Static variable in class autoitx4java.AutoItX 120 |
Activates and displays the window. 121 |
SW_SHOW - 122 | Static variable in class autoitx4java.AutoItX 123 |
Activates the window and displays it in its current size and position. 124 |
SW_SHOWDEFAULT - 125 | Static variable in class autoitx4java.AutoItX 126 |
Sets the show state based on the SW_ value specified by the program that started the application. 127 |
SW_SHOWMAXIMIZED - 128 | Static variable in class autoitx4java.AutoItX 129 |
Activates the window and displays it as a maximized window. 130 |
SW_SHOWMINIMIZED - 131 | Static variable in class autoitx4java.AutoItX 132 |
Activates the window and displays it as a minimized window. 133 |
SW_SHOWMINNOACTIVE - 134 | Static variable in class autoitx4java.AutoItX 135 |
Displays the window as a minimized window. 136 |
SW_SHOWNA - 137 | Static variable in class autoitx4java.AutoItX 138 |
Displays the window in its current size and position. 139 |
SW_SHOWNOACTIVATE - 140 | Static variable in class autoitx4java.AutoItX 141 |
Displays a window in its most recent size and position. 142 |
SW_SHOWNORMAL - 143 | Static variable in class autoitx4java.AutoItX 144 |
Activates and displays a window. 145 |
146 |
147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 168 | 171 | 172 | 173 | 174 | 177 | 193 | 194 |
169 | 170 |
195 | 196 | 197 | 198 | A B C D G I M O P R S T W
199 | 200 | 201 | 202 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | O-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | O

84 |
85 |
oneToTrue(int) - 86 | Method in class autoitx4java.AutoItX 87 |
Converts the value 1 to true, anything else to false. 88 |
oneToTrue(Variant) - 89 | Method in class autoitx4java.AutoItX 90 |
Converts the value 1 to true, anything else to false. 91 |
OPT_CARET_COORD_MODE - 92 | Static variable in class autoitx4java.AutoItX 93 |
Sets the way coords are used in the caret functions, either absolute coords or coords relative to the current active window: 94 |
0 = relative coords to the active window, 95 |
1 = absolute screen coordinates (default), 96 |
2 = relative coords to the client area of the active window. 97 |
OPT_MOUSE_CLICK_DELAY - 98 | Static variable in class autoitx4java.AutoItX 99 |
Alters the length of the brief pause in between mouse clicks. 100 |
OPT_MOUSE_CLICK_DOWN_DELAY - 101 | Static variable in class autoitx4java.AutoItX 102 |
Alters the length of the brief pause in between mouse clicks. 103 |
OPT_MOUSE_CLICK_DRAG_DELAY - 104 | Static variable in class autoitx4java.AutoItX 105 |
Alters the length of the brief pause at the start and end of a mouse drag operation. 106 |
OPT_MOUSE_COORD_MODE - 107 | Static variable in class autoitx4java.AutoItX 108 |
Sets the way coords are used in the mouse functions, either absolute coords or coords relative to the current active window: 109 |
0 = relative coords to the active window 110 |
1 = absolute screen coordinates (default) 111 |
2 = relative coords to the client area of the active window 112 |
OPT_PIXEL_COORD_MODE - 113 | Static variable in class autoitx4java.AutoItX 114 |
Sets the way coords are used in the mouse functions, either absolute coords or coords relative to the current active window: 115 |
0 = relative coords to the active window 116 |
1 = absolute screen coordinates (default) 117 |
2 = relative coords to the client area of the active window 118 |
OPT_SEND_ATTACH_MODE - 119 | Static variable in class autoitx4java.AutoItX 120 |
Sets the way coords are used in the pixel functions, either absolute coords or coords relative to the current active window: 121 |
0 = relative coords to the active window 122 |
1 = absolute screen coordinates (default) 123 |
2 = relative coords to the client area of the active window 124 |
OPT_SEND_CAPSLOCK_MODE - 125 | Static variable in class autoitx4java.AutoItX 126 |
Specifies if AutoIt attaches input threads when using then Send() function. 127 |
OPT_SEND_KEY_DELAY - 128 | Static variable in class autoitx4java.AutoItX 129 |
Specifies if AutoIt should store the state of capslock before a Send function and restore it afterwards. 130 |
OPT_SEND_KEY_DOWN_DELAY - 131 | Static variable in class autoitx4java.AutoItX 132 |
Alters the length of time a key is held down before released during a keystroke. 133 |
OPT_WIN_DETECT_HIDDEN_TEXT - 134 | Static variable in class autoitx4java.AutoItX 135 |
Specifies if hidden window text can be "seen" by the window matching functions. 136 |
OPT_WIN_SEARCH_CHILDREN - 137 | Static variable in class autoitx4java.AutoItX 138 |
Allows the window search routines to search child windows as well as top-level windows. 139 |
OPT_WIN_TEXT_MATCH_MODE - 140 | Static variable in class autoitx4java.AutoItX 141 |
Alters the method that is used to match window text during search operations. 142 |
OPT_WIN_TITLE_MATCH_MODE - 143 | Static variable in class autoitx4java.AutoItX 144 |
Alters the method that is used to match window titles during search operations. 145 |
OPT_WIN_WAIT_DELAY - 146 | Static variable in class autoitx4java.AutoItX 147 |
Alters how long a script should briefly pause after a successful window-related operation. 148 |
149 |
150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 171 | 174 | 175 | 176 | 177 | 180 | 196 | 197 |
172 | 173 |
198 | 199 | 200 | 201 | A B C D G I M O P R S T W
202 | 203 | 204 | 205 | -------------------------------------------------------------------------------- /dist/javadoc/constant-values.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Constant Field Values 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 |
82 |
83 |

84 | Constant Field Values

85 |
86 |
87 | Contents 90 | 91 | 92 | 93 | 94 | 96 | 97 |
95 | autoitx4java.*
98 | 99 |

100 | 101 | 102 | 103 | 104 | 105 | 106 | 108 | 109 | 110 | 111 | 112 | 114 | 115 | 116 | 117 | 118 | 120 | 121 | 122 | 123 | 124 | 126 | 127 | 128 | 129 | 130 | 132 | 133 | 134 | 135 | 136 | 138 | 139 | 140 | 141 | 142 | 144 | 145 | 146 | 147 | 148 | 150 | 151 | 152 | 153 | 154 | 156 | 157 | 158 | 159 | 160 | 162 | 163 | 164 | 165 | 166 | 168 | 169 | 170 | 171 | 172 | 174 | 175 | 176 | 177 | 178 | 180 | 181 | 182 | 183 | 184 | 186 | 187 | 188 | 189 | 190 | 192 | 193 | 194 | 195 | 196 | 198 | 199 | 200 | 201 | 202 | 204 | 205 | 206 | 207 | 208 | 210 | 211 | 212 | 213 | 214 | 216 | 217 | 218 | 219 | 220 | 222 | 223 | 224 | 225 | 226 | 228 | 229 | 230 | 231 | 232 | 234 | 235 | 236 | 237 | 238 | 240 | 241 | 242 | 243 | 244 | 246 | 247 | 248 | 249 | 250 | 252 | 253 | 254 | 255 | 256 | 258 | 259 | 260 | 261 | 262 | 263 |
autoitx4java.AutoItX
107 | public static final java.lang.StringOPT_CARET_COORD_MODE"CaretCoordMode"
113 | public static final java.lang.StringOPT_MOUSE_CLICK_DELAY"MouseClickDelay"
119 | public static final java.lang.StringOPT_MOUSE_CLICK_DOWN_DELAY"MouseClickDownDelay"
125 | public static final java.lang.StringOPT_MOUSE_CLICK_DRAG_DELAY"MouseClickDragDelay"
131 | public static final java.lang.StringOPT_MOUSE_COORD_MODE"MouseCoordMode"
137 | public static final java.lang.StringOPT_PIXEL_COORD_MODE"PixelCoordMode"
143 | public static final java.lang.StringOPT_SEND_ATTACH_MODE"SendAttachMode"
149 | public static final java.lang.StringOPT_SEND_CAPSLOCK_MODE"SendCapslockMode"
155 | public static final java.lang.StringOPT_SEND_KEY_DELAY"SendKeyDelay"
161 | public static final java.lang.StringOPT_SEND_KEY_DOWN_DELAY"SendKeyDownDelay"
167 | public static final java.lang.StringOPT_WIN_DETECT_HIDDEN_TEXT"WinDetectHiddenText"
173 | public static final java.lang.StringOPT_WIN_SEARCH_CHILDREN"WinSearchChildren"
179 | public static final java.lang.StringOPT_WIN_TEXT_MATCH_MODE"WinTextMatchMode"
185 | public static final java.lang.StringOPT_WIN_TITLE_MATCH_MODE"WinTitleMatchMode"
191 | public static final java.lang.StringOPT_WIN_WAIT_DELAY"WinWaitDelay"
197 | public static final intSW_HIDE0
203 | public static final intSW_MAXIMIZE3
209 | public static final intSW_RESTORE9
215 | public static final intSW_SHOW5
221 | public static final intSW_SHOWDEFAULT10
227 | public static final intSW_SHOWMAXIMIZED3
233 | public static final intSW_SHOWMINIMIZED2
239 | public static final intSW_SHOWMINNOACTIVE7
245 | public static final intSW_SHOWNA8
251 | public static final intSW_SHOWNOACTIVATE4
257 | public static final intSW_SHOWNORMAL1
264 | 265 |

266 | 267 |

268 |


269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 290 | 293 | 294 | 295 | 296 | 299 | 315 | 316 |
291 | 292 |
317 | 318 | 319 | 320 |
321 | 322 | 323 | 324 | -------------------------------------------------------------------------------- /dist/javadoc/index-files/index-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | W-Index 9 | 10 | 11 | 12 | 13 | 14 | 15 | 23 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 51 | 54 | 55 | 56 | 57 | 60 | 76 | 77 |
52 | 53 |
78 | 79 | 80 | 81 | A B C D G I M O P R S T W
82 |

83 | W

84 |
85 |
winActivate(String, String) - 86 | Method in class autoitx4java.AutoItX 87 |
Activates (gives focus to) a window. 88 |
winActivate(String) - 89 | Method in class autoitx4java.AutoItX 90 |
Activates (gives focus to) a window. 91 |
winActive(String, String) - 92 | Method in class autoitx4java.AutoItX 93 |
Checks to see if a specified window exists and is currently active. 94 |
winActive(String) - 95 | Method in class autoitx4java.AutoItX 96 |
Checks to see if a specified window exists and is currently active. 97 |
winClose(String, String) - 98 | Method in class autoitx4java.AutoItX 99 |
Closes a window. 100 |
winClose(String) - 101 | Method in class autoitx4java.AutoItX 102 |
Closes a window. 103 |
winExists(String, String) - 104 | Method in class autoitx4java.AutoItX 105 |
Checks to see if a specified window exists. 106 |
winExists(String) - 107 | Method in class autoitx4java.AutoItX 108 |
Checks to see if a specified window exists. 109 |
winGetCaretPosX() - 110 | Method in class autoitx4java.AutoItX 111 |
Returns the coordinates of the caret in the foreground window 112 |
winGetCaretPosY() - 113 | Method in class autoitx4java.AutoItX 114 |
Returns the coordinates of the caret in the foreground window 115 |
winGetClassList(String, String) - 116 | Method in class autoitx4java.AutoItX 117 |
Retrieves the classes from a window. 118 |
winGetClientSizeHeight(String, String) - 119 | Method in class autoitx4java.AutoItX 120 |
Retrieves the size of a given window's client area. 121 |
winGetClientSizeHeight(String) - 122 | Method in class autoitx4java.AutoItX 123 |
Retrieves the size of a given window's client area. 124 |
winGetClientSizeWidth(String, String) - 125 | Method in class autoitx4java.AutoItX 126 |
Retrieves the size of a given window's client area. 127 |
winGetClientSizeWidth(String) - 128 | Method in class autoitx4java.AutoItX 129 |
Retrieves the size of a given window's client area. 130 |
winGetHandle(String, String) - 131 | Method in class autoitx4java.AutoItX 132 |
Retrieves the internal handle of a window. 133 |
winGetHandle(String) - 134 | Method in class autoitx4java.AutoItX 135 |
Retrieves the internal handle of a window. 136 |
winGetPosHeight(String, String) - 137 | Method in class autoitx4java.AutoItX 138 |
Retrieves the position and size of a given window. 139 |
winGetPosHeight(String) - 140 | Method in class autoitx4java.AutoItX 141 |
Retrieves the position and size of a given window. 142 |
winGetPosWidth(String, String) - 143 | Method in class autoitx4java.AutoItX 144 |
Retrieves the position and size of a given window. 145 |
winGetPosWidth(String) - 146 | Method in class autoitx4java.AutoItX 147 |
Retrieves the position and size of a given window. 148 |
winGetPosX(String, String) - 149 | Method in class autoitx4java.AutoItX 150 |
Retrieves the position and size of a given window. 151 |
winGetPosX(String) - 152 | Method in class autoitx4java.AutoItX 153 |
Retrieves the position and size of a given window. 154 |
winGetPosY(String, String) - 155 | Method in class autoitx4java.AutoItX 156 |
Retrieves the position and size of a given window. 157 |
winGetPosY(String) - 158 | Method in class autoitx4java.AutoItX 159 |
Retrieves the position and size of a given window. 160 |
winGetProcess(String, String) - 161 | Method in class autoitx4java.AutoItX 162 |
Retrieves the Process ID (PID) associated with a window. 163 |
winGetProcess(String) - 164 | Method in class autoitx4java.AutoItX 165 |
Retrieves the Process ID (PID) associated with a window. 166 |
winGetState(String, String) - 167 | Method in class autoitx4java.AutoItX 168 |
Retrieves the state of a given window. 169 |
winGetState(String) - 170 | Method in class autoitx4java.AutoItX 171 |
Retrieves the state of a given window. 172 |
winGetText(String, String) - 173 | Method in class autoitx4java.AutoItX 174 |
Retrieves up to 64KB of text from a window. 175 |
winGetText(String) - 176 | Method in class autoitx4java.AutoItX 177 |
Retrieves up to 64KB of text from a window. 178 |
winGetTitle(String, String) - 179 | Method in class autoitx4java.AutoItX 180 |
Retrieves the full title from a window. 181 |
winGetTitle(String) - 182 | Method in class autoitx4java.AutoItX 183 |
Retrieves the full title from a window. 184 |
winKill(String, String) - 185 | Method in class autoitx4java.AutoItX 186 |
Forces a window to close. 187 |
winKill(String) - 188 | Method in class autoitx4java.AutoItX 189 |
Forces a window to close. 190 |
winList(String, String) - 191 | Method in class autoitx4java.AutoItX 192 |
Retrieves a list of windows. 193 |
winList(String) - 194 | Method in class autoitx4java.AutoItX 195 |
Retrieves a list of windows. 196 |
winMenuSelectItem(String, String, String) - 197 | Method in class autoitx4java.AutoItX 198 |
Invokes a menu item of a window. 199 |
winMenuSelectItem(String, String, String, String) - 200 | Method in class autoitx4java.AutoItX 201 |
Invokes a menu item of a window. 202 |
winMenuSelectItem(String, String, String, String, String) - 203 | Method in class autoitx4java.AutoItX 204 |
Invokes a menu item of a window. 205 |
winMenuSelectItem(String, String, String, String, String, String, String, String, String) - 206 | Method in class autoitx4java.AutoItX 207 |
Invokes a menu item of a window. 208 |
winMinimizeAll() - 209 | Method in class autoitx4java.AutoItX 210 |
Minimizes all windows. 211 |
winMinimizeAllUndo() - 212 | Method in class autoitx4java.AutoItX 213 |
Undoes a previous WinMinimizeAll function. 214 |
winMove(String, String, int, int, int, int) - 215 | Method in class autoitx4java.AutoItX 216 |
Moves and/or resizes a window. 217 |
winMove(String, String, int, int) - 218 | Method in class autoitx4java.AutoItX 219 |
Moves and/or resizes a window. 220 |
winSetOnTop(String, String, boolean) - 221 | Method in class autoitx4java.AutoItX 222 |
Change a window's "Always On Top" attribute. 223 |
winSetState(String, String, int) - 224 | Method in class autoitx4java.AutoItX 225 |
Shows, hides, minimizes, maximizes, or restores a window. 226 |
winSetTitle(String, String, String) - 227 | Method in class autoitx4java.AutoItX 228 |
Changes the title of a window. 229 |
winSetTrans(String, String, int) - 230 | Method in class autoitx4java.AutoItX 231 |
Sets the transparency of a window. 232 |
winVariant(String, String, String) - 233 | Method in class autoitx4java.AutoItX 234 |
  235 |
winVariant(String, String) - 236 | Method in class autoitx4java.AutoItX 237 |
  238 |
winVariantBool(String, String, int, String) - 239 | Method in class autoitx4java.AutoItX 240 |
  241 |
winVariantBool(String, String, String) - 242 | Method in class autoitx4java.AutoItX 243 |
  244 |
winVariantBool(String, String) - 245 | Method in class autoitx4java.AutoItX 246 |
  247 |
winWait(String, String, int) - 248 | Method in class autoitx4java.AutoItX 249 |
Pauses execution of the script until the requested window exists. 250 |
winWait(String) - 251 | Method in class autoitx4java.AutoItX 252 |
Pauses execution of the script until the requested window exists. 253 |
winWait(String, String) - 254 | Method in class autoitx4java.AutoItX 255 |
Pauses execution of the script until the requested window exists. 256 |
winWaitActive(String, String, int) - 257 | Method in class autoitx4java.AutoItX 258 |
Pauses execution of the script until the requested window is active. 259 |
winWaitActive(String, String) - 260 | Method in class autoitx4java.AutoItX 261 |
Pauses execution of the script until the requested window is active. 262 |
winWaitActive(String) - 263 | Method in class autoitx4java.AutoItX 264 |
Pauses execution of the script until the requested window is active. 265 |
winWaitClose(String, String, int) - 266 | Method in class autoitx4java.AutoItX 267 |
Pauses execution of the script until the requested window does not exist. 268 |
winWaitClose(String) - 269 | Method in class autoitx4java.AutoItX 270 |
Pauses execution of the script until the requested window does not exist. 271 |
winWaitClose(String, String) - 272 | Method in class autoitx4java.AutoItX 273 |
Pauses execution of the script until the requested window does not exist. 274 |
winWaitNoActive(String, String, int) - 275 | Method in class autoitx4java.AutoItX 276 |
Pauses execution of the script until the requested window is not active. 277 |
winWaitNoActive(String) - 278 | Method in class autoitx4java.AutoItX 279 |
Pauses execution of the script until the requested window is not active. 280 |
winWaitNoActive(String, String) - 281 | Method in class autoitx4java.AutoItX 282 |
Pauses execution of the script until the requested window is not active. 283 |
284 |
285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 306 | 309 | 310 | 311 | 312 | 315 | 331 | 332 |
307 | 308 |
333 | 334 | 335 | 336 | A B C D G I M O P R S T W
337 | 338 | 339 | 340 | --------------------------------------------------------------------------------