private final GrinderPropertiesBlock fGrinderPropertiesBlock;
public GrinderMainModuleTab() {
super();
fProjectBlock = new ProjectBlock();
fMainModuleBlock = new MainModuleBlock();
fPythonPathBlock = new GrinderPathBlock();
fGrinderPropertiesBlock = new GrinderPropertiesBlock();
}