Ignore:
Timestamp:
12/05/12 12:54:01 (12 years ago)
Author:
fglaser
Message:
  • MFCLogParser and its components updated to work with generalized GUIElementTree
  • NOTE THAT GUIElementTree ADDS ALL COMPONENTS TO GUIModel NOT ONLY THE USED ONES (compare MFCWindowTree).
  • guimapping-MFC-Dummy.txt added to cover newly discovered classes (needs to be updated).
File:
1 edited

Legend:

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

    r990 r1006  
    9494    /** 
    9595     * <p> 
    96      * Creates a new WindowTreeNode. 
    97      * </p> 
    98      * <p> 
    99      * The constructor is protected WindowTreeNode may only be created from the MFCWindowTree. 
     96     * Creates a new MFCGUIElementSpec. 
    10097     * </p> 
    10198     *  
    10299     * @param hwnd 
    103100     *            hwnd of the window 
    104      * @param parent 
    105      *            reference to the parent's WindowTreeNode 
    106101     * @param name 
    107102     *            name of the window 
     
    113108     *            modality of the window 
    114109     */ 
    115     protected MFCGUIElementSpec(long hwnd, String name, int resourceId, String type, boolean isModal) 
     110    public MFCGUIElementSpec(long hwnd, String name, int resourceId, String type, boolean isModal) 
    116111    { 
    117112        this.hwnd = hwnd; 
Note: See TracChangeset for help on using the changeset viewer.