Squeak Class Documentation category index | class index  
 
NumericReadoutTile
  category: Morphic-Scripting Tiles
  superclass: TileMorph
  subclasses:

No comment. Sorry.

instance methods
  card in a stack
  basicType

  initialization
  initializeToStandAlone

  keyboard
 

  literal
  literal:
setLiteralTo:width:

  mouse
  abandonLabelFocus
handlesMouseMove:
handlesMouseStillDown:
mouseDown:
mouseStillDown:

  size
  basicWidth
minimumWidth

class methods
  instance creation
  authoringPrototype
borderedPrototype
simplePrototype
supplementaryPartsDescriptions

instance methods
  card in a stack top  
 

basicType

Answer a symbol representing the inherent type I hold


  initialization top  
 

initializeToStandAlone

Enclose my prototype in a SyntaxMorph. For the ObjectTool


  keyboard top  

  literal top  
 

literal:


 

setLiteralTo:width:

like literal:width: but does not inform the target


  mouse top  
 

abandonLabelFocus

If the receiver's label has editing focus, abandon it


 

handlesMouseMove:


 

handlesMouseStillDown:

Return true if the receiver wants to get repeated #mouseStillDown: messages between #mouseDown: and #mouseUp


 

mouseDown:

The mouse went down on the receiver; take appropriate action


 

mouseStillDown:

Copied from TileMorph mouseMove to use literal:width: rather than literal:.


  size top  
 

basicWidth

Provide a nominal minimum, exclusive of arrows and independent of label width


 

minimumWidth


class methods
  instance creation top  
 

authoringPrototype

Enclose my prototype in a SyntaxMorph.


 

borderedPrototype

Just number and up/down arrows


 

simplePrototype

Bare number readout. Will keep up to data with a number once it has target, getterSelector, setterSelector.


 

supplementaryPartsDescriptions

Answer a list of DescriptionForPartsBin objects that characterize objects that this class wishes to contribute to Stationery bins *other* than by the standard default #newStandAlone protocol