Ignore:
Timestamp:
07/26/13 08:29:32 (11 years ago)
Author:
pharms
Message:
  • added some Java Docs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-ui-swt/src/main/java/de/ugoe/cs/autoquest/ui/swt/SWTHelpers.java

    r1094 r1275  
    2323 
    2424/** 
    25  * TODO comment 
     25 * <p> 
     26 * class containing convenience methods for the SWT UI 
     27 * </p> 
    2628 * 
    2729 * @author Steffen Herbold, Patrick Harms 
     
    3032 
    3133    /** 
    32      *  
     34     * deletes the objects selected in the provided list from the data store 
    3335     */ 
    3436    public static boolean deleteSelectedFromStorage(final List list) { 
     
    4749 
    4850    /** 
    49      *  
     51     * alerts, that no object is selected but a selection is required 
    5052     */ 
    5153    public static void noSelectionError(final Shell shell) { 
     
    5860 
    5961    /** 
    60      * 
     62     * alerts, that too many objects are selected but a selection of only one is required 
    6163     */ 
    6264    public static void moreThanOneSelectedError(final Shell shell) { 
Note: See TracChangeset for help on using the changeset viewer.