Tools_OrganizerCanvas.st
changeset 10230 66e6b33b6849
parent 10132 d5bb76470ae8
child 10352 5a0940a409da
equal deleted inserted replaced
10229:7d3f4a82cab0 10230:66e6b33b6849
  4012     "and the mainApp wants to connect its aspects to mine."
  4012     "and the mainApp wants to connect its aspects to mine."
  4013 
  4013 
  4014     showClassPackages := something.
  4014     showClassPackages := something.
  4015 !
  4015 !
  4016 
  4016 
       
  4017 showCoverageInformation:something
       
  4018 
       
  4019     "This method is used when I am embedded as subApplication,"
       
  4020     "and the mainApp wants to connect its aspects to mine."
       
  4021 
       
  4022     showCoverageInformation := something.
       
  4023 
       
  4024     "Created: / 06-07-2011 / 19:48:20 / cg"
       
  4025 !
       
  4026 
  4017 showMethodComplexity:aValueHolder
  4027 showMethodComplexity:aValueHolder
  4018     "automatically generated by UIPainter ..."
  4028     "automatically generated by UIPainter ..."
  4019 
  4029 
  4020     "This method is used when I am embedded as subApplication,"
  4030     "This method is used when I am embedded as subApplication,"
  4021     "and the mainApp wants to connect its aspects to mine."
  4031     "and the mainApp wants to connect its aspects to mine."
  4966 ! !
  4976 ! !
  4967 
  4977 
  4968 !OrganizerCanvas class methodsFor:'documentation'!
  4978 !OrganizerCanvas class methodsFor:'documentation'!
  4969 
  4979 
  4970 version_CVS
  4980 version_CVS
  4971     ^ '$Header: /cvs/stx/stx/libtool/Tools_OrganizerCanvas.st,v 1.43 2011-07-04 17:07:38 cg Exp $'
  4981     ^ '$Header: /cvs/stx/stx/libtool/Tools_OrganizerCanvas.st,v 1.44 2011-07-06 18:13:51 cg Exp $'
  4972 ! !
  4982 ! !