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/MessageHandler.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/** 
     
    3535     * </p> 
    3636     */ 
    37     private WindowTree windowTree; 
     37    private MFCWindowTree windowTree; 
    3838 
    3939    /** 
     
    4545     *                   parsing 
    4646     */ 
    47     protected MessageHandler(WindowTree windowTree) { 
     47    protected MessageHandler(MFCWindowTree windowTree) { 
    4848        this.windowTree = windowTree; 
    4949    } 
     
    7878     * @return the window tree created and adapted during parsing 
    7979     */ 
    80     protected WindowTree getWindowTree() { 
     80    protected MFCWindowTree getWindowTree() { 
    8181        return windowTree; 
    8282    } 
Note: See TracChangeset for help on using the changeset viewer.