(ContinuousTrajectory) trajectory, location, this, labelName, tabTitle);
} else if (trajectory instanceof IntervalStepByStepTrajectory) {
editorComponent = new IntervalStepByStepTrajectoryComponent(panelError, errorsMap,
(IntervalStepByStepTrajectory) trajectory, location, this, labelName, tabTitle);
} else if (trajectory instanceof TabStepByStepTrajectory) {
editorComponent = new TabStepByStepTrajectoryComponent(panelError, errorsMap,
(TabStepByStepTrajectory) trajectory, location, this, labelName, tabTitle);
}
final ATrajectoryComponent<?> aTrajectoryComponent = (ATrajectoryComponent<?>) editorComponent;
aTrajectoryComponent.addBeingEditedListener(new ConfigurationEditionStateListener() {