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 moved

Legend:

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

    r927 r940  
    3939 * @version 1.0 
    4040 */ 
    41 public class WindowTree { 
     41public class MFCWindowTree { 
    4242 
    4343    /** 
     
    9797    /** 
    9898     * <p> 
    99      * Creates a new WindowTree. 
     99     * Creates a new MFCWindowTree. 
    100100     * </p> 
    101101     * <p> 
     
    103103     * </p> 
    104104     */ 
    105     public WindowTree() { 
     105    public MFCWindowTree() { 
    106106        guiElementSpecs = new HashMap<Long, MFCGUIElementSpec>(); 
    107107        targets = new HashSet<MFCGUIElementSpec>(); 
     
    282282    /** 
    283283     * <p> 
    284      * Returns the number of nodes contained in the WindowTree. 
     284     * Returns the number of nodes contained in the MFCWindowTree. 
    285285     * </p> 
    286286     *  
Note: See TracChangeset for help on using the changeset viewer.