Uses of Class
wt.clients.prodmgmt.ConfigSpecItem

Packages that use ConfigSpecItem
wt.clients.prodmgmt   
 

Uses of ConfigSpecItem in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as ConfigSpecItem
private  ConfigSpecItem PartItem.configSpecItem
          Deprecated. this is being replaced by using a ConfigSpec
private  ConfigSpecItem PartExplorer.configSpecItem
          Deprecated.  
private  ConfigSpecItem InstanceItem.configSpecItem
          The ConfigSpecItem used for navigation with this instance.
private  ConfigSpecItem ConfigurationItem.configSpecItem
          The ConfigSpecItem used for navigation with this configuration.
private  ConfigSpecItem ConfigSpecPanel.configSpecItem
           
private  ConfigSpecItem ConfigSpecPanel.originalConfigSpec
           
 

Methods in wt.clients.prodmgmt that return ConfigSpecItem
 ConfigSpecItem PartItem.getConfigSpecItem()
          Deprecated. use getConfigurationSpec instead

Supported API: false
 ConfigSpecItem PartExplorer.getConfigSpecItem()
          Deprecated. Get the configuration specification for this component.
 ConfigSpecItem InstanceItem.getConfigSpecItem()
          Return the contained ConfigSpecItem
 ConfigSpecItem ConfigurationItem.getConfigSpecItem()
          Return the contained ConfigSpecItem
 ConfigSpecItem ConfigSpecPanel.getConfigSpecItem()
          Return the ConfigSpecItem being manipulated.
protected  ConfigSpecItem ConfigSpecPanel.copyConfigSpecItem(ConfigSpecItem config_spec_item)
           
 ConfigSpecItem ConfigSpecDialog.getConfigSpecItem()
          Return the ConfigSpecItem displayed in this dialog.
 

Methods in wt.clients.prodmgmt with parameters of type ConfigSpecItem
 void PartItem.setConfigSpecItem(ConfigSpecItem configSpecItem)
          Deprecated. use setConfigurationSpec instead

Supported API: false
 void PartExplorer.setConfigSpecItem(ConfigSpecItem configSpecItem)
          Deprecated. Set the configuration specification for this component.
 void InstanceItem.setConfigSpecItem(ConfigSpecItem configSpecItem)
          Set the contained ConfigSpecItem
 void ConfigurationItem.setConfigSpecItem(ConfigSpecItem configSpecItem)
          Set the contained ConfigSpecItem
 void ConfigSpecPanel.setConfigSpecItem(ConfigSpecItem config_spec_item)
          Set the ConfigSpecItem to manipulate.
protected  ConfigSpecItem ConfigSpecPanel.copyConfigSpecItem(ConfigSpecItem config_spec_item)
           
 void ConfigSpecDialog.setConfigSpecItem(ConfigSpecItem configSpecItem)
          Set the ConfigSpecItem displayed in this dialog.