Squeak Class Documentation category index | class index  
 
AbstractHierarchicalList
  category: Tools-Explorer
  superclass: Model
  subclasses: ObjectExplorer EToyHierarchicalTextGizmo

Contributed by Bob Arning as part of the ObjectExplorer package.

instance methods
  as yet unclassified
  genericMenu:
getCurrentSelection
noteNewSelection:
perform:orSendTo:
update:

  object fileIn
 

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

genericMenu:


 

getCurrentSelection


 

noteNewSelection:


 

perform:orSendTo:

Selector was just chosen from a menu by a user. If can respond, then
perform it on myself. If not, send it to otherTarget, presumably the
editPane from which the menu was invoked.


 

update:

Receive a change notice from an object of whom the receiver is a
dependent. The default behavior is to do nothing; a subclass might want
to change itself in some way.


  object fileIn top  

class methods
  no messages top