示例#1
0
  @Override
  public void saveSettings() {
    positionController.assignMissingComponentValues();

    final List<Component> components = positionController.getMissingComponents();
    step5cModel.setMissingPositionComponents(components);

    tableController.clearMarkedTableElements();
    tableController.turnSelectionOn();

    positionController = null;
    step5Panel = null;
  }