}
@Override
protected Action[] secondaryActions() {
return new Action[] {
new ToState(messages.get("Restart pomodoro"), Pomodoro.class),
new ToState(messages.get("Short break"), ShortBreak.class),
new ToState(messages.get("Long break"), LongBreak.class)
};
}