Squeak Class Documentation category index | class index  
 
PluggableTextMorphWithModel
  category: Morphic-Windows
  superclass: PluggableTextMorph
  subclasses:

No comment. Sorry.

instance methods
  contents
  getMyText
newTextContents:
setMyText:

  data dockup
  couldHoldSeparateDataForEachInstance
currentDataValue
variableDocks

  deletion
  delete

  initialization
  initialize

  name
 

class methods
  authoring prototype
  authoringPrototype

instance methods
  contents top  
 

getMyText


 

newTextContents:

Accept new text contents.


 

setMyText:


  data dockup top  
 

couldHoldSeparateDataForEachInstance

Answer whethre the receiver is structurally capable of holding uniqe data for each ard instance


 

currentDataValue

Answer the current data value of the receiver


 

variableDocks

Answer a list of VariableDocks that will handle the interface between me and instance data stored on my behalf on a card


  deletion top  
 

delete

Delete the receiver. Since I have myself as a dependent, I need to remove it. which is odd in itself. Also, the release of dependents will seemingly not be done if the *container* of the receiver is deleted rather than the receiver itself, a further problem


  initialization top  
 

initialize


  name top  

class methods
  authoring prototype top  
 

authoringPrototype

Answer an instance of the receiver suitable for placing in a parts bin