|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySet | |
---|---|
dsto.dfc.collections | Extensions to the Java Collections framework, including support for event notification on dynamic collections. |
Uses of PropertySet in dsto.dfc.collections |
---|
Classes in dsto.dfc.collections that implement PropertySet | |
---|---|
class |
BasicPropertySet
An implementation of PropertySet using HashMap and ArrayList. |
class |
EmptyPropertySet
An empty, unmodifiable property set. |
class |
FixedPropertySet
An unmodifiable property set containing a fixed set of values. |
class |
UnmodifiablePropertySet
An unmodifiable wrapper around a PropertySet instance. |
Fields in dsto.dfc.collections declared as PropertySet | |
---|---|
static PropertySet |
PropertySet.EMPTY_PROPERTY_SET
|
Methods in dsto.dfc.collections that return PropertySet | |
---|---|
static PropertySet |
PropertySets.unmodifiablePropertySet(PropertySet propertySet)
Return an instance of a property set that cannot be modified. |
Methods in dsto.dfc.collections with parameters of type PropertySet | |
---|---|
static Object |
PropertySets.getPropertyValue(PropertySet set1,
PropertySet set2,
String propertyName)
Get a value from a property set, returning the default value in a second set if none exists in first the set (ie second set contains default values for the first). |
static Object |
PropertySets.getPropertyValue(PropertySet set,
String propertyName,
Object defaultValue)
Get a value from a property set, returning a default value if none exists in the set. |
static PropertySet |
PropertySets.unmodifiablePropertySet(PropertySet propertySet)
Return an instance of a property set that cannot be modified. |
static void |
PropertySets.xmlOutput(OutputStream stream,
PropertySet set)
|
static void |
PropertySets.xmlOutput(PrintWriter writer,
PropertySet set)
Print a PropertySet in XML form. |
Constructors in dsto.dfc.collections with parameters of type PropertySet | |
---|---|
FixedPropertySet(PropertySet set)
Create a new fixed value property set by copying a source property set. |
|
UnmodifiablePropertySet(PropertySet propertySet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |