|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.common.treetable.TreeTableUtilities
Field Summary | |
static int |
identifier
|
static TreeTableStructureNavigate |
treeTableStructureNavigate
|
Constructor Summary | |
TreeTableUtilities()
|
Method Summary | |
static int |
addEPMDocsToTreeNodeAndTableRowData(Enumeration persistables,
TreeTableNode treeNode,
Vector rowDataObjects,
int targetIndex)
Add the specified EPMDocument objects to the specified tree table node. |
static int |
addPersistablesToTree(Enumeration subResult,
TreeTableNode treeNode,
int identifier)
Add the specified list of persistable objects as tree nodes to the specified tree node. |
static int |
addPersistablesToTreeNodeAndTableRowData(Enumeration persistables,
TreeTableNode treeNode,
Vector rowDataObjects,
int targetIndex)
Add the specified persistable objects to the specified tree table node. |
static TreeTableNode |
addPersistableToTree(Persistable persistable,
boolean hasChildren,
Enumeration siblings,
TreeTableNode treeNode,
int identifier)
Add the specified persistable to the specified tree node. |
static TreeTableNode |
createTreeNode(Persistable persistable,
boolean hasChildren,
Enumeration siblings,
int identifier)
For the specified persistable user object, create a non-open Tree Node. |
static int |
getIdentifier()
|
static TreeTableStructureNavigate |
getTreeTableStructureNavigate()
|
static void |
registerTreeTableStructureNavigate(TreeTableStructureNavigate theTreeTableStructureNavigate)
|
static void |
saveIdentifier(int theIdentifier)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int identifier
public static TreeTableStructureNavigate treeTableStructureNavigate
Constructor Detail |
public TreeTableUtilities()
Method Detail |
public static int addPersistablesToTreeNodeAndTableRowData(Enumeration persistables, TreeTableNode treeNode, Vector rowDataObjects, int targetIndex) throws WTException, WTPropertyVetoException, TreeTableStructureNavigateNotRegisteredException
WTException
WTPropertyVetoException
TreeTableStructureNavigateNotRegisteredException
public static int addEPMDocsToTreeNodeAndTableRowData(Enumeration persistables, TreeTableNode treeNode, Vector rowDataObjects, int targetIndex) throws WTException, WTPropertyVetoException, TreeTableStructureNavigateNotRegisteredException
WTException
WTPropertyVetoException
TreeTableStructureNavigateNotRegisteredException
public static int addPersistablesToTree(Enumeration subResult, TreeTableNode treeNode, int identifier)
public static TreeTableNode addPersistableToTree(Persistable persistable, boolean hasChildren, Enumeration siblings, TreeTableNode treeNode, int identifier)
public static TreeTableNode createTreeNode(Persistable persistable, boolean hasChildren, Enumeration siblings, int identifier)
public static void saveIdentifier(int theIdentifier)
public static int getIdentifier()
public static void registerTreeTableStructureNavigate(TreeTableStructureNavigate theTreeTableStructureNavigate)
public static TreeTableStructureNavigate getTreeTableStructureNavigate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |