Ignore:
Timestamp:
09/21/12 14:21:00 (12 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

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

    r847 r849  
    2323import org.eclipse.swt.widgets.Label; 
    2424 
    25 /** 
    26  * <p> 
    27  * TODO comment 
    28  * </p> 
    29  *  
    30  * @version $Revision: $ $Date: Aug 28, 2012$ 
    31  * @author 2012, last modified by $Author: sherbold$ 
    32  */ 
    3325public class ShowGuiModelDialog extends Dialog { 
    3426 
     
    3830    protected GUIModel model; 
    3931 
    40     /** 
    41      * Create the dialog. 
    42      *  
    43      * @param parent 
    44      * @param style 
    45      */ 
    4632    public ShowGuiModelDialog(Shell parent, int style, GUIModel model, String modelName) { 
    4733        super(parent, style); 
     
    5036    } 
    5137 
    52     /** 
    53      * Open the dialog. 
    54      *  
    55      * @return the result 
    56      */ 
    5738    public void open() { 
    5839        createContents(); 
     
    6748    } 
    6849 
    69     /** 
    70      * Create contents of the dialog. 
    71      */ 
    7250    private void createContents() { 
    7351        shell = new Shell(getParent(), SWT.SHELL_TRIM | SWT.BORDER | SWT.APPLICATION_MODAL); 
Note: See TracChangeset for help on using the changeset viewer.