| Kitlist
    1.1.0
    | 
| CCategory | Represents a Category | 
| CCategoryCompareId | Comparator used for comparing Categories by id | 
| CCategoryCompareName | Comparator used for sorting Categories by name | 
| CFilterItem | |
| CGuiState | Class encapsulating state of an object in the data model | 
| CItem | Represents an Item | 
| CItemCompareId | Comparator used for comparing Items by id | 
| CItemCompareName | Comparator used for sorting Items by name | 
| CItemFunctor | Functor for processing items | 
| CKitList | Main application class | 
| CKitListDao | Defines the methods that an implementation of this class must implement | 
| CKitListGui | Encapsulates the methods for the application's GUI front end | 
| CKitModel | Holds a rich graph of objects representing the application's data model | 
| CKitParser | SaxParser implementation for reading the KitModel from an XML document | 
| CKitPrintOperation | Prints the kitlist | 
| CModelCategory | Represents a Category combined with GuiState attributes | 
| CModelCategoryColumns | A definition for displaying a ModelCategory in a combo box | 
| CModelItem | Represents an Item combined with GuiState attributes | 
| CModelItemColumns | A definition for displaying an item in a multi-column list | 
| CModelItemCompareId | Comparator for comparing items by their unique ID | 
| CService | Business/service layer implementation | 
| CTickItem | |
| CXmlDao | Implementation of a KitListDao using XML as the persistence store | 
| CYamlConfig | Maintains the application's configuration parameters in a YAML formatted file |