// analysis selection message has been received by this class,
// so we *know* without having to ask that there is a selected
// row in the data table.
@Override
protected void newPhasePlotButtonAction() {
PeriodChangeMessage message = new PeriodChangeMessage(this,
selectedDataPoint.getPeriod());
Mediator.getInstance().getPeriodChangeNotifier().notifyListeners(
message);
}