|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChildIfc
Interface ChildIfc
Method Summary | |
---|---|
void |
addChildListener(com.compuware.optimaltrace.framework.relations.ChildListenerIfc listener)
Adds the child listener. |
java.util.List |
getChildListeners()
Gets the child listeners. |
ParentIfc |
getParent()
Gets the parent. |
ParentIfc |
getParent(ChildIfc child,
java.lang.Class parentClass)
Gets the parent. |
boolean |
moveChild(ChildIfc child,
ParentIfc oldParent,
ParentIfc newParent)
Moves the child. |
boolean |
moveChildAt(ChildIfc child,
ParentIfc oldParent,
ParentIfc newParent,
int position)
Moves the child at the specific position. |
void |
removeChildListener(com.compuware.optimaltrace.framework.relations.ChildListenerIfc listener)
Removes the parent listener. |
boolean |
setParent(ParentIfc parent)
Sets the parent. |
Method Detail |
---|
boolean setParent(ParentIfc parent)
parent
- boolean moveChild(ChildIfc child, ParentIfc oldParent, ParentIfc newParent)
child
- oldParent
- newParent
-
boolean moveChildAt(ChildIfc child, ParentIfc oldParent, ParentIfc newParent, int position)
child
- oldParent
- newParent
- position
- where to insert the new child
ParentIfc getParent()
ParentIfc getParent(ChildIfc child, java.lang.Class parentClass)
child
- parentClass
-
java.util.List getChildListeners()
void addChildListener(com.compuware.optimaltrace.framework.relations.ChildListenerIfc listener)
listener
- void removeChildListener(com.compuware.optimaltrace.framework.relations.ChildListenerIfc listener)
listener
-
|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |