}
protected void toolItemScheduleWidgedSelected(SelectionEvent evt) {
ProfileManager profileManager = guiController.getProfileManager();
if (profileManager.isSchedulerEnabled()) {
profileManager.stopScheduler();
}
else {
profileManager.startScheduler();
}
// updateTimerEnabled();