예제 #1
0
 def _getExtensionDefClass(self):
     raise ZAbstractMethodCalledException(self.__class__, u"_getExtensionDefClass") #$NON-NLS-1$
예제 #2
0
 def _getOverrideTagSitesKey(self):
     raise ZAbstractMethodCalledException(
         self.__class__, u"_getOverrideTagSitesKey")  #$NON-NLS-1$
예제 #3
0
 def _getOverridePublishingSettingsKey(self):
     raise ZAbstractMethodCalledException(
         self.__class__, u"_getOverridePublishingSettingsKey")  #$NON-NLS-1$
예제 #4
0
 def _handleRow(self, row):
     raise ZAbstractMethodCalledException(unicode(self.__class__),
                                          u"_handleRow")  #$NON-NLS-1$
예제 #5
0
 def _setStoreId(self, storeId):
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_setStoreId")  #$NON-NLS-1$
예제 #6
0
파일: vlist.py 프로젝트: mpm2050/Raven
 def _onMeasureItem(self, item):
     u"Subclasses must override this method to measure the height of the given item."  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__),
                                          u"_onMeasureItem")  #$NON-NLS-1$
예제 #7
0
 def _createSearchFilter(self):
     raise ZAbstractMethodCalledException(unicode(
         self.__class__), u"_createSearchFilter")  #$NON-NLS-1$
예제 #8
0
파일: userprefs.py 프로젝트: mpm2050/Raven
 def _removeUserPreference(self, key):
     u"Internal method to remove the value of the user preference." #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__), u"_removeUserPreference") #$NON-NLS-1$
예제 #9
0
 def getContribLocations(self):
     raise ZAbstractMethodCalledException()
예제 #10
0
파일: header.py 프로젝트: mpm2050/Raven
 def _getHeaderImagePath(self):
     u"Returns the path to an image that will be shown in the header. (abstract)"  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(
         self.__class__, u"_getHeaderImagePath")  #$NON-NLS-1$
예제 #11
0
파일: userprefs.py 프로젝트: mpm2050/Raven
 def _getUserPreference(self, key):
     u"Internal method to get the value of the user preference.  If it does not exist, this should return None." #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__), u"_getUserPreference") #$NON-NLS-1$
예제 #12
0
파일: header.py 프로젝트: mpm2050/Raven
 def _getHeaderMessage(self):
     u"Returns the header message. (abstract)"  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(
         self.__class__, u"_getHeaderMessage")  #$NON-NLS-1$
예제 #13
0
파일: header.py 프로젝트: mpm2050/Raven
 def _layoutNonHeaderWidgets(self):
     u"Called to layout the non header related widgets.  Should return a sizer.  (abstract)"  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(
         self.__class__, u"_layoutNonHeaderWidgets")  #$NON-NLS-1$
예제 #14
0
파일: header.py 프로젝트: mpm2050/Raven
 def _createNonHeaderWidgets(self):
     u"Called to create the non header related widgets.  (abstract)"  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(
         self.__class__, u"_createNonHeaderWidgets")  #$NON-NLS-1$
예제 #15
0
파일: window.py 프로젝트: mpm2050/Raven
 def _createWindowWidgets(self, parent):
     u"Creates the widgets for this window." #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__), u"_createWindowWidgets") #$NON-NLS-1$
예제 #16
0
 def contributesToLocation(self, location):
     raise ZAbstractMethodCalledException()
예제 #17
0
파일: window.py 프로젝트: mpm2050/Raven
 def _layoutWindowWidgets(self):
     u"Lays out the window's widgets and returns a sizer (should be implemented by subclasses)." #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__), u"_layoutWindowWidgets") #$NON-NLS-1$
예제 #18
0
 def getContribCategory(self):
     raise ZAbstractMethodCalledException()
예제 #19
0
파일: vlist.py 프로젝트: mpm2050/Raven
 def _onDrawItem(self, dc, rect, item):
     u"Subclasses must override this method to draw the given item onto the DC."  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__),
                                          u"_onDrawItem")  #$NON-NLS-1$
예제 #20
0
 def _searchLinks(self, query):
     u"""_searchLinks(string ) - IZLink[]
     Returns list of links matching query. Provider must support SEARCH_LINKS capability """ #$NON-NLS-1$
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_searchLinks")  #$NON-NLS-1$
예제 #21
0
 def _getIDOMapKey(self, ido):
     raise ZAbstractMethodCalledException(unicode(self.__class__),
                                          u"_getIDOMapKey")  #$NON-NLS-1$
예제 #22
0
 def _listLinks(self, maxNumLinks):
     u"""_listLinks(int) - IZLink[]
     Returns list of links. Provider must support LIST_LINKS capability """ #$NON-NLS-1$
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_listLinks")  #$NON-NLS-1$
예제 #23
0
파일: prefpage.py 프로젝트: mpm2050/Raven
 def _createSession(self):
     u"Creates the IZUserPreferencePageSession to use for this page."  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_createSession")  #$NON-NLS-1$
예제 #24
0
 def _listFormatters(self):
     u"""_listFormatters() - IZLinkFormatter[]
     Returns list of link formatters for given type. Provider must support LIST_FORMATTERS capability """ #$NON-NLS-1$
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_listFormatters")  #$NON-NLS-1$
예제 #25
0
 def _setTemplateId(self, templateId):
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_setTemplateId")  #$NON-NLS-1$
예제 #26
0
 def _createDetailsContainer(self, parent):
     raise ZAbstractMethodCalledException(
         self.__class__, u"_createDetailsContainer")  #$NON-NLS-1$
예제 #27
0
 def _createUserPrefs(self):
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_createUserPrefs")  #$NON-NLS-1$
예제 #28
0
 def onViewSelectionChanged(self, event):
     raise ZAbstractMethodCalledException(
         self.__class__, u"onViewSelectionChanged")  #$NON-NLS-1$
예제 #29
0
 def _createContentEditCtrl(self, parent):
     # sublcasses must create concrete IZBlogPostEditControl impl.
     raise ZAbstractMethodCalledException(
         self.__class__.__name__, u"_createContentEditCtrl")  #$NON-NLS-1$
예제 #30
0
파일: importer.py 프로젝트: mpm2050/Raven
 def _getWorkAmount(self):
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_getWorkAmount")  #$NON-NLS-1$