|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DesignElementProperty
The design for a property that is configured as an element.
Method Summary | |
---|---|
void |
addDesignListener(DesignListener listener)
Add a DesignListener . |
ArooaContext |
getArooaContext()
Get the ArooaContext associated with the element. |
void |
removeDesignListener(DesignListener listener)
Remove a DesignListener . |
Methods inherited from interface org.oddjob.arooa.design.DesignProperty |
---|
isPopulated, property, view |
Method Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |