| An abstract property editor base class, for building editors that allow
a property's value to be selected from a pre-configured domain of values.
A domain is a class that extends
com.sun.rave.propertyeditors.domains.Domain .
The editor's domain may be set in one of two ways:
If a domain is supplied via a constructor, the design property will not be
searched for an attribute specifying a domain class name. If the domain is an
instance of
com.sun.rave.propertyeditors.domains.AttachedDomain , it's
design property will be set as soon as the editor's design property is set.
author: gjmurphy See Also: com.sun.rave.propertyeditors.domains.Domain |