Squeak Class Documentation category index | class index  
 
Component
  category: Morphic-Components
  superclass: Player
  subclasses: Component1 MouseSensorMorph

No comment. Sorry.

instance methods
  drag and drop
  justDroppedInto:event:

  initialize
  initComponentIn:

  misc
 

  naming
  chooseNameLike:
externalName
nameMeIn:
renameMe

  variables
  addVariableNamed:
removeVariableNamed:

class methods
  as yet unclassified
  acceptsLoggingOfCompilation
addSlotNamed:
includeInNewMorphMenu
wantsChangeSetLogging

instance methods
  drag and drop top  
 

justDroppedInto:event:


  initialize top  
 

initComponentIn:


  misc top  

  naming top  
 

chooseNameLike:


 

externalName

Answer an external name for the receiver. If it has none, supply a backstop name


 

nameMeIn:


 

renameMe


  variables top  
 

addVariableNamed:

Adjust name if necessary and add it


 

removeVariableNamed:


class methods
  as yet unclassified top  
 

acceptsLoggingOfCompilation

Log everything for now


 

addSlotNamed:


 

includeInNewMorphMenu

Only include instances of subclasses of me


 

wantsChangeSetLogging

Log changes for Component itself, but not for automatically-created subclasses like Component1, Component2