Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.view
Interface ISystemRemoveElementAdapter

All Known Implementing Classes:
SystemViewRemoteSearchResultSetAdapter

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(Object element, Object child)
          Remove a child from the element.
 boolean removeAllChildren(Object element)
          Remove all children from the element.
 

Method Detail

removeAllChildren

public boolean removeAllChildren(Object element)
Remove all children from the element.

Parameters:
element - the element.
Returns:
true if the children have been removed, false otherwise.

remove

public boolean remove(Object element,
                      Object child)
Remove a child from the element.

Parameters:
element - the element.
child - the child to remove. Does not have to be an immediate child of the element.
Returns:
true if the child has been removed, false otherwise.

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.