Ignore:
Timestamp:
10/01/12 13:08:31 (12 years ago)
Author:
sherbold
Message:
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/gui/KeyInteractionCorrector.java

    r795 r852  
    4040 * @author Steffen Herbold 
    4141 */ 
    42 public class KeyInteractionSorter { 
     42public class KeyInteractionCorrector { 
    4343 
    4444    /** 
     
    7575    /** 
    7676     * <p> 
    77      * Constructor. Creates a new {@link KeyInteractionSorter} with {@link #mode}= 
     77     * Constructor. Creates a new {@link KeyInteractionCorrector} with {@link #mode}= 
    7878     * {@link CleanupMode#ADDITION}. 
    7979     * </p> 
    8080     */ 
    81     public KeyInteractionSorter() { 
     81    public KeyInteractionCorrector() { 
    8282        this(CleanupMode.ADDITION); 
    8383    } 
     
    8585    /** 
    8686     * <p> 
    87      * Constructor. Creates a new {@link KeyInteractionSorter}. 
     87     * Constructor. Creates a new {@link KeyInteractionCorrector}. 
    8888     * </p> 
    8989     *  
     
    9191     *            {@link #mode} of the instance 
    9292     */ 
    93     public KeyInteractionSorter(CleanupMode mode) { 
     93    public KeyInteractionCorrector(CleanupMode mode) { 
    9494        this.mode = mode; 
    9595    } 
     
    9898     * <p> 
    9999     * Sorts and cleans up key interactions according to the class specification (@see 
    100      * {@link KeyInteractionSorter} class comment). 
     100     * {@link KeyInteractionCorrector} class comment). 
    101101     * </p> 
    102102     * <p> 
Note: See TracChangeset for help on using the changeset viewer.