Squeak Class Documentation category index | class index  
 
GraphicalDictionaryMenu
  category: Morphic-Menus
  superclass: GraphicalMenu
  subclasses:

A morph that allows you to view, rename, and remove elements from a dictionary whose keys are strings and whose values are forms.

instance methods
  as yet unclassified
  baseDictionary:
findEntry
handMeOne
nameOfGraphic
removeEntry
renameEntry
renameGraphicTo:
repaintEntry
showMenu
truncatedNameOfGraphic

  initialization
  initializeFor:fromDictionary:

class methods
  example
  example

instance methods
  as yet unclassified top  
 

baseDictionary:


 

findEntry


 

handMeOne


 

nameOfGraphic


 

removeEntry


 

renameEntry


 

renameGraphicTo:


 

repaintEntry

Let the user enter into painting mode to repaint the item and save it back.


 

showMenu


 

truncatedNameOfGraphic


  initialization top  
 

initializeFor:fromDictionary:

Initialize me for a target and a dictionary.


class methods
  example top  
 

example

GraphicalDictionaryMenu example