plugins/org.symbian.tools.tmw.ui/src/org/symbian/tools/tmw/internal/ui/wizard/WizardContext.java
changeset 478 6c07c755d0c7
parent 474 e2f461f0a9e0
child 479 518afa7c6d2f
equal deleted inserted replaced
477:b616697678bf 478:6c07c755d0c7
    53     private final Map<String, IObservableValue> observables = new TreeMap<String, IObservableValue>();
    53     private final Map<String, IObservableValue> observables = new TreeMap<String, IObservableValue>();
    54     private String projectName = "";
    54     private String projectName = "";
    55     private final PropertyChangeSupport propertySupport = new PropertyChangeSupport(this);
    55     private final PropertyChangeSupport propertySupport = new PropertyChangeSupport(this);
    56     private IMobileWebRuntime runtime;
    56     private IMobileWebRuntime runtime;
    57     private IProjectTemplate template = null;
    57     private IProjectTemplate template = null;
    58 
       
    59     private String widgetId;
    58     private String widgetId;
    60 
       
    61     private String widgetName;
    59     private String widgetName;
    62     private final Collection<String> jsIncludes = new TreeSet<String>();
    60     private final Collection<String> jsIncludes = new TreeSet<String>();
    63 
    61 
    64     public WizardContext() {
    62     public WizardContext() {
    65         IMobileWebRuntime[] runtimes = TMWCore.getRuntimesManager().getAllRuntimes();
    63         IMobileWebRuntime[] runtimes = TMWCore.getRuntimesManager().getAllRuntimes();