Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

org.eclipse.rse.ui.view
Interface ISystemRemoveElementAdapter


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

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

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.

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire