*/
public void showPlotControlDialog() {
String title = null;
ObservationAndMeanPlotPane plotPane = analysisTypeMap.get(analysisType)
.getObsAndMeanChartPane();
TimeElementsInBinSettingPane binSettingPane = null;
NamedComponent extra = null;
if (analysisType == AnalysisType.RAW_DATA) {
title = LocaleProps.get("LIGHT_CURVE_CONTROL_DLG_TITLE");
binSettingPane = new TimeElementsInBinSettingPane(LocaleProps
.get("DAYS_PER_MEAN_SERIES_BIN"), plotPane,
JDTimeElementEntity.instance);
} else if (analysisType == AnalysisType.PHASE_PLOT) {
title = LocaleProps.get("PHASE_PLOT_CONTROL_DLG_TITLE");
binSettingPane = new TimeElementsInBinSettingPane(LocaleProps
.get("PHASE_STEPS_PER_MEAN_SERIES_BIN"), plotPane,
PhaseTimeElementEntity.instance);
}
PlotControlDialog dialog = new PlotControlDialog(title, plotPane,