Squeak Class Documentation category index | class index  
 
ComponentLikeModel
  category: Morphic-Components
  superclass: MorphicModel
  subclasses: TwoWayScrollPane ScrollPane

No comment. Sorry.

instance methods
  compilation
  choosePartName

  components
  addPinFromSpec:
delete
deleteComponent
extent:
initComponentIn:
initFromPinSpecs
initPinSpecs
justDroppedInto:event:
nameMeIn:
pinSpecs
pinsDo:
renameMe
showPins

  initialization
  duplicate:from:

class methods
  no messages
 

instance methods
  compilation top  
 

choosePartName

When I am renamed, get a slot, make default methods, move any existing methods.


  components top  
 

addPinFromSpec:


 

delete

Delete the receiver. Possibly put up confirming dialog. Abort if user changes mind


 

deleteComponent


 

extent:


 

initComponentIn:


 

initFromPinSpecs

no-op for default


 

initPinSpecs

no-op for default


 

justDroppedInto:event:

This message is sent to a dropped morph after it has been dropped on -- and been accepted by -- a drop-sensitive morph


 

nameMeIn:


 

pinSpecs


 

pinsDo:


 

renameMe


 

showPins

Make up sensitized pinMorphs for each of my interface variables


  initialization top  
 

duplicate:from:

oldGuy has just been duplicated and will stay in this world. Make sure all the ComponentLikeModel requirements are carried out for the copy. Ask user to rename it.


class methods
  no messages top