#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Wed, 21 Dec 2016 20:14:26 +0100
changeset 3809 bdb70c7f2b19
parent 3807 0d86e16ad36e
child 3810 95fdf48b5d60
child 3815 021778442c82
#FEATURE by cg class: ResourceSpecEditor added: #alternativeSpecSelectors comment/format in: #specSelector:
ResourceSpecEditor.st
--- a/ResourceSpecEditor.st	Sat Dec 10 04:41:53 2016 +0000
+++ b/ResourceSpecEditor.st	Wed Dec 21 20:14:26 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997-1998 by eXept Software AG
               All Rights Reserved
@@ -161,6 +159,12 @@
 
 !ResourceSpecEditor methodsFor:'accessing'!
 
+alternativeSpecSelectors
+    "returns an alternative method selector of the resource spec"
+
+    ^ nil
+!
+
 clearModified       
     self modified:false
 !
@@ -219,7 +223,8 @@
 !
 
 specSelector:aSelector
-    "sets the method selector of the resource spec"
+    "sets the method selector of the resource spec.
+     That is the spec method being edited (i.e. #helpSpec, #windowSpec, #menuSpec, etc.)"
 
     specSelector := aSelector
 ! !