Squeak Class Documentation category index | class index  
 
ComponentInstance
  category: VMConstruction-Applescript
  superclass: MacExternalData
  subclasses: ApplescriptInstance

I am an ExternalData representation of a MacOS Scripting Component. I am typically subclassed to generate the relevant scripting component, for example, by ApplescriptInstance.

instance methods
  category name
 

  private
  primOpenDefaultConfiguration:subtype:
type:subtype:

  sample scripts
 

class methods
  instance creation
  new
new:
type:subtype:

instance methods
  category name top  

  private top  
 

primOpenDefaultConfiguration:subtype:


 

type:subtype:

Associate this object instance with an instance of the generic scripting component. Answer self.


  sample scripts top  

class methods
  instance creation top  
 

new

Answer a new instance of me, with size = 0.


 

new:

Answer an instance of this class with the number of indexable
variables specified by the argument, sizeRequested.


 

type:subtype: