Squeak Class Documentation category index | class index  
 
ThreadNavigationMorph
  category: Morphic-Navigators
  superclass: AlignmentMorphBob1
  subclasses: InternalThreadNavigationMorph

No comment. Sorry.

instance methods
  as yet unclassified
  addButtons
colorForButtons
currentIndex
deleteCurrentPage
ensureSuitableDefaults
exitTheSequence
firstPage
fontForButtons
initialColor
initialize
lastPage
listOfPages:
loadPage
loadPageWithProgress
makeButton:balloonText:for:
morphicLayerNumber
nextPage
previousPage
showMenuFor:event:
step
stepTime
wantsSteps

  buttons
  buttonExit
buttonFirst
buttonForward
buttonLast
buttonPrevious

class methods
  as yet unclassified
  example1

instance methods
  as yet unclassified top  
 

addButtons


 

colorForButtons


 

currentIndex


 

deleteCurrentPage


 

ensureSuitableDefaults


 

exitTheSequence


 

firstPage


 

fontForButtons


 

initialColor


 

initialize


 

lastPage


 

listOfPages:


 

loadPage


 

loadPageWithProgress


 

makeButton:balloonText:for:


 

morphicLayerNumber

helpful for insuring some morphs always appear in front of or behind others.
smaller numbers are in front


 

nextPage


 

previousPage


 

showMenuFor:event:

no-op here


 

step

Do some periodic activity. Use startStepping/stopStepping to start and stop getting sent this message. The time between steps is specified by this morph's answer to the stepTime message. The generic version dispatches control to the player, if any. The nasty circumlocation about owner's transformation is necessitated by the flexing problem that the player remains in the properties dictionary both of the flex and the real morph. In the current architecture, only the top renderer's pointer to the player should actually be honored for the purpose of firing.


 

stepTime

Answer the desired time between steps in milliseconds. This default implementation requests that the 'step' method be called once every second.


 

wantsSteps

Return true if the receiver overrides the default Morph step method.


  buttons top  
 

buttonExit


 

buttonFirst


 

buttonForward


 

buttonLast


 

buttonPrevious


class methods
  as yet unclassified top  
 

example1


ThreadNavigationMorph example1