Ignore:
Timestamp:
12/11/12 16:48:01 (12 years ago)
Author:
fglaser
Message:
  • autoquest-plugin-mfc subproject refactored to use GUI element naming convention were appropriate
  • MFCWindowTree marked as deprecated (one should use generalized GUIElementTree instead)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/HandlerDestroy.java

    r1006 r1008  
    1919/** 
    2020 * <p> 
    21  * Handler for {@code WM_DESTROY} message. The handler maintains the {@link MFCWindowTree}. 
     21 * Handler for {@code WM_DESTROY} message. The handler maintains the {@link GUIElementTree}. 
    2222 * </p> 
    2323 *  
     
    4242    /** 
    4343     * <p> 
    44      * HWND of the window that is destroyed. 
     44     * HWND of the GUI element that is destroyed. 
    4545     * </p> 
    4646     */ 
Note: See TracChangeset for help on using the changeset viewer.