com.ibm.ulc.comm
Interface IChild


public interface IChild

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


Method Summary
 IParent getParent()
          Answer the receiver's current parent object.
 boolean isChildOf(IParent parent)
          Answer true if the receiver is a child of the specified parent object.
 void resetParent(IParent parent)
          Reset the receiver's parent to none if it is the specified parent object.
 void setParent(IParent parent)
          Set the specified object as the receiver's parent.
 

Method Detail

getParent

public IParent getParent()
Answer the receiver's current parent object. Answer null, if none is defined. Creation date: (10/14/99 4:31:40 PM)
Parameters:
parent - com.ibm.ulc.comm.IParent

isChildOf

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

resetParent

public void resetParent(IParent parent)
Reset the receiver's parent to none if it is the specified parent object. Creation date: (10/14/99 4:31:40 PM)
Parameters:
parent - com.ibm.ulc.comm.IParent

setParent

public void setParent(IParent parent)
Set the specified object as the receiver's parent. Creation date: (10/14/99 4:31:40 PM)
Parameters:
parent - com.ibm.ulc.comm.IParent