ResourceRetriever.st
changeset 198 7d495c01a8a6
parent 120 d83c307f3bf5
child 200 bae1541cda28
equal deleted inserted replaced
197:646d24a7ad36 198:7d495c01a8a6
    72 className:something
    72 className:something
    73     "set the class which provides the resources
    73     "set the class which provides the resources
    74     "
    74     "
    75     className     := something.
    75     className     := something.
    76     resourceOwner := nil.
    76     resourceOwner := nil.
       
    77 !
       
    78 
       
    79 labelText
       
    80     ^ labelText
       
    81 !
       
    82 
       
    83 labelText:aText
       
    84     labelText := aText
    77 !
    85 !
    78 
    86 
    79 selector
    87 selector
    80     "return the value of the instance variable 'selector' (automatically generated)"
    88     "return the value of the instance variable 'selector' (automatically generated)"
    81 
    89