- Timestamp:
- 11/29/17 13:58:08 (7 years ago)
- Location:
- trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/eventcore/WindowsMessageType.java
r927 r2215 98 98 * </p> 99 99 * 100 * @param msgType101 * type of the message102 100 * @return true if it is a keyboard interaction; false otherwise 103 101 */ … … 123 121 * </p> 124 122 * 125 * @param msgType126 * type of the message127 123 * @return true if it is mouse-down message; false otherwise 128 124 */ … … 152 148 * </p> 153 149 * 154 * @param msgType155 * type of the message156 150 * @return true if it is a double click message; false otherwise 157 151 */ … … 181 175 * </p> 182 176 * 183 * @param msgType184 * type of the message185 177 * @return true if it is mouse-up message; false otherwise 186 178 */ -
trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/guimodel/MFCGUIElementSpec.java
r2146 r2215 205 205 * </p> 206 206 * 207 * @param text207 * @param newName 208 208 * new name of the window 209 209 */ … … 223 223 * </p> 224 224 * 225 * @param text225 * @param newHwnd 226 226 * new name of the window 227 227 */
Note: See TracChangeset
for help on using the changeset viewer.