Package | Description |
---|---|
org.cesilko.rachota.core | |
org.cesilko.rachota.gui |
Modifier and Type | Method and Description |
---|---|
void |
Plan.addRegularTask(RegularTask regularTask)
Adds new regular task to plan.
|
void |
Plan.removeRegularTask(RegularTask regularTask)
Removes existing regular task from plan.
|
Constructor and Description |
---|
TaskDialog(RegularTask regularTask)
Creates new dialog for editing existing regular task.
|