|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A DesignComponent which has children must implement this interface.
| Method Summary | |
void |
deleteChild(DesignComponent child)
Delete a child. |
void |
replaceChild(DesignComponent child,
DesignComponent replacement)
Replace a child. |
ComponentAction[] |
transferActions(java.lang.String xml)
Get the possible actions for a drag and drop or cut and paste. |
| Methods inherited from interface org.oddjob.designer.model.DesignComponent |
availableActions, form, name, name, tag, tag |
| Method Detail |
public void deleteChild(DesignComponent child)
child - The child.
public void replaceChild(DesignComponent child,
DesignComponent replacement)
child - The existing child.replacement - The replacement.public ComponentAction[] transferActions(java.lang.String xml)
xml - The xml being transferred.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||