|
OptimalTrace 5.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChildIfc in com.compuware.optimaltrace.framework.business |
---|
Subinterfaces of ChildIfc in com.compuware.optimaltrace.framework.business | |
---|---|
interface |
BizObjectIfc
Interface BizObjectIfc |
Classes in com.compuware.optimaltrace.framework.business that implement ChildIfc | |
---|---|
class |
com.compuware.optimaltrace.framework.business.AbstractBizObject
|
Uses of ChildIfc in com.compuware.optimaltrace.framework.relations |
---|
Methods in com.compuware.optimaltrace.framework.relations that return ChildIfc | |
---|---|
ChildIfc |
ParentIfc.decrementChildPosition(ChildIfc child)
Moves the child's position 1 towards the back of the List. |
ChildIfc |
ParentIfc.getChild(java.lang.Class childClass)
Gets the child. |
ChildIfc |
ParentIfc.getChild(java.lang.String name,
java.lang.Class childClass)
Gets the child. |
ChildIfc |
ParentIfc.getChildById(long id)
Gets the child by id. |
ChildIfc |
ParentIfc.getNextChild(ChildIfc child)
Gets the next child, or null if none such can be found |
ChildIfc |
ParentIfc.getPreviousChild(ChildIfc child)
Gets the previous child, or null if none such can be found |
ChildIfc |
ParentIfc.incrementChildPosition(ChildIfc child)
Moves the child's position 1 towards the top of the List. |
Methods in com.compuware.optimaltrace.framework.relations with parameters of type ChildIfc | |
---|---|
boolean |
ParentIfc.addChild(ChildIfc child)
Adds the child. |
boolean |
ParentIfc.addChildAt(ChildIfc child,
int position)
Adds the child at the specific position. |
ChildIfc |
ParentIfc.decrementChildPosition(ChildIfc child)
Moves the child's position 1 towards the back of the List. |
void |
ParentIfc.fireChildEvent(ChildIfc child,
int index,
int oldIndex,
long eventType)
Fires the child event. |
ChildIfc |
ParentIfc.getNextChild(ChildIfc child)
Gets the next child, or null if none such can be found |
ParentIfc |
ChildIfc.getParent(ChildIfc child,
java.lang.Class parentClass)
Gets the parent. |
ChildIfc |
ParentIfc.getPreviousChild(ChildIfc child)
Gets the previous child, or null if none such can be found |
boolean |
ParentIfc.hasChild(ChildIfc child)
Checks if it has the child. |
ChildIfc |
ParentIfc.incrementChildPosition(ChildIfc child)
Moves the child's position 1 towards the top of the List. |
boolean |
ParentIfc.moveChild(ChildIfc child,
int newPosition)
Moves the child's position to the new position. |
boolean |
ChildIfc.moveChild(ChildIfc child,
ParentIfc oldParent,
ParentIfc newParent)
Moves the child. |
boolean |
ChildIfc.moveChildAt(ChildIfc child,
ParentIfc oldParent,
ParentIfc newParent,
int position)
Moves the child at the specific position. |
boolean |
ParentIfc.removeChild(ChildIfc child)
Removes the child. |
boolean |
ParentIfc.silentlyAddChild(ChildIfc child)
Adds the dhild silently. |
boolean |
ParentIfc.silentlyAddChildAt(ChildIfc child,
int index)
Adds the child at the specific position silently. |
boolean |
ParentIfc.silentlyRemoveChild(ChildIfc child)
Adds the child silently. |
Uses of ChildIfc in com.compuware.optimaltrace.framework.ui.table |
---|
Subinterfaces of ChildIfc in com.compuware.optimaltrace.framework.ui.table | |
---|---|
interface |
TableHolderListContainerIfc
Interface TableHolderListContainerIfc |
Uses of ChildIfc in com.compuware.optimaltrace.tools.common.bizobjects |
---|
Subinterfaces of ChildIfc in com.compuware.optimaltrace.tools.common.bizobjects | |
---|---|
interface |
AbstractRequirementIfc
Interface AbstractRequirementIfc |
interface |
AbstractStepIfc
Interface AbstractStepIfc |
interface |
AlternativeScenarioIfc
Interface AlternativeScenarioIfc |
interface |
CustomPropertyTemplateIfc
Interface CustomPropertyTemplateIfc |
interface |
CustomPropertyTemplateListIfc
Interface CustomPropertyTemplateListIfc |
interface |
GoalLevelIfc
Interface GoalLevelIfc |
interface |
GoalLevelsIfc
Interface GoalLevelsIfc |
interface |
ItemIfc
Interface ItemIfc |
interface |
ItemListIfc
Interface ItemListIfc |
interface |
MainSuccessScenarioIfc
Interface MainSuccessScenarioIfc |
interface |
ProjectIfc
Interface ProjectIfc |
interface |
RefinementIfc
Interface RefinementIfc |
interface |
ScenarioIfc
Interface ScenarioIfc |
interface |
SimpleRequirementIfc
Interface SimpleRequirementIfc |
interface |
StepIfc
Interface StepIfc |
interface |
UseCaseIfc
Interface UseCaseIfc |
interface |
UseCasePackageIfc
Interface UseCasePackageIfc |
Classes in com.compuware.optimaltrace.tools.common.bizobjects that implement ChildIfc | |
---|---|
class |
com.compuware.optimaltrace.tools.common.bizobjects.AbstractStep
|
class |
Step
Class Step, implements the StepIfc interface. |
Uses of ChildIfc in com.compuware.optimaltrace.tools.common.bizobjectslocal |
---|
Subinterfaces of ChildIfc in com.compuware.optimaltrace.tools.common.bizobjectslocal | |
---|---|
interface |
com.compuware.optimaltrace.tools.common.bizobjectslocal.ClearableSuspectLinkIfc
|
interface |
ToolSettingsIfc
Interface ToolSettingsIfc |
Classes in com.compuware.optimaltrace.tools.common.bizobjectslocal that implement ChildIfc | |
---|---|
class |
ProjectContainer
Class ProjectContainer, project container singleton class. |
|
OptimalTrace 5.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |