Squeak Class Documentation category index | class index  
 
ProjectLoading
  category: System-Support
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  no messages
 

class methods
  as yet unclassified
  bestAccessToFileName:andDirectory:
installRemoteNamed:from:named:in:
openFromDirectory:andFileName:
openFromFile:fromDirectory:withProjectView:
openName:stream:fromDirectory:withProjectView:
projectStreamFromArchive:
thumbnailFromUrl:

  verification
 

instance methods
  no messages top  

class methods
  as yet unclassified top  
 

bestAccessToFileName:andDirectory:


 

installRemoteNamed:from:named:in:

Find the current ProjectViewMorph, fetch the project, install in ProjectViewMorph without changing size, and jump into new project.


 

openFromDirectory:andFileName:


 

openFromFile:fromDirectory:withProjectView:


 

openName:stream:fromDirectory:withProjectView:

Reconstitute a Morph from the selected file, presumed to be represent a Morph saved via the SmartRefStream mechanism, and open it in an appropriate Morphic world.


 

projectStreamFromArchive:


 

thumbnailFromUrl:

Load the project, and make a thumbnail to it in the current project.
ProjectLoading thumbnailFromUrl: 'http://www.squeak.org/Squeak2.0/2.7segments/SqueakEasy.extSeg'.


  verification top