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

Quick Search    Search Deep

Uses of Interface
com.virtuosotechnologies.lib.propertyset.PropertySet

Uses of PropertySet in com.virtuosotechnologies.lib.propertyset
 

Classes in com.virtuosotechnologies.lib.propertyset that implement PropertySet
 class BasicPropertySet
          A basic set of typed properties.
 class UnmodifiablePropertySet
          A PropertySet that wraps another PropertySet and doesn't allow modifications
 

Fields in com.virtuosotechnologies.lib.propertyset declared as PropertySet
private  PropertySet UnmodifiablePropertySet.parent_
           
private  PropertySet PropertySetEvent.source_
           
private  PropertySet BasicPropertySet.parent_
           
 

Methods in com.virtuosotechnologies.lib.propertyset that return PropertySet
 PropertySet PropertySetEvent.getPropertySet()
          Get the source.
 

Constructors in com.virtuosotechnologies.lib.propertyset with parameters of type PropertySet
UnmodifiablePropertySet(PropertySet parent)
          Constructor
PropertySetEvent(PropertySet source, boolean isSourceOriginal, com.virtuosotechnologies.lib.base.ConstrainedKey key, java.lang.Object oldValue, java.lang.Object newValue)
          Constructor
BasicPropertySet(PropertySet parent)
          Constructor