Squeak Class Documentation category index | class index  
 
PluggableListMorphOfMany
  category: Morphic-Windows
  superclass: PluggableListMorph
  subclasses:

No comment. Sorry.

instance methods
  drawing
  drawOn:
listSelectionAt:
listSelectionAt:put:

  event handling
  mouseDown:
mouseMove:
mouseUp:
update:

  initialization
  list:
on:list:primarySelection:changePrimarySelection:listSelection:changeListSelection:menu:keystroke:

  obsolete
  mouseDown:onItem:
mouseEnterDragging:onItem:
mouseUp:onItem:

class methods
  instance creation
  on:list:primarySelection:changePrimarySelection:listSelection:changeListSelection:menu:
on:list:primarySelection:changePrimarySelection:listSelection:changeListSelection:menu:keystroke:

instance methods
  drawing top  
 

drawOn:

Draw the list on the canvas, and possibly also draw frame feedback


 

listSelectionAt:


 

listSelectionAt:put:


  event handling top  
 

mouseDown:

Handle a mouse down event. The default response is to let my eventHandler, if any, handle it.


 

mouseMove:

The mouse has moved, as characterized by the event provided. Adjust the scrollbar, and alter the selection as appropriate


 

mouseUp:

The mouse came up within the list; take appropriate action


 

update:

Refer to the comment in View|update:.


  initialization top  
 

list:

Set the receiver's list as specified


 

on:list:primarySelection:changePrimarySelection:listSelection:changeListSelection:menu:keystroke:

setup a whole load of pluggability options


  obsolete top  
 

mouseDown:onItem:


 

mouseEnterDragging:onItem:


 

mouseUp:onItem:


class methods
  instance creation top  
 

on:list:primarySelection:changePrimarySelection:listSelection:changeListSelection:menu:


 

on:list:primarySelection:changePrimarySelection:listSelection:changeListSelection:menu:keystroke: