Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Imports
Last updated at 5:50 pm UTC on 28 June 2018
Class comment:

I represent imported resources such as images, sounds, and other kind of files.
For now I only store images in a simple way (as Forms).

To access my default instance use:
 Imports default. 

However I'm not a strict singleton and clients may create several of me using new.


 Imports importImageDirectoryWithSubdirectories: directoryOrName 



To iterate

 Imports default namesAndImagesDo: aBlock