class presentation in categories added (2)
authortz
Wed, 22 Jul 1998 16:57:10 +0200
changeset 907 393a5860fc7d
parent 906 8be0b8d1a2fd
child 908 6862c9c822a3
class presentation in categories added (2)
ResourceSelectionBrowser.st
--- a/ResourceSelectionBrowser.st	Wed Jul 22 16:56:33 1998 +0200
+++ b/ResourceSelectionBrowser.st	Wed Jul 22 16:57:10 1998 +0200
@@ -50,20 +50,18 @@
     specifications (#canvas, #menu, etc.).
 
     [instance variables:]
-	resourceMethod          <Symbol>        selector of the resource spec
-	resourceClass           <Symbol>        class of the resource spec
-	resourceSuperclass      <Symbol>        root class of the tree list
-	resourceTypes           <Array>         allowed resource types
-	allClasses              <Array>         list of the subclasses of resourceSuperclass
-	classSelectionBlock     <Block>         by evaluating this block the class selection is done
-	readResourcesProcess    <Process>       process of reading the resource methods
-	mayReadResources        <Boolean>       flag whether may read the resource methods
+        resourceMethod          <Symbol>        selector of the resource spec
+        resourceClass           <Symbol>        class of the resource spec
+        resourceSuperclass      <Symbol>        root class of the tree list
+        resourceTypes           <Array>         allowed resource types
+        allClasses              <Array>         list of the subclasses of resourceSuperclass
+        classSelectionBlock     <Block>         by evaluating this block the class selection is done
 
     [start with:]
-	ResourceSelectionBrowser open
+        ResourceSelectionBrowser open
 
     [author:]
-	Thomas Zwick, eXept Software AG
+        Thomas Zwick, eXept Software AG
 "
 ! !