|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemRemoveElementAdapter
This interface must be implemented by adapters who must remove elements from their list of children (not necessarily immediate children).
Method Summary | |
---|---|
boolean |
remove(java.lang.Object element,
java.lang.Object child)
Remove a child from the element. |
boolean |
removeAllChildren(java.lang.Object element)
Remove all children from the element. |
Method Detail |
---|
boolean removeAllChildren(java.lang.Object element)
element
- the element.
true
if the children have been removed, false
otherwise.boolean remove(java.lang.Object element, java.lang.Object child)
element
- the element.child
- the child to remove. Does not have to be an immediate child
of the element.
true
if the child has been removed, false
otherwise.
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |