Package org.eigenbase.util.property

Provides type-safe access to system properties.

See:
          Description

Interface Summary
Trigger A Trigger is a callback which allows a subscriber to be notified when a property value changes.
 

Class Summary
BooleanProperty Definition and accessor for a boolean property.
DoubleProperty Definition and accessor for a double-precision property.
IntegerProperty Definition and accessor for an integer property.
PersistentPropertyStorage PersistentPropertyStorage handles storage for persistent property objects.
PersistentStringProperty Definition and accessor for a string property that is capable of storing itself in a .properties file.
Property Definition and accessor for a property.
Property.TriggerList A trigger list a list of triggers associated with a given property.
StringProperty Definition and accessor for a string property.
TriggerableProperties Base class for properties which can respond to triggers.
TriggerBase Basic implementation of a trigger, which doesn't do anything.
 

Exception Summary
Trigger.VetoRT  
 

Package org.eigenbase.util.property Description

Provides type-safe access to system properties.

NOTE jvs 2-Oct-2005: This package gets included in client-side code, so it must be source-compatible with JDK 1.4. TODO: move this under util14.

 

Revision $Id: //open/dev/farrago/src/org/eigenbase/util/property/package.html#8 $
Copyright Copyright (C) 2005-2009 The Eigenbase Project
Copyright (C) 2004-2009 SQLstream, Inc.
Copyright (C) 2005-2009 LucidEra, Inc.
Author Julian Hyde