Squeak Class Documentation category index | class index  
 
ProjectLauncher
  category: Framework-Download
  superclass: AbstractLauncher
  subclasses:

No comment. Sorry.

instance methods
  eToy login
  cancelLogin
doEtoyLogin
loginAs:
prepareForLogin
proceedWithLogin

  initialization
  initialize
setupFlaps
setupFromParameters

  private
  showSplash

  running
  hideSplashMorph
installProjectFrom:
showSplashMorph
startUp
startUpAfterLogin

class methods
  accessing
  splashMorph
splashMorph:

instance methods
  eToy login top  
 

cancelLogin

This is fine - we just proceed here. Later we may do something utterly different ;-)


 

doEtoyLogin

Pop up the eToy login if we have a server that provides us with a known user list


 

loginAs:

Assuming that we have a valid user url; read its contents and see if the user is really there.


 

prepareForLogin

Prepare for login - e.g., hide everything so only the login morph is visible.


 

proceedWithLogin


  initialization top  
 

initialize


 

setupFlaps

Only called when the image has been launched in a browser. If I am requested to show etoy flaps, then remove any pre-existing shared flaps and put up the supplies flap only. if I am requested to show all flaps, then if flaps already exist, use them as is, else set up to show the default set of standard flaps.


 

setupFromParameters


  private top  
 

showSplash


  running top  
 

hideSplashMorph


 

installProjectFrom:


 

showSplashMorph


 

startUp

A backstop for subclasses. Note that this is not a class message (most startUps are class messages).


 

startUpAfterLogin


class methods
  accessing top  
 

splashMorph


 

splashMorph: