Uses of Class
wt.clients.replication.unit.UnitItem

Packages that use UnitItem
wt.clients.replication.unit   
 

Uses of UnitItem in wt.clients.replication.unit
 

Fields in wt.clients.replication.unit declared as UnitItem
protected  UnitItem UpdateUnitFrame.unit
           
private  UnitItem UnitWTPartUsageLink.unitItem
           
(package private)  UnitItem UnitUsageItemList.unit
           
private  UnitItem UnitUsageItem.usedBy
           
private  UnitItem UnitHelperPanel.unit
           
protected  UnitItem CreateUnitFrame.unit
           
 

Methods in wt.clients.replication.unit that return UnitItem
 UnitItem UpdateUnitFrame.getUnitItem()
           
 UnitItem UnitWTPartUsageLink.getUsedByItem()
           
 UnitItem UnitUsageItem.getUsedBy()
          Get the used by unit item
 UnitItem UnitUsageInterfaceItem.getUses()
           
 UnitItem UnitHelperPanel.getUnitItem()
          Get the contained UnitItem
 UnitItem CreateUnitFrame.getUnitItem()
           
 

Methods in wt.clients.replication.unit with parameters of type UnitItem
 void UpdateUnitFrame.setUnitItem(UnitItem unit)
          Set the UnitItem to update.
protected  void UnitWTPartUsageLink.initialize(UnitItem item, WTPartMaster master)
          Default initializer for Link objects.
static UnitWTPartUsageLink UnitWTPartUsageLink.newUnitWTPartUsageLink(UnitItem item, WTPartMaster master)
          Default factory for the class.
 void UnitUsageItem.setUsedBy(UnitItem usedBy)
          Set the used by unit item
 void UnitUsageInterfaceItem.setUses(UnitItem uses)
           
 void UnitHelperPanel.setUnitItem(UnitItem unit)
          Set the contained UnitItem
 void DescribedByPanel.setUnitItem(UnitItem unit_item)
          Sets the unit item whose describing objects are displayed in this panel.
 boolean DescribedByPanel.save(UnitItem unit_to_save)
          Saves any changes made to which objects describe the UnitItem associated with this panel.
 void CreateUnitFrame.setUnitItem(UnitItem unit)
          Set the UnitItem to manipulate.
 

Constructors in wt.clients.replication.unit with parameters of type UnitItem
UnitUsesInterfaceList(UnitItem unit)
          Construct a list of parts contained by a unit.
UnitUsageItemList(UnitItem unit)
           
UnitUsageItem(PartItem uses, UnitItem usedBy)
          Create a usage item between the specified part items.
UnitUsageItem(PartItem uses, UnitItem usedBy, WTPartUsageLink usage_link)
          Create a usage item between the specified part items using the specified usage link.
UnitUsageInterfaceItem(UnitItem uses, WTPartMaster usedBy)