|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compuware.optimaltrace.tools.common.bizobjects.client.ItemFactory
public final class ItemFactory
Class ItemFactory
Method Summary | |
---|---|
BizObjectIfc |
createNewEmptyBizObject()
Creates a new empty Biz object. |
ItemIfc |
createNewEmptyItem()
Creates a new empty item. |
ItemIfc |
createNewItem(ItemListIfc parentScenario)
Creates a new item. |
ItemIfc |
createNewItem(ScenarioIfc parentScenario,
int pos)
Creates a new item at specific position. |
ItemIfc |
createNewItem(java.lang.String name,
ItemListIfc parent)
Creates a new item based on name and parent. |
ItemIfc |
createNewItem(java.lang.String name,
ItemListIfc parent,
int pos)
Creates a new item at specific position based name and position. |
static ItemFactory |
getInstance()
Gets the instance of this item factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ItemFactory getInstance()
public ItemIfc createNewItem(ItemListIfc parentScenario)
parentScenario
-
public ItemIfc createNewItem(ScenarioIfc parentScenario, int pos)
parentScenario
- pos
-
public ItemIfc createNewItem(java.lang.String name, ItemListIfc parent)
name
- parent
-
public ItemIfc createNewItem(java.lang.String name, ItemListIfc parent, int pos)
name
- parent
- pos
-
public ItemIfc createNewEmptyItem()
public BizObjectIfc createNewEmptyBizObject()
createNewEmptyBizObject
in interface com.compuware.optimaltrace.tools.common.bizobjects.EmptyBizObjectCreatorIfc
|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |