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