73 """ |
73 """ |
74 raise NotImplementedError |
74 raise NotImplementedError |
75 |
75 |
76 return "" |
76 return "" |
77 |
77 |
78 def showExtensionMenu(self, key, controlled): |
78 def showMenu(self, key, controlled): |
79 """ |
79 """ |
80 Public method to prepare the extension menu for display. |
80 Public method to prepare the extension menu for display. |
81 |
81 |
82 Note: Derived class must implement this method to adjust the |
82 Note: Derived class must implement this method to adjust the |
83 enabled states of its menus. |
83 enabled states of its menus. |