Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/13 12:19:41 (11 years ago)
Author:
ascheibe
Message:

#2031

  • renamed statistical run collection views
  • implemented RunCollection events in statistical testing view
  • incorporate content name into view caption
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/CorrelationView.cs

    r9713 r9911  
    3030
    3131namespace HeuristicLab.Analysis.Statistics {
    32   [View("RunCollection Correlations")]
     32  [View("Correlations")]
    3333  [Content(typeof(RunCollection), false)]
    3434  public sealed partial class CorrelationView : ItemView {
     
    6464        UpdateResultComboBox();
    6565      }
     66      UpdateCaption();
     67    }
     68
     69    private void UpdateCaption() {
     70      Caption = Content != null ? Content.OptimizerName + " Correlations" : ViewAttribute.GetViewName(GetType());
    6671    }
    6772
Note: See TracChangeset for help on using the changeset viewer.