Squeak Class Documentation category index | class index  
 
EToyTextNode
  category: Morphic-Outliner
  superclass: TextMorph
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  addChild:
addNewChildAfter:
children
clipToOwner:
firstDisplay
firstDisplayedOnLevel:
initialize
keyStroke:
keyboardFocusChange:
removeChild:
showInOpenedState
withAllChildrenDo:

  object fileIn
 

class methods
  as yet unclassified
  includeInNewMorphMenu
newNode

instance methods
  as yet unclassified top  
 

addChild:


 

addNewChildAfter:


 

children


 

clipToOwner:


 

firstDisplay


 

firstDisplayedOnLevel:


 

initialize


 

keyStroke:

Handle a keystroke event.


 

keyboardFocusChange:

The message is sent to a morph when its keyboard focus change. The given argument indicates that the receiver is gaining keyboard focus (versus losing) the keyboard focus. Morphs that accept keystrokes should change their appearance in some way when they are the current keyboard focus. This default implementation does nothing.


 

removeChild:


 

showInOpenedState


 

withAllChildrenDo:


  object fileIn top  

class methods
  as yet unclassified top  
 

includeInNewMorphMenu

Return true for all classes that can be instantiated from the menu


 

newNode