ResourceSelectionBrowser.st
changeset 907 393a5860fc7d
parent 906 8be0b8d1a2fd
child 909 c0bd0d9103e3
equal deleted inserted replaced
906:8be0b8d1a2fd 907:393a5860fc7d
    48     The ResourceSelectionBrowser allows you to browse in class hierarchies
    48     The ResourceSelectionBrowser allows you to browse in class hierarchies
    49     and to select resource methods for loading or to saving resource 
    49     and to select resource methods for loading or to saving resource 
    50     specifications (#canvas, #menu, etc.).
    50     specifications (#canvas, #menu, etc.).
    51 
    51 
    52     [instance variables:]
    52     [instance variables:]
    53 	resourceMethod          <Symbol>        selector of the resource spec
    53         resourceMethod          <Symbol>        selector of the resource spec
    54 	resourceClass           <Symbol>        class of the resource spec
    54         resourceClass           <Symbol>        class of the resource spec
    55 	resourceSuperclass      <Symbol>        root class of the tree list
    55         resourceSuperclass      <Symbol>        root class of the tree list
    56 	resourceTypes           <Array>         allowed resource types
    56         resourceTypes           <Array>         allowed resource types
    57 	allClasses              <Array>         list of the subclasses of resourceSuperclass
    57         allClasses              <Array>         list of the subclasses of resourceSuperclass
    58 	classSelectionBlock     <Block>         by evaluating this block the class selection is done
    58         classSelectionBlock     <Block>         by evaluating this block the class selection is done
    59 	readResourcesProcess    <Process>       process of reading the resource methods
       
    60 	mayReadResources        <Boolean>       flag whether may read the resource methods
       
    61 
    59 
    62     [start with:]
    60     [start with:]
    63 	ResourceSelectionBrowser open
    61         ResourceSelectionBrowser open
    64 
    62 
    65     [author:]
    63     [author:]
    66 	Thomas Zwick, eXept Software AG
    64         Thomas Zwick, eXept Software AG
    67 "
    65 "
    68 ! !
    66 ! !
    69 
    67 
    70 !ResourceSelectionBrowser class methodsFor:'instance creation'!
    68 !ResourceSelectionBrowser class methodsFor:'instance creation'!
    71 
    69