Squeak Class Documentation category index | class index  
 
GenericPropertiesMorph
  category: Morphic-Experimental
  superclass: AlignmentMorphBob1
  subclasses: ButtonPropertiesMorph ObjectPropertiesMorph TextPropertiesMorph

No comment. Sorry.

instance methods
  as yet unclassified
  addARow:
buildFakeSlider:selector:help:
buttonNamed:action:color:help:
clearSliderFeedback
colorPickerFor:getter:setter:
directToggleButtonFor:getter:setter:help:
doAccept
doButtonProperties
doCancel
doEnables
doMainProperties
doTextProperties
enable:when:
inAColumn:
inAColumn:named:
inARow:
inARow:named:
initialize
lockedString:
mouseAdjust:in:
openNearTarget
showSliderFeedback:
step
stepTime
targetMorph:
wantsToBeDroppedInto:

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

addARow:


 

buildFakeSlider:selector:help:


 

buttonNamed:action:color:help:


 

clearSliderFeedback


 

colorPickerFor:getter:setter:


 

directToggleButtonFor:getter:setter:help:


 

doAccept


 

doButtonProperties


 

doCancel


 

doEnables


 

doMainProperties


 

doTextProperties


 

enable:when:


 

inAColumn:


 

inAColumn:named:


 

inARow:


 

inARow:named:


 

initialize


 

lockedString:


 

mouseAdjust:in:


 

openNearTarget


 

showSliderFeedback:


 

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.


 

targetMorph:


 

wantsToBeDroppedInto:

Return true if it's okay to drop the receiver into aMorph


class methods
  no messages top