| java.lang.Object com.sun.rave.propertyeditors.domains.Domain com.sun.rave.propertyeditors.domains.AttachedDomain
All known Subclasses: com.sun.rave.propertyeditors.domains.ResourceBundlesDomain, com.sun.rave.propertyeditors.domains.ComponentIdsDomain, org.netbeans.modules.visualweb.web.ui.dt.component.propertyeditors.ThemeIconsDomain, com.sun.rave.propertyeditors.domains.StringTokensDomain, org.netbeans.modules.visualweb.web.ui.dt.component.propertyeditors.ClientIdsDomain, com.sun.rave.propertyeditors.domains.InstanceVariableDomain, com.sun.rave.propertyeditors.domains.FieldKeyDomain, org.netbeans.modules.visualweb.web.ui.dt.component.propertyeditors.TabIdsDomain, com.sun.rave.propertyeditors.domains.EditableDomain,
AttachedDomain | abstract public class AttachedDomain extends Domain (Code) | | Specialized domain that is attached to a
com.sun.rave.designtime.DesignProperty ,
to provide access to the dynamic context of the property being edited. If a property
editor instantiates a
Domain instance and discovers that it is an
instanceof
AttachedDomain , it should call
setDesignProperty() before calling getElements() .
In addition, after the use of an instance has been completed, pass
null to setProperty() to release the
reference.
|
AttachedDomain | public AttachedDomain()(Code) | | Construct a new instance that is not attached to any
DesignProperty .
|
|
|