}
@Override
public void propertyChange(PropertyChangeEvent event) {
super.propertyChange(event);
FormatStd formatStd = new FormatStd();
formatStd.assignWithSpaceInsideParens = this.assignWithSpaceInsideParentesis.getBooleanValue();
formatStd.operatorsWithSpace = operatorsWithSpace.getBooleanValue();
formatStd.parametersWithSpace = spaceForParentesis.getBooleanValue();
formatStd.spaceAfterComma = spaceAfterComma.getBooleanValue();
formatStd.addNewLineAtEndOfFile = addNewLineAtEndOfFile.getBooleanValue();