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")