diff -r 8be0b8d1a2fd -r 393a5860fc7d 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 selector of the resource spec - resourceClass class of the resource spec - resourceSuperclass root class of the tree list - resourceTypes allowed resource types - allClasses list of the subclasses of resourceSuperclass - classSelectionBlock by evaluating this block the class selection is done - readResourcesProcess process of reading the resource methods - mayReadResources flag whether may read the resource methods + resourceMethod selector of the resource spec + resourceClass class of the resource spec + resourceSuperclass root class of the tree list + resourceTypes allowed resource types + allClasses list of the subclasses of resourceSuperclass + classSelectionBlock 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 " ! !