Uses of Class
wt.clients.prodmgmt.UsedByList

Packages that use UsedByList
wt.clients.prodmgmt   
 

Uses of UsedByList in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as UsedByList
(package private)  UsedByList UsedByPanel.usedByList
           
private  UsedByList PartItem.usedBy
          A list of the parts this part uses.
private  UsedByList InstanceItem.usedBy
          A list of the instances this instance uses.
private  UsedByList ConfigurationItem.usedBy
          A list of the configurations this configuration uses.
 

Methods in wt.clients.prodmgmt that return UsedByList
 UsedByList PartItem.getUsedBy()
          Returns the a list of the Parts this PartItem is used by.