Package | Description |
---|---|
org.cesilko.rachota.core | |
org.cesilko.rachota.gui |
Modifier and Type | Class and Description |
---|---|
class |
IdleTask
Task that repeats every day or once a week.
|
class |
RegularTask
Task that repeats every day or once a week.
|
class |
Task
Single task planned for particular day.
|
Modifier and Type | Method and Description |
---|---|
void |
Clock.addListener(ClockListener listener)
Adds new clock listener.
|
void |
Clock.removeListener(ClockListener listener)
Removes already registered clock listener.
|
Modifier and Type | Class and Description |
---|---|
class |
DayView
Panel showing tasks planned for one day and manipulation with them.
|
class |
MainWindow
Main window of the Rachota application.
|