Ignore:
Timestamp:
10/23/12 10:05:29 (12 years ago)
Author:
sherbold
Message:
  • renamed de.ugoe.cs.autoquest.plugin.mfc.guimodel.WindowTree? to MFCWindowTree.
  • corrected loading of plug-ins to use prefix "autoquest" instead of "quest"
File:
1 edited

Legend:

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

    r927 r940  
    1515package de.ugoe.cs.autoquest.plugin.mfc; 
    1616 
    17 import de.ugoe.cs.autoquest.plugin.mfc.guimodel.WindowTree; 
     17import de.ugoe.cs.autoquest.plugin.mfc.guimodel.MFCWindowTree; 
    1818 
    1919/** 
    2020 * <p> 
    21  * Handles {@code WM_SETTEXT} messages. Handler maintains the {@link WindowTree}. 
     21 * Handles {@code WM_SETTEXT} messages. Handler maintains the {@link MFCWindowTree}. 
    2222 * </p> 
    2323 *  
     
    3535     *            the tree of GUI element specifications to be created and adapted during parsing 
    3636     */ 
    37     public HandlerSetText(WindowTree windowTree) { 
     37    public HandlerSetText(MFCWindowTree windowTree) { 
    3838        super(windowTree); 
    3939    } 
Note: See TracChangeset for help on using the changeset viewer.