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()
 def __init__(self, parentMode):
     """
     Constructor for the B{Paste} property manager class that defines 
     its UI.
     
     @param parentMode: The parent mode where this Property Manager is used
     @type  parentMode: L{PasteMode}    
     """    
     self.clipboardGroupBox = None
     BuildAtomsPropertyManager.__init__(self, parentMode)
     self.updateMessage("Double click on empty space inside the 3D" \
              "workspace to paste the item shown in "\
              "the <b> Preview </b> box. Click the check mark to exit Paste"
              " Items")
 def __init__(self, parentMode):
     """
     Constructor for the B{Paste} property manager class that defines 
     its UI.
     
     @param parentMode: The parent mode where this Property Manager is used
     @type  parentMode: L{PasteMode}    
     """
     self.clipboardGroupBox = None
     BuildAtomsPropertyManager.__init__(self, parentMode)
     self.updateMessage("Double click on empty space inside the 3D" \
              "workspace to paste the item shown in "\
              "the <b> Preview </b> box. Click the check mark to exit Paste"
              " Items")