public interface DesignElementProperty extends DesignProperty
Modifier and Type | Method and Description |
---|---|
void |
addDesignListener(DesignListener listener)
Add a
DesignListener . |
ArooaContext |
getArooaContext()
Get the
ArooaContext associated with the element. |
void |
removeDesignListener(DesignListener listener)
Remove a
DesignListener . |
isPopulated, property, view
ArooaContext getArooaContext()
ArooaContext
associated with the element.void addDesignListener(DesignListener listener)
DesignListener
. The listener will be notified when
instances of either components or types are added to this property.listener
- The listener. Must not be null.void removeDesignListener(DesignListener listener)
DesignListener
.listener
- The listener. Must not be null.