com.ibm.ulc.comm
Interface IParent


public interface IParent

Insert the type's description here. Creation date: (10/14/99 4:20:53 PM)


Method Summary
 void add(IChild child)
          Add the specified object to the receiver's children.
 boolean isParentOf(IChild child)
          Answer true if the receiver is the current parent of the specified child.
 void remove(IChild child)
          Remove the specified object from the receiver's children.
 

Method Detail

add

public void add(IChild child)
Add the specified object to the receiver's children. Creation date: (10/14/99 4:23:23 PM)
Parameters:
uiComponent - com.ibm.ulc.ui.UIComponent

isParentOf

public boolean isParentOf(IChild child)
Answer true if the receiver is the current parent of the specified child. Creation date: (10/14/99 4:23:23 PM)
Parameters:
uiComponent - com.ibm.ulc.ui.UIComponent

remove

public void remove(IChild child)
Remove the specified object from the receiver's children. Creation date: (10/14/99 4:23:23 PM)
Parameters:
uiComponent - com.ibm.ulc.ui.UIComponent