Squeak Class Documentation category index | class index  
 
ComponentLayout
  category: Morphic-Components
  superclass: PasteUpMorph
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  acceptDroppingMorph:event:
addCustomMenuItems:hand:
allKnownNames
createCustomModel
initialize
inspectModelInMorphic

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

acceptDroppingMorph:event:

Eschew all of PasteUp's mechanism for now


 

addCustomMenuItems:hand:

Add morph-specific menu itemns to the menu for the hand


 

allKnownNames

Return a list of all known names based on the scope of the receiver. Does not include the name of the receiver itself. Items in parts bins are excluded. Reimplementors (q.v.) can extend the list


 

createCustomModel

Create a model object for this world if it does not yet have one.
The default model for an EditView is a Component.


 

initialize


 

inspectModelInMorphic


class methods
  no messages top