Package cz.cuni.mff.mirovsky.properties

Interface Summary
Item Class Item keeps properties of an item - a name, a value, a comment.
ItemSet This is an interface for a set of items.
 

Class Summary
ItemSelectionDialog This class displays a dialog window that allows the user to select an item from a list of items or enter a new name and comment of an item.
Properties Class Properties keeps a set of properties sections, stored together e.g. in one file.
PropertiesLoader Class PropertiesLoader is used to store and restore properties to/from storage - this is implementation for files.
PropertiesManager An object for keeping and changing properties.
PropertiesSection Class PropertiesSection keeps a set of related properties.
Property Class Property represents one property - its name, value and comment.