Squeak Class Documentation category index | class index  
 
PopUpChoiceMorph
  category: Morphic-Widgets
  superclass: StringMorph
  subclasses: DropDownChoiceMorph PDAChoiceMorph

No comment. Sorry.

instance methods
  as yet unclassified
  actionSelector
actionSelector:
arguments
arguments:
getItemsArgs
getItemsArgs:
getItemsSelector
getItemsSelector:
handlesMouseDown:
initialize
mouseDown:
target
target:

  copying
  veryDeepFixupWith:
veryDeepInner:

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

actionSelector


 

actionSelector:


 

arguments


 

arguments:


 

getItemsArgs


 

getItemsArgs:


 

getItemsSelector


 

getItemsSelector:


 

handlesMouseDown:

Do I want to receive mouseDown events (mouseDown:, mouseMove:, mouseUp:)?


 

initialize


 

mouseDown:

If the shift key is pressed, make this string the keyboard input focus.


 

target


 

target:


  copying top  
 

veryDeepFixupWith:

If target and arguments fields were weakly copied, fix them here. If they were in the tree being copied, fix them up, otherwise point to the originals!!


 

veryDeepInner:

Copy all of my instance variables. Some need to be not copied at all, but shared. Warning!! Every instance variable defined in this class must be handled. We must also implement veryDeepFixupWith:. See DeepCopier class comment.


class methods
  no messages top