- LimitedCapacityStack - Class in org.cesilko.rachota.gui
-
Stack with ability to keep only limited number of objects.
- LimitedCapacityStack(int) - Constructor for class org.cesilko.rachota.gui.LimitedCapacityStack
-
Creates new instance of stack with given capacity.
- loadDocument() - Method in class org.cesilko.rachota.core.DiaryScanner
-
Loads XML diary document given in the scanner constructor.
- loadDocument() - Method in class org.cesilko.rachota.core.RegularTasksScanner
-
Loads XML regular tasks document given in the scanner constructor.
- loadPlan() - Static method in class org.cesilko.rachota.core.Plan
-
Loads all planned days and history.
- loadRegularTasks() - Static method in class org.cesilko.rachota.core.Plan
-
Loads plan of regular tasks.
- loadSettings() - Static method in class org.cesilko.rachota.core.Settings
-
Loads all settings from settings.cfg file.