es.udc.mypersonalizer.kernel.model.properties |
|
Java Source File Name | Type | Comment |
AbstractProperty.java | Class | This abstract class provides a partial implementation of
Property interface, and may be used as the super-class of all
classes implementing Property interface. |
CompoundProperty.java | Class | A standard composite implementation of the Property interface. |
IllegalStringValuesException.java | Class | Indicates that one or more string values were illegal. |
Property.java | Interface | Defines common operations to all Property implementations, and
in principle, represents a particular personalizable aspect, even though,
the concept is general enough to represent any kind of structured
information. |
PropertyEditorNotFoundException.java | Class | Indicates that a JavaBeans property editor could not be found for
a given class. |
PropertyNaming.java | Class | This utility class provides methods for common operations on property and
meta-property names. |
PropertyNotFoundException.java | Class | Indicates that a property could not be found. |
PropertyStructure.java | Class | This class represents a structure of properties. |
SimpleProperty.java | Class | A standard leaf implementation of the Property interface. |