Squeak Class Documentation category index | class index  
 
CollapsedMorph
  category: Morphic-Windows
  superclass: SystemWindow
  subclasses:

No comment. Sorry.

instance methods
  collapse/expand
  beReplacementFor:
collapseOrExpand
uncollapseToHand

  menu
  buildWindowMenu

  queries
  isMyUncollapsedMorph:
wantsExpandBox

class methods
  as yet unclassified
  collapsedMorphOrNilFor:

instance methods
  collapse/expand top  
 

beReplacementFor:


 

collapseOrExpand

Toggle the expand/collapsd state of the receiver. If expanding, copy the window title back to the name of the expanded morph


 

uncollapseToHand

Hand the uncollapsedMorph to the user, placing it in her hand, after remembering appropriate state for possible future use


  menu top  
 

buildWindowMenu

Answer the menu to be put up in response to the user's clicking on the window-menu control in the window title. Specialized for CollapsedMorphs.


  queries top  
 

isMyUncollapsedMorph:

Answer whether my uncollapsed morph is aMorph


 

wantsExpandBox

Answer whether I'd like an expand box


class methods
  as yet unclassified top  
 

collapsedMorphOrNilFor:

If there is any instance of the receiver that represents anActualMorph, answer it, else answer nil