Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.lib.propertyset: Javadoc index of package com.virtuosotechnologies.lib.propertyset.


Package Samples:

com.virtuosotechnologies.lib.propertyset

Classes:

PropertySet: A set of constrained properties. This is basically a hash table with several additional features: constraints on property values, default values, and listeners on state changes. In most cases, the BasicPropertySet implementation can be used.
BasicPropertySet: A basic set of typed properties. Allows parenting of sets, so that sets can have other set define their default values.
UnmodifiablePropertySet: A PropertySet that wraps another PropertySet and doesn't allow modifications
PropertySetEvent: An event sent when a property is changed in a property set.
PropertySetListener: A listener for when changes are made to a PropertySet

Home | Contact Us | Privacy Policy | Terms of Service