def show(self):
     """
     Show this property manager. Also calls the update method of 
     L{self.clipboardGroupBox} to update the list of clipboard items.
     """
     BuildAtomsPropertyManager.show(self)
     if self.clipboardGroupBox:
         self.clipboardGroupBox.update()
 def show(self):
     """
     Show this property manager. Also calls the update method of 
     L{self.clipboardGroupBox} to update the list of clipboard items.
     """
     BuildAtomsPropertyManager.show(self)
     if self.clipboardGroupBox:
         self.clipboardGroupBox.update()